Searched refs:GetInt16 (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 590 z += GetInt16(p, 0, 1); in GetSimpleTTOutline() 606 z += GetInt16(p, 0, 1); in GetSimpleTTOutline() 707 e = GetInt16(ptr, 0, 1); in GetCompoundTTOutline() 708 f = GetInt16(ptr, 2, 1); in GetCompoundTTOutline() 731 a = GetInt16(ptr, 0, 1) << 2; in GetCompoundTTOutline() 738 a = GetInt16(ptr, 0, 1) << 2; in GetCompoundTTOutline() 739 d = GetInt16(ptr, 2, 1) << 2; in GetCompoundTTOutline() 1877 indexfmt = GetInt16(table, 50, 1); in doOpenTTFont() 1962 if (GetInt16(ptr, 0, 1) == -1) { in GetTTGlyphComponents() 2075 …, XUnits(UPEm, GetInt16(table, 36, 1)), XUnits(UPEm, GetInt16(table, 38, 1)), XUnits(UPEm, GetInt1… in CreateT3FromTTGlyphs() [all …]
|
H A D | ttcr.cxx | 92 _inline sal_Int16 GetInt16( const sal_uInt8* ptr, sal_uInt32 offset, int bigendian) in GetInt16() function 1420 z = GetInt16(gd->ptr, 2, 1); in ProcessTables() 1423 z = GetInt16(gd->ptr, 4, 1); in ProcessTables() 1426 z = GetInt16(gd->ptr, 6, 1); in ProcessTables() 1429 z = GetInt16(gd->ptr, 8, 1); in ProcessTables()
|
Completed in 33 milliseconds