Lines Matching defs:pGC
69 miPolyText8(DrawablePtr pDraw, GCPtr pGC, int x, int y, int count, char *chars)
75 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars,
81 (*pGC->ops->PolyGlyphBlt) (pDraw, pGC, x, y, n, charinfo,
82 FONTGLYPHS(pGC->font));
87 miPolyText16(DrawablePtr pDraw, GCPtr pGC, int x, int y, int count,
94 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars,
95 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
101 (*pGC->ops->PolyGlyphBlt) (pDraw, pGC, x, y, n, charinfo,
102 FONTGLYPHS(pGC->font));
107 miImageText8(DrawablePtr pDraw, GCPtr pGC, int x, int y, int count, char *chars)
110 FontPtr font = pGC->font;
116 (*pGC->ops->ImageGlyphBlt) (pDraw, pGC, x, y, n, charinfo,
121 miImageText16(DrawablePtr pDraw, GCPtr pGC, int x, int y,
125 FontPtr font = pGC->font;
129 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
132 (*pGC->ops->ImageGlyphBlt) (pDraw, pGC, x, y, n, charinfo,