Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread The Rasterman
ri > Date : 六月 21, 2011 16:50 (GMT+09:00) > Title : Re: Re: Re: [E-devel] How to get the buffer of current evas > > > > On Tue, 21 Jun 2011, suxia li wrote: > > > oh, it use software_x11 engine, but i want to get the engine pixels(the > > buffer data of the

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread Nicolas Aguirre
2011/6/21 suxia li : > > > Hi, > Here i want to get the buffer of current evas, so i tried by the 2 API , > firstly get the ecore evas, then get the buffer pixels of current Ecore_Evas, > but the second API return NULL. is there any one help me on this issue, > thanks in advance. > > ecore_evas

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread suxia li
i want to get the current screen data, and set it to an evas object image. --- Original Message --- Sender : Vincent Torri Date : 六月 21, 2011 16:50 (GMT+09:00) Title : Re: Re: Re: [E-devel] How to get the buffer of current evas On Tue, 21 Jun 2011, suxia li wrote: > oh, it

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread Vincent Torri
+09:00) Title : Re: Re: [E-devel] How to get the buffer of current evas On Tue, 21 Jun 2011, suxia li wrote: is there any way to get the data? with the buffer engine of ecore_evas. Did you write a small test ? Vincent --- Original Message --- Sender : Vincent Torri Date : 六月 21

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread suxia li
oh, it use software_x11 engine, but i want to get the engine pixels(the buffer data of the canvas), do you know how to? --- Original Message --- Sender : Vincent Torri Date : 六月 21, 2011 16:01 (GMT+09:00) Title : Re: Re: [E-devel] How to get the buffer of current evas On Tue, 21

Re: [E-devel] How to get the buffer of current evas

2011-06-21 Thread Vincent Torri
On Tue, 21 Jun 2011, suxia li wrote: is there any way to get the data? with the buffer engine of ecore_evas. Did you write a small test ? Vincent --- Original Message --- Sender : Vincent Torri Date : 六月 21, 2011 15:49 (GMT+09:00) Title : Re: [E-devel] How to get the buffer

Re: [E-devel] How to get the buffer of current evas

2011-06-20 Thread suxia li
is there any way to get the data? --- Original Message --- Sender : Vincent Torri Date : 六月 21, 2011 15:49 (GMT+09:00) Title : Re: [E-devel] How to get the buffer of current evas On Tue, 21 Jun 2011, Atton Jonathan wrote: > Evas is optimized, now Evas does not use a buffer. D

Re: [E-devel] How to get the buffer of current evas

2011-06-20 Thread Vincent Torri
On Tue, 21 Jun 2011, Atton Jonathan wrote: Evas is optimized, now Evas does not use a buffer. Data are in the cloud ! but he is using the buffer engine with ecore_evas, so it should work. Maybe a small test case would be helpful Vincent 2011/6/21 suxia li Hi, Here i want to get t

Re: [E-devel] How to get the buffer of current evas

2011-06-20 Thread Atton Jonathan
Evas is optimized, now Evas does not use a buffer. Data are in the cloud ! 2011/6/21 suxia li > > > Hi, > Here i want to get the buffer of current evas, so i tried by the 2 API , > firstly get the ecore evas, then get the buffer pixels of current > Ecore_Evas, but the second API return NULL. is