Lines Matching refs:pDrawable
57 fbPolyGlyphBlt(DrawablePtr pDrawable, in fbPolyGlyphBlt() argument
77 dstBpp = pDrawable->bitsPerPixel; in fbPolyGlyphBlt()
90 x += pDrawable->x; in fbPolyGlyphBlt()
91 y += pDrawable->y; in fbPolyGlyphBlt()
103 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, in fbPolyGlyphBlt()
107 fbFinishAccess(pDrawable); in fbPolyGlyphBlt()
111 fbPushImage(pDrawable, in fbPolyGlyphBlt()
122 fbImageGlyphBlt(DrawablePtr pDrawable, in fbImageGlyphBlt() argument
145 dstBpp = pDrawable->bitsPerPixel; in fbImageGlyphBlt()
159 x += pDrawable->x; in fbImageGlyphBlt()
160 y += pDrawable->y; in fbImageGlyphBlt()
183 fbSolidBoxClipped(pDrawable, in fbImageGlyphBlt()
205 fbGetDrawable(pDrawable, dst, dstStride, dstBpp, dstXoff, in fbImageGlyphBlt()
209 fbFinishAccess(pDrawable); in fbImageGlyphBlt()
213 fbPutXYImage(pDrawable, in fbImageGlyphBlt()