Lines Matching refs:gWidth
67 int gWidth, gHeight; /* width and height of glyph */
96 gWidth = GLYPHWIDTHPIXELS(pci);
98 if (gWidth && gHeight) {
101 if (glyph && gWidth <= sizeof(FbStip) * 8 &&
102 fbGlyphIn(fbGetCompositeClip(pGC), gx, gy, gWidth, gHeight)) {
114 gStride, 0, gx, gy, gWidth, gHeight);
132 int gWidth, gHeight; /* width and height of glyph */
198 gWidth = GLYPHWIDTHPIXELS(pci);
200 if (gWidth && gHeight) {
203 if (glyph && gWidth <= sizeof(FbStip) * 8 &&
204 fbGlyphIn(fbGetCompositeClip(pGC), gx, gy, gWidth, gHeight)) {
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0);