Lines Matching defs:pci
48 __glXMakeBitmapFromGlyph(FontPtr font, CharInfoPtr pci)
62 w = GLYPHWIDTHPIXELS(pci);
63 h = GLYPHHEIGHTPIXELS(pci);
64 widthPadded = GLYPHWIDTHBYTESPADDED(pci);
85 pglyph = FONTGLYPHBITS(FONTGLYPHS(font), pci) + (h - 1) * widthPadded;
93 glBitmap(w, h, -pci->metrics.leftSideBearing, pci->metrics.descent,
94 pci->metrics.characterWidth, 0, allocbuf ? allocbuf : buf);
111 CharInfoPtr pci;
126 &nglyphs, &pci);
133 rv = __glXMakeBitmapFromGlyph(pFont, pci);