Searched refs:O_loca (Results 1 – 2 of 2) sorted by relevance
609 #define O_loca 3 /* 'loca' */ macro
1782 case T_loca: nIndex = O_loca; break; in doOpenTTFont()1884 if( getTable(t, O_glyf) && getTable(t, O_loca) ) { /* TTF or TTF-OpenType */ in doOpenTTFont()1885 k = (getTableSize(t, O_loca) / (indexfmt ? 4 : 2)) - 1; in doOpenTTFont()1889 table = getTable(t, O_loca); in doOpenTTFont()
Completed in 41 milliseconds