Home
last modified time | relevance | path

Searched defs:ttf (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/vcl/source/fontsubset/
H A Dsft.cxx420 _inline const sal_uInt8* getTable( TrueTypeFont *ttf, sal_uInt32 ord) in getTable()
425 _inline sal_uInt32 getTableSize(TrueTypeFont *ttf, sal_uInt32 ord) in getTableSize()
498 static void GetMetrics(TrueTypeFont *ttf, sal_uInt32 glyphID, TTGlyphMetrics *metrics) in GetMetrics()
529 static int GetSimpleTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, TTG… in GetSimpleTTOutline()
620 static int GetCompoundTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, T… in GetCompoundTTOutline()
825 static int GetTTGlyphOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, TTGl… in GetTTGlyphOutline()
1393 static void FindCmap(TrueTypeFont *ttf) in FindCmap()
1492 static void GetKern(TrueTypeFont *ttf) in GetKern()
1551 static void KernGlyphsPrim1(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData… in KernGlyphsPrim1()
1562 static void KernGlyphsPrim2(TrueTypeFont *ttf, sal_uInt16 *glyphs, int nglyphs, int wmode, KernData… in KernGlyphsPrim2()
[all …]
H A Dttcr.cxx352 sal_uInt8* ttf = (sal_uInt8*)smalloc(s); in StreamToMemory() local