Searched refs:FONTMINBOUNDS (Results 1 – 3 of 3) sorted by relevance
36 #define FONTMINBOUNDS(font,field) (font)->info.minbounds.field macro
1189 Min = count * FONTMINBOUNDS(pGC->font, characterWidth); in RootlessImageText8()1197 box.x1 = dst->x + x + Min + FONTMINBOUNDS(pGC->font, leftSideBearing); in RootlessImageText8()1242 box.x1 = dst->x + x + FONTMINBOUNDS(pGC->font, leftSideBearing); in RootlessPolyText8()1280 Min = count * FONTMINBOUNDS(pGC->font, characterWidth); in RootlessImageText16()1288 box.x1 = dst->x + x + Min + FONTMINBOUNDS(pGC->font, leftSideBearing); in RootlessImageText16()1333 box.x1 = dst->x + x + FONTMINBOUNDS(pGC->font, leftSideBearing); in RootlessPolyText16()
112 FONTMINBOUNDS(pfont, leftSideBearing); in miPolyGlyphBlt()