Searched refs:image_from_pict (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbtrap.c | 41 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 D | fbpict.c | 57 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 D | wfbrename.h | 127 #define image_from_pict wfb_image_from_pict macro
|
| H A D | fb.h | 1151 extern _X_EXPORT pixman_image_t *image_from_pict(PicturePtr pict,
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 163971 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.
|