Searched refs:backrect (Results 1 – 1 of 1) sorted by relevance
193 xRectangle backrect; in miImageGlyphBlt() local198 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()