Searched refs:FONTASCENT (Results 1 – 4 of 4) sorted by relevance
205 backrect.y = y - FONTASCENT(pGC->font); in miImageGlyphBlt()206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in miImageGlyphBlt()
181 yBack = y - FONTASCENT(pGC->font); in fbImageGlyphBlt()182 heightBack = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in fbImageGlyphBlt()
38 #define FONTASCENT(font) (font)->info.fontAscent macro
1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText8()1277 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText16()1371 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageGlyphBlt()