Lines Matching defs:chars
39 bitmapGetGlyphs(FontPtr pFont, unsigned long count, unsigned char *chars,
73 c = (*chars++) - firstCol;
82 c = (*chars++) - firstCol;
93 c = *chars++ << 8;
94 c = (c | *chars++) - firstCol;
103 c = *chars++ << 8;
104 c = (c | *chars++) - firstCol;
119 r = (*chars++) - firstRow;
120 c = (*chars++) - firstCol;
136 bitmapGetMetrics(FontPtr pFont, unsigned long count, unsigned char *chars,
147 bitmapGetGlyphs(pFont, count, chars, charEncoding, glyphCount,