Mozilla2:GFXSurface: Difference between revisions

Jump to navigation Jump to search
notes on cairo difference
(notes on cairo difference)
Line 1: Line 1:
== Class Surface ==
== Class Surface ==
We need a surface to draw on to.  We need to be able to specifiy what type of surface to create -- for instance a Win32 surface or an image surface.
We need a surface to draw on to.  We need to be able to specifiy what type of surface to create -- for instance a Win32 surface or an image surface.
One thing I've done here that is different from cairo is that I've basically merged cairo_t and cairo_surface_t together here.  If someone sees a reason why we need that seperation, we can do that here as well.


=== API ===
=== API ===
569

edits

Navigation menu