Lines Matching refs:font
75 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars,
82 FONTGLYPHS(pGC->font));
94 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars,
95 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
102 FONTGLYPHS(pGC->font));
110 FontPtr font = pGC->font;
113 GetGlyphs(font, (unsigned long) count, (unsigned char *) chars,
117 FONTGLYPHS(font));
125 FontPtr font = pGC->font;
128 GetGlyphs(font, (unsigned long) count, (unsigned char *) chars,
129 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit,
133 FONTGLYPHS(font));