Lines Matching refs:gHeight
67 int gWidth, gHeight; /* width and height of glyph */ in fbPolyGlyphBlt() local
97 gHeight = GLYPHHEIGHTPIXELS(pci); in fbPolyGlyphBlt()
98 if (gWidth && gHeight) { in fbPolyGlyphBlt()
102 fbGlyphIn(fbGetCompositeClip(pGC), gx, gy, gWidth, gHeight)) { in fbPolyGlyphBlt()
106 (FbStip *) pglyph, pPriv->xor, gx + dstXoff, gHeight); in fbPolyGlyphBlt()
114 gStride, 0, gx, gy, gWidth, gHeight); in fbPolyGlyphBlt()
132 int gWidth, gHeight; /* width and height of glyph */ in fbImageGlyphBlt() local
199 gHeight = GLYPHHEIGHTPIXELS(pci); in fbImageGlyphBlt()
200 if (gWidth && gHeight) { in fbImageGlyphBlt()
204 fbGlyphIn(fbGetCompositeClip(pGC), gx, gy, gWidth, gHeight)) { in fbImageGlyphBlt()
208 (FbStip *) pglyph, pPriv->fg, gx + dstXoff, gHeight); in fbImageGlyphBlt()
222 gWidth, gHeight, (FbStip *) pglyph, gStride, 0); in fbImageGlyphBlt()