Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-subset-glyf.cc144 OT::glyf::CompositeGlyphHeader::Iterator composite_it; in _remove_composite_instruction_flag() local
145 …if (unlikely (!OT::glyf::CompositeGlyphHeader::get_iterator (glyf_prime, length, &composite_it))) … in _remove_composite_instruction_flag()
148 glyph = composite_it.current; in _remove_composite_instruction_flag()
151 } while (composite_it.move_to_next ()); in _remove_composite_instruction_flag()
Dhb-ot-glyf-table.hh399 CompositeGlyphHeader::Iterator composite_it; in get_instruction_offsets() local
402 end_offset - start_offset, &composite_it))) return false; in get_instruction_offsets()
405 last = composite_it.current; in get_instruction_offsets()
406 } while (composite_it.move_to_next ()); in get_instruction_offsets()