Searched refs:TTAG_loca (Results 1 – 3 of 3) sorted by relevance
75 #define TTAG_loca FT_MAKE_TAG( 'l', 'o', 'c', 'a' ) macro
1528 info->loca_table = find_table( indices, num_tables, TTAG_loca ); in reconstruct_font()1634 else if ( table.Tag == TTAG_loca ) in reconstruct_font()1877 if ( table->Tag == TTAG_glyf || table->Tag == TTAG_loca ) in woff2_open_font()1897 if ( table->Tag == TTAG_loca && table->TransformLength ) in woff2_open_font()2020 if ( table->Tag == TTAG_loca ) in woff2_open_font()
94 error = face->goto_table( face, TTAG_loca, stream, &table_len ); in tt_face_load_loca()