Searched refs:getTableSize (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/source/fontsubset/ |
H A D | sft.cxx | 425 _inline sal_uInt32 getTableSize(TrueTypeFont *ttf, sal_uInt32 ord) in getTableSize() function 1094 int nTableSize = getTableSize(t, O_name); in GetNames() 1396 sal_uInt32 table_size = getTableSize(ttf, O_cmap); in FindCmap() 1885 k = (getTableSize(t, O_loca) / (indexfmt ? 4 : 2)) - 1; in doOpenTTFont() 2245 cvt = TrueTypeTableNew(T_cvt, getTableSize(ttf, O_cvt), p); in CreateTTFromTTGlyphs() 2426 cvt = TrueTypeTableNew(T_cvt, getTableSize(ttf, O_cvt), p); in CreateT42FromTTGlyphs() 2604 nTableSize = getTableSize( ttf, O_hmtx ); in GetTTSimpleGlyphMetrics() 2608 nTableSize = getTableSize( ttf, O_vmtx ); in GetTTSimpleGlyphMetrics() 2691 if (getTableSize(ttf, O_OS2) > 68) { in GetTTGlobalFontInfo() 2769 sal_uInt32 length = getTableSize( ttf, O_glyf ); in GetTTRawGlyphData() [all …]
|
/trunk/main/graphite/ |
H A D | graphite-2.3.1.patch | 155 size = m_pTableCache->getTableSize(tableId);
|
Completed in 44 milliseconds