Searched refs:O_glyf (Results 1 – 2 of 2) sorted by relevance
531 const sal_uInt8* table = getTable( ttf, O_glyf ); in GetSimpleTTOutline()624 const sal_uInt8* table = getTable( ttf, O_glyf ); in GetCompoundTTOutline()827 const sal_uInt8 *table = getTable( ttf, O_glyf ); in GetTTGlyphOutline()1780 case T_glyf: nIndex = O_glyf; break; in doOpenTTFont()1884 if( getTable(t, O_glyf) && getTable(t, O_loca) ) { /* TTF or TTF-OpenType */ in doOpenTTFont()1957 const sal_uInt8* glyf = getTable(ttf, O_glyf); in GetTTGlyphComponents()2761 const sal_uInt8* glyf = getTable(ttf, O_glyf); in GetTTRawGlyphData()2769 sal_uInt32 length = getTableSize( ttf, O_glyf ); in GetTTRawGlyphData()
607 #define O_glyf 1 /* 'glyf' */ macro
Completed in 30 milliseconds