Searched refs:wmode (Results 1 – 3 of 3) sorted by relevance
/trunk/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 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() [all …]
|
H A D | gsub.h | 32 int UseGSUB( struct vcl::_TrueTypeFont* pTTFile, int nGlyph, int wmode );
|
/trunk/main/vcl/inc/ |
H A D | sft.hxx | 395 …ILE *outf, const char *fname, sal_uInt16 *glyphArray, sal_uInt8 *encoding, int nGlyphs, int wmode); 554 void KernGlyphs(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData *kern);
|
Completed in 31 milliseconds