Home
last modified time | relevance | path

Searched refs:find_table (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-color-cbdt-table.hh247 const IndexSubtableRecord* find_table (hb_codepoint_t glyph, unsigned int numTables) const in find_table() function
277 const IndexSubtableRecord *find_table (hb_codepoint_t glyph, in find_table() function
282 return (base+indexSubtableArrayOffset).find_table (glyph, numberOfIndexSubtables); in find_table()
404 const IndexSubtableRecord *subtable_record = strike.find_table (glyph, cblc, &base); in get_extents()
460 const IndexSubtableRecord *subtable_record = strike.find_table (glyph, cblc, &base); in reference_png()
/external/freetype/src/sfnt/
Dsfwoff2.c352 find_table( WOFF2_Table* tables, in find_table() function
1274 const WOFF2_Table maxp_table = find_table( tables, num_tables, in get_x_mins()
1276 const WOFF2_Table head_table = find_table( tables, num_tables, in get_x_mins()
1538 info->glyf_table = find_table( indices, num_tables, TTAG_glyf ); in reconstruct_font()
1539 info->loca_table = find_table( indices, num_tables, TTAG_loca ); in reconstruct_font()
1703 info->head_table = find_table( indices, num_tables, TTAG_head ); in reconstruct_font()
/external/freetype/
DChangeLog1721 * src/sfnt/sfwoff2.c (stream_close, find_table, read_num_hmetrics):