Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
H A 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()

Completed in 3 milliseconds