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