Searched refs:script_count (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-jstf-table.hh | 201 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()
|
D | hb-ot-layout.h | 103 unsigned int *script_count /* IN/OUT */,
|
D | hb-ot-layout.cc | 188 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()
|
D | hb-ot-layout-gsubgpos-private.hh | 2268 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()
|