[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] Cairo Port
- From: Alex Bligh <alex@xxxxxxxxxxx>
- Date: Tue, 08 May 2007 18:16:36 +0100
- Subject: Re: [XaraXtreme-dev] Cairo Port
--On 08 May 2007 10:08 -0700 Carl Worth <cworth@xxxxxxxxxx> wrote:
Actually, I am a bit confused now about the rendering process. What are
the following two functions exactly used for and how do they relate?
GDraw_GetChangedBBox
From memory: gets the changed box (i.e. the area which has been changed
by drawing primatives)
GDraw_SetDIBitmap
From memory: provides GDraw with a pointer to the bitmap into which it
is meant to be painting (the bitmap is allocated by LX).
Alex