Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/rootless/
H A DrootlessGC.c1186 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText8()
1187 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); in RootlessImageText8()
1192 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText8()
1198 box.x2 = dst->x + x + Max + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessImageText8()
1243 box.x2 = dst->x + x + FONTMAXBOUNDS(pGC->font, rightSideBearing); in RootlessPolyText8()
1252 box.y1 = dst->y + y - FONTMAXBOUNDS(pGC->font, ascent); in RootlessPolyText8()
1253 box.y2 = dst->y + y + FONTMAXBOUNDS(pGC->font, descent); in RootlessPolyText8()
1277 top = max(FONTMAXBOUNDS(pGC->font, ascent), FONTASCENT(pGC->font)); in RootlessImageText16()
1278 bot = max(FONTMAXBOUNDS(pGC->font, descent), FONTDESCENT(pGC->font)); in RootlessImageText16()
1283 Max = count * FONTMAXBOUNDS(pGC->font, characterWidth); in RootlessImageText16()
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiglblt.c111 width = FONTMAXBOUNDS(pfont, rightSideBearing) - in miPolyGlyphBlt()
113 height = FONTMAXBOUNDS(pfont, ascent) + FONTMAXBOUNDS(pfont, descent); in miPolyGlyphBlt()
/OK3568_Linux_fs/external/xserver/include/
H A Ddixfontstr.h35 #define FONTMAXBOUNDS(font,field) (font)->info.maxbounds.field macro