Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmiglblt.c193 xRectangle backrect; in miImageGlyphBlt() local
198 backrect.x = x; in miImageGlyphBlt()
199 backrect.width = info.overallWidth; in miImageGlyphBlt()
202 backrect.x = x + info.overallWidth; in miImageGlyphBlt()
203 backrect.width = -info.overallWidth; in miImageGlyphBlt()
205 backrect.y = y - FONTASCENT(pGC->font); in miImageGlyphBlt()
206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in miImageGlyphBlt()
218 (*pGC->ops->PolyFillRect) (pDrawable, pGC, 1, &backrect); in miImageGlyphBlt()