Lines Matching refs:pDrawable
84 miPolyGlyphBlt(DrawablePtr pDrawable, GC * pGC, int x, int y, unsigned int nglyph, CharInfoPtr * pp… in miPolyGlyphBlt() argument
106 x += pDrawable->x; in miPolyGlyphBlt()
107 y += pDrawable->y; in miPolyGlyphBlt()
115 pPixmap = (*pDrawable->pScreen->CreatePixmap) (pDrawable->pScreen, in miPolyGlyphBlt()
121 pGCtmp = GetScratchGC(1, pDrawable->pScreen); in miPolyGlyphBlt()
123 (*pDrawable->pScreen->DestroyPixmap) (pPixmap); in miPolyGlyphBlt()
137 (*pDrawable->pScreen->DestroyPixmap) (pPixmap); in miPolyGlyphBlt()
172 (*pGC->ops->PushPixels) (pGC, pPixmap, pDrawable, in miPolyGlyphBlt()
179 (*pDrawable->pScreen->DestroyPixmap) (pPixmap); in miPolyGlyphBlt()
185 miImageGlyphBlt(DrawablePtr pDrawable, GC * pGC, int x, int y, unsigned int nglyph, CharInfoPtr * p… in miImageGlyphBlt() argument
217 ValidateGC(pDrawable, pGC); in miImageGlyphBlt()
218 (*pGC->ops->PolyFillRect) (pDrawable, pGC, 1, &backrect); in miImageGlyphBlt()
223 ValidateGC(pDrawable, pGC); in miImageGlyphBlt()
224 (*pGC->ops->PolyGlyphBlt) (pDrawable, pGC, x, y, nglyph, ppci, pglyphBase); in miImageGlyphBlt()
231 ValidateGC(pDrawable, pGC); in miImageGlyphBlt()