Lines Matching refs:wmode
1551 static void KernGlyphsPrim1(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData… in KernGlyphsPrim1() argument
1556 (void)wmode; /* avoid warning */ in KernGlyphsPrim1()
1562 static void KernGlyphsPrim2(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData… in KernGlyphsPrim2() argument
1589 if (! ((coverage & 1) ^ wmode)) continue; in KernGlyphsPrim2()
1608 if (!wmode) { in KernGlyphsPrim2()
1994 int wmode) in CreateT3FromTTGlyphs() argument
2100 wmode == 0 ? XUnits(UPEm, metrics.aw) : 0, in CreateT3FromTTGlyphs()
2101 wmode == 0 ? 0 : -XUnits(UPEm, metrics.ah), in CreateT3FromTTGlyphs()
2743 void KernGlyphs(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData *kern) in KernGlyphs() argument
2752 case KT_APPLE_NEW: KernGlyphsPrim1(ttf, glyphs, nglyphs, wmode, kern); return; in KernGlyphs()
2753 case KT_MICROSOFT: KernGlyphsPrim2(ttf, glyphs, nglyphs, wmode, kern); return; in KernGlyphs()