Lines Matching refs:pDrawable
32 fbPutImage(DrawablePtr pDrawable, in fbPutImage() argument
42 x += pDrawable->x; in fbPutImage()
43 y += pDrawable->y; in fbPutImage()
48 fbPutXYImage(pDrawable, in fbPutImage()
57 for (i = (unsigned long) 1 << (pDrawable->depth - 1); i; i >>= 1) { in fbPutImage()
59 fbPutXYImage(pDrawable, in fbPutImage()
63 fbReplicatePixel(i, pDrawable->bitsPerPixel), in fbPutImage()
71 srcStride = PixmapBytePad(w, pDrawable->depth) / sizeof(FbStip); in fbPutImage()
72 fbPutZImage(pDrawable, fbGetCompositeClip(pGC), in fbPutImage()
78 fbPutZImage(DrawablePtr pDrawable, in fbPutZImage() argument
93 fbGetStipDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPutZImage()
120 fbFinishAccess(pDrawable); in fbPutZImage()
124 fbPutXYImage(DrawablePtr pDrawable, in fbPutXYImage() argument
144 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff); in fbPutXYImage()
202 fbFinishAccess(pDrawable); in fbPutXYImage()
206 fbGetImage(DrawablePtr pDrawable, in fbGetImage() argument
222 if (!fbDrawableEnabled(pDrawable)) in fbGetImage()
225 fbGetDrawable(pDrawable, src, srcStride, srcBpp, srcXoff, srcYoff); in fbGetImage()
227 x += pDrawable->x; in fbGetImage()
228 y += pDrawable->y; in fbGetImage()
235 dstStride = PixmapBytePad(w, pDrawable->depth); in fbGetImage()
263 fbFinishAccess(pDrawable); in fbGetImage()