OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:table_tag
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map.cc
91
hb_tag_t
table_tag
= table_tags[table_index];
local
92
found_script[table_index] = hb_ot_layout_table_choose_script (face,
table_tag
, script_tags, &script_index[table_index], &chosen_script[table_index]);
93
hb_ot_layout_script_find_language (face,
table_tag
, script_index[table_index], language_tag, &language_index[table_index]);
228
hb_tag_t
table_tag
= table_tags[table_index];
local
234
table_tag
,
/external/harfbuzz_ng/src/
hb-ot-map.cc
83
hb_tag_t
table_tag
= table_tags[table_index];
local
84
found_script[table_index] = hb_ot_layout_table_choose_script (face,
table_tag
, script_tags, &script_index[table_index], &chosen_script[table_index]);
85
hb_ot_layout_script_find_language (face,
table_tag
, script_index[table_index], language_tag, &language_index[table_index]);
268
hb_tag_t
table_tag
= table_tags[table_index];
local
274
table_tag
,
Completed in 56 milliseconds