Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-glyf.cc39 hb_vector_t<unsigned int> *instruction_ranges /* OUT */) in _calculate_glyf_and_loca_prime_size() argument
45 if (!instruction_ranges->resize (instruction_ranges->len + 2)) in _calculate_glyf_and_loca_prime_size()
50 unsigned int *instruction_start = &(*instruction_ranges)[instruction_ranges->len - 2]; in _calculate_glyf_and_loca_prime_size()
52 unsigned int *instruction_end = &(*instruction_ranges)[instruction_ranges->len - 1]; in _calculate_glyf_and_loca_prime_size()
160 hb_vector_t<unsigned int> &instruction_ranges, in _write_glyf_and_loca_prime() argument
177 unsigned int instruction_start = instruction_ranges[i * 2]; in _write_glyf_and_loca_prime()
178 unsigned int instruction_end = instruction_ranges[i * 2 + 1]; in _write_glyf_and_loca_prime()
239 hb_vector_t<unsigned int> instruction_ranges; in _hb_subset_glyf_and_loca() local
240 instruction_ranges.init (); in _hb_subset_glyf_and_loca()
248 &instruction_ranges))) { in _hb_subset_glyf_and_loca()
[all …]