Home
last modified time | relevance | path

Searched refs:script_count (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-jstf-table.hh201 unsigned int *script_count /* IN/OUT */, in get_script_tags()
203 { return scriptList.get_tags (start_offset, script_count, script_tags); } in get_script_tags()
Dhb-ot-layout.h103 unsigned int *script_count /* IN/OUT */,
Dhb-ot-layout.cc188 unsigned int *script_count /* IN/OUT */, in hb_ot_layout_table_get_script_tags() argument
193 return g.get_script_tags (start_offset, script_count, script_tags); in hb_ot_layout_table_get_script_tags()
Dhb-ot-layout-gsubgpos-private.hh2268 unsigned int *script_count /* IN/OUT */, in get_script_tags()
2270 { return (this+scriptList).get_tags (start_offset, script_count, script_tags); } in get_script_tags()