Lines Matching defs:pci
51 static int __glXMakeBitmapFromGlyph(FontPtr font, CharInfoPtr pci)
64 w = GLYPHWIDTHPIXELS(pci);
65 h = GLYPHHEIGHTPIXELS(pci);
66 widthPadded = GLYPHWIDTHBYTESPADDED(pci);
86 pglyph = FONTGLYPHBITS(FONTGLYPHS(font), pci) + (h-1)*widthPadded;
94 CALL_Bitmap( GET_DISPATCH(), (w, h, -pci->metrics.leftSideBearing,
95 pci->metrics.descent,
96 pci->metrics.characterWidth, 0,
114 CharInfoPtr pci;
129 &nglyphs, &pci);
136 rv = __glXMakeBitmapFromGlyph(pFont, pci);