Lines Matching refs:font
76 GetGlyphs(pGC->font, (unsigned long)count, (unsigned char *)chars,
82 pDraw, pGC, x, y, n, charinfo, FONTGLYPHS(pGC->font));
93 GetGlyphs(pGC->font, (unsigned long)count, (unsigned char *)chars,
94 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
100 pDraw, pGC, x, y, n, charinfo, FONTGLYPHS(pGC->font));
108 FontPtr font = pGC->font;
111 GetGlyphs(font, (unsigned long)count, (unsigned char *)chars,
114 (*pGC->ops->ImageGlyphBlt)(pDraw, pGC, x, y, n, charinfo, FONTGLYPHS(font));
122 FontPtr font = pGC->font;
125 GetGlyphs(font, (unsigned long)count, (unsigned char *)chars,
126 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
129 (*pGC->ops->ImageGlyphBlt)(pDraw, pGC, x, y, n, charinfo, FONTGLYPHS(font));