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