Re: [E-devel] a few 2D drawing questions

2015-03-01 Thread Jose Gonzalez
Cedric wrote: > On Thu, Feb 26, 2015 at 11:31 PM, jose_...@juno.com wrote: > >>> On Thu, Feb 26, 2015 at 9:50 PM, jose_...@juno.com >>> wrote: >>> Hey Cedric, I have a question for you... :) What are you thinking of doing with the current evas re

Re: [E-devel] a few 2D drawing questions

2015-03-01 Thread Cedric BAIL
On Thu, Feb 26, 2015 at 11:31 PM, jose_...@juno.com wrote: >> On Thu, Feb 26, 2015 at 9:50 PM, jose_...@juno.com wrote: >>> Hey Cedric, >>> >>> I have a question for you... :) >>> >>> What are you thinking of doing with the current evas rect, line, and >>> polygon objects? >> >> I

Re: [E-devel] a few 2D drawing questions

2015-02-26 Thread The Rasterman
On Thu, 26 Feb 2015 22:13:15 + Branko said: > Dne 26. 02. 2015 ob 20:34 je Cedric BAIL zapisal(a): > > Yes. You can easily get and modify the pixels of an Evas_Object_Image > > the way you want. Go to > > https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/

Re: [E-devel] a few 2D drawing questions

2015-02-26 Thread jose_...@juno.com
> Hello, > > On Thu, Feb 26, 2015 at 9:50 PM, jose_...@juno.com wrote: >> Hey Cedric, >> >> I have a question for you... :) >> >> What are you thinking of doing with the current evas rect, line, and >> polygon objects? > > I am considering the idea of introducing an Evas_Object_

Re: [E-devel] a few 2D drawing questions

2015-02-26 Thread Branko
Dne 26. 02. 2015 ob 20:34 je Cedric BAIL zapisal(a): > Yes. You can easily get and modify the pixels of an Evas_Object_Image > the way you want. Go to > https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/guide/ui/evas_guide_image.htm > and search for "Setting Ra

Re: [E-devel] a few 2D drawing questions

2015-02-26 Thread Cedric BAIL
Hello, On Thu, Feb 26, 2015 at 9:50 PM, jose_...@juno.com wrote: > Hey Cedric, > > I have a question for you... :) > > What are you thinking of doing with the current evas rect, line, and > polygon objects? I am considering the idea of introducting an Evas_Object_Shape, or someth

Re: [E-devel] a few 2D drawing questions

2015-02-26 Thread jose_...@juno.com
Hey Cedric, I have a question for you... :) What are you thinking of doing with the current evas rect, line, and polygon objects? Jose -- Original Message -- From: Cedric BAIL To: Enlightenment developer list Subject: Re: [E-devel] a few 2D drawing

Re: [E-devel] a few 2D drawing questions

2015-02-26 Thread Cedric BAIL
On Thu, Feb 26, 2015 at 8:24 PM, Branko wrote: > I am not familiar with evas, but judging from what is see in GTK+, there > seem to be no documented way of accessing drawable buffer directly, as > if it was fb ( succession of pixels). > GTK2 has GDK and GTK3 is forcing the use of Cairo. > > I am w

[E-devel] a few 2D drawing questions

2015-02-26 Thread Branko
I am not familiar with evas, but judging from what is see in GTK+, there seem to be no documented way of accessing drawable buffer directly, as if it was fb ( succession of pixels). GTK2 has GDK and GTK3 is forcing the use of Cairo. I am working on old PCB CAD ( part of gEDA for electronics desi