Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-map.cc105 unsigned int table_lookup_count; in add_lookups() local
107 table_lookup_count = hb_ot_layout_table_get_lookup_count (face, table_tags[table_index]); in add_lookups()
121 if (lookup_indices[i] >= table_lookup_count) in add_lookups()
/third_party/harfbuzz/src/
Dhb-ot-map.cc109 unsigned int table_lookup_count; in add_lookups() local
111 table_lookup_count = hb_ot_layout_table_get_lookup_count (face, table_tags[table_index]); in add_lookups()
125 if (lookup_indices[i] >= table_lookup_count) in add_lookups()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-map.cc124 unsigned int table_lookup_count; in add_lookups() local
126 table_lookup_count = hb_ot_layout_table_get_lookup_count (face, table_tags[table_index]); in add_lookups()
140 if (lookup_indices[i] >= table_lookup_count) in add_lookups()