Searched refs:use_short_loca (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-subset-glyf.cc | 36 bool *use_short_loca /* OUT */, in _calculate_glyf_and_loca_prime_size() argument 81 *use_short_loca = (total <= 131070); in _calculate_glyf_and_loca_prime_size() 83 * (*use_short_loca ? sizeof (OT::HBUINT16) : sizeof (OT::HBUINT32)); in _calculate_glyf_and_loca_prime_size() 88 *use_short_loca ? "short" : "long"); in _calculate_glyf_and_loca_prime_size() 159 bool use_short_loca, in _write_glyf_and_loca_prime() argument 209 use_short_loca, in _write_glyf_and_loca_prime() 220 use_short_loca, in _write_glyf_and_loca_prime() 230 bool *use_short_loca, in _hb_subset_glyf_and_loca() argument 245 use_short_loca, in _hb_subset_glyf_and_loca() 256 *use_short_loca, in _hb_subset_glyf_and_loca() [all …]
|
D | hb-ot-glyf-table.hh | 90 bool use_short_loca = false; in subset() local 91 if (hb_subset_glyf_and_loca (plan, &use_short_loca, &glyf_prime, &loca_prime)) { in subset() 94 success = success && _add_head_and_set_loca_version (plan, use_short_loca); in subset() 105 _add_head_and_set_loca_version (hb_subset_plan_t *plan, bool use_short_loca) in _add_head_and_set_loca_version() 115 head_prime->indexToLocFormat.set (use_short_loca ? 0 : 1); in _add_head_and_set_loca_version()
|
D | hb-subset-glyf.hh | 36 bool *use_short_loca, /* OUT */
|