Lines Matching full:surface
22 /* increment surface's reference count */
23 extern SkinSurface* skin_surface_ref( SkinSurface* surface );
25 /* decrement a surface's reference count. takes the surface's address as parameter.
29 /* sets a callback that will be called when the surface is destroyed.
48 /* create a 'fast' surface that contains a copy of an input ARGB32 pixmap */
51 /* create an empty 'slow' surface containing an ARGB32 pixmap */
54 /* create a 'slow' surface from a given pixel buffer. if 'do_copy' is TRUE, then
65 /* surface pixels information for slow surfaces */
73 /* lock a slow surface, and returns its pixel information.
77 /* unlock a slow surface that was previously locked */
88 /* blit a surface into another one */
95 /* blit a colored rectangle into a destination surface */