Home
last modified time | relevance | path

Searched refs:free_pixman_pict (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbtrap.c47 free_pixman_pict(pPicture, image); in fbAddTraps()
63 free_pixman_pict(pPicture, image); in fbRasterizeTrapezoid()
80 free_pixman_pict(pPicture, image); in fbAddTriangles()
153 free_pixman_pict(pSrc, src); in fbShapes()
154 free_pixman_pict(pDst, dst); in fbShapes()
H A Dfbpict.c68 free_pixman_pict(pSrc, src); in fbComposite()
69 free_pixman_pict(pMask, mask); in fbComposite()
70 free_pixman_pict(pDst, dest); in fbComposite()
161 free_pixman_pict(pPicture, glyphImage); in fbGlyphs()
208 free_pixman_pict(pDst, dstImage); in fbGlyphs()
211 free_pixman_pict(pSrc, srcImage); in fbGlyphs()
405 free_pixman_pict(pict->alphaMap, alpha_map); in set_image_properties()
481 free_pixman_pict(PicturePtr pict, pixman_image_t * image) in free_pixman_pict() function
H A Dwfbrename.h126 #define free_pixman_pict wfb_free_pixman_pict macro
H A Dfb.h1155 extern _X_EXPORT void free_pixman_pict(PicturePtr, pixman_image_t *);
/OK3568_Linux_fs/external/xserver/
H A DChangeLog31515 from there, rather than directly from free_pixman_pict(). This ensures
31517 to the image after free_pixman_pict(), as is the case for alphamaps.