Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbtrap.c41 if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff))) in fbAddTraps()
57 if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff))) in fbRasterizeTrapezoid()
73 if (!(image = image_from_pict(pPicture, FALSE, &dst_xoff, &dst_yoff))) in fbAddTriangles()
106 src = image_from_pict(pSrc, FALSE, &src_xoff, &src_yoff); in fbShapes()
107 dst = image_from_pict(pDst, TRUE, &dst_xoff, &dst_yoff); in fbShapes()
H A Dfbpict.c57 src = image_from_pict(pSrc, FALSE, &src_xoff, &src_yoff); in fbComposite()
58 mask = image_from_pict(pMask, FALSE, &msk_xoff, &msk_yoff); in fbComposite()
59 dest = image_from_pict(pDst, TRUE, &dst_xoff, &dst_yoff); in fbComposite()
153 if (!(glyphImage = image_from_pict(pPicture, FALSE, &xoff, &yoff))) in fbGlyphs()
179 if (!(srcImage = image_from_pict(pSrc, FALSE, &srcXoff, &srcYoff))) in fbGlyphs()
182 if (!(dstImage = image_from_pict(pDst, TRUE, &dstXoff, &dstYoff))) in fbGlyphs()
475 image_from_pict(PicturePtr pict, Bool has_clip, int *xoff, int *yoff) in image_from_pict() function
H A Dwfbrename.h127 #define image_from_pict wfb_image_from_pict macro
H A Dfb.h1151 extern _X_EXPORT pixman_image_t *image_from_pict(PicturePtr pict,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog163971 Avoids crashes when wfbComposite calls the wrong image_from_pict.
164315 - Make image_from_pict() non-static
164454 Break image_from_pict() into a few subfunctions.