Searched refs:FONTDESCENT (Results 1 – 4 of 4) sorted by relevance
39 #define FONTDESCENT(font) (font)->info.fontDescent macro
206 backrect.height = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in miImageGlyphBlt()
182 heightBack = FONTASCENT(pGC->font) + FONTDESCENT(pGC->font); in fbImageGlyphBlt()
1187 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); in RootlessImageText8()1278 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); in RootlessImageText16()1372 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); in RootlessImageGlyphBlt()