/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-cbdt-table.hh | 247 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()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-cbdt-table.hh | 539 const IndexSubtableRecord* record = find_table (old_gid, bitmap_size_context->num_tables); in build_lookup() 602 const IndexSubtableRecord* find_table (hb_codepoint_t glyph, unsigned int numTables) const in find_table() function 633 find_table (hb_codepoint_t glyph, const void *base, const void **out_base) const in find_table() function 636 return (base+indexSubtableArrayOffset).find_table (glyph, numberOfIndexSubtables); in find_table() 831 const IndexSubtableRecord *subtable_record = strike.find_table (glyph, cblc, &base); in get_extents() 881 const IndexSubtableRecord *subtable_record = strike.find_table (glyph, cblc, &base); in reference_png()
|
/third_party/harfbuzz/src/ |
D | hb-ot-color-cbdt-table.hh | 539 const IndexSubtableRecord* record = find_table (old_gid, bitmap_size_context->num_tables); in build_lookup() 602 const IndexSubtableRecord* find_table (hb_codepoint_t glyph, unsigned int numTables) const in find_table() function 633 find_table (hb_codepoint_t glyph, const void *base, const void **out_base) const in find_table() function 636 return (base+indexSubtableArrayOffset).find_table (glyph, numberOfIndexSubtables); in find_table() 831 const IndexSubtableRecord *subtable_record = strike.find_table (glyph, cblc, &base); in get_extents() 881 const IndexSubtableRecord *subtable_record = strike.find_table (glyph, cblc, &base); in reference_png()
|
/third_party/freetype/src/sfnt/ |
D | sfwoff2.c | 352 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()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff2.c | 341 find_table( WOFF2_Table* tables, in find_table() function 1263 const WOFF2_Table maxp_table = find_table( tables, num_tables, in get_x_mins() 1265 const WOFF2_Table head_table = find_table( tables, num_tables, in get_x_mins() 1527 info->glyf_table = find_table( indices, num_tables, TTAG_glyf ); in reconstruct_font() 1528 info->loca_table = find_table( indices, num_tables, TTAG_loca ); in reconstruct_font() 1692 info->head_table = find_table( indices, num_tables, TTAG_head ); in reconstruct_font()
|
/third_party/freetype/ |
D | ChangeLog | 1721 * src/sfnt/sfwoff2.c (stream_close, find_table, read_num_hmetrics):
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 4470 * src/sfnt/sfwoff2.c (stream_close, find_table, read_num_hmetrics):
|