Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh90 bool use_short_loca = max_offset < 0x1FFFF; in _add_loca_and_head() local
91 unsigned entry_size = use_short_loca ? 2 : 4; in _add_loca_and_head()
98 if (use_short_loca) in _add_loca_and_head()
110 && _add_head_and_set_loca_version(plan, use_short_loca); in _add_loca_and_head()
250 _add_head_and_set_loca_version (hb_subset_plan_t *plan, bool use_short_loca) in _add_head_and_set_loca_version()
260 head_prime->indexToLocFormat = use_short_loca ? 0 : 1; in _add_head_and_set_loca_version()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh103 bool use_short_loca = max_offset < 0x1FFFF; in _add_loca_and_head() local
104 unsigned entry_size = use_short_loca ? 2 : 4; in _add_loca_and_head()
113 if (use_short_loca) in _add_loca_and_head()
125 && _add_head_and_set_loca_version (plan, use_short_loca); in _add_loca_and_head()
234 _add_head_and_set_loca_version (hb_subset_plan_t *plan, bool use_short_loca) in _add_head_and_set_loca_version()
244 head_prime->indexToLocFormat = use_short_loca ? 0 : 1; in _add_head_and_set_loca_version()
/third_party/harfbuzz/src/
Dhb-ot-glyf-table.hh99 bool use_short_loca = max_offset < 0x1FFFF; in _add_loca_and_head() local
100 unsigned entry_size = use_short_loca ? 2 : 4; in _add_loca_and_head()
109 if (use_short_loca) in _add_loca_and_head()
121 && _add_head_and_set_loca_version (plan, use_short_loca); in _add_loca_and_head()
225 _add_head_and_set_loca_version (hb_subset_plan_t *plan, bool use_short_loca) in _add_head_and_set_loca_version()
235 head_prime->indexToLocFormat = use_short_loca ? 0 : 1; in _add_head_and_set_loca_version()