Home
last modified time | relevance | path

Searched refs:gHeight (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/fb/
H A Dfbglyph.c67 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()
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiglblt.c99 int gWidth, gHeight; /* width and height of glyph */ in miPolyGlyphBlt() local
145 gHeight = GLYPHHEIGHTPIXELS(pci); in miPolyGlyphBlt()
146 if (gWidth && gHeight) { in miPolyGlyphBlt()
158 for (i = 0, pb = pbits; i < gHeight; in miPolyGlyphBlt()
169 0, 0, gWidth, gHeight, in miPolyGlyphBlt()
173 gWidth, gHeight, in miPolyGlyphBlt()