Searched refs:composite_it (Results 1 – 2 of 2) sorted by relevance
144 OT::glyf::CompositeGlyphHeader::Iterator composite_it; in _remove_composite_instruction_flag() local145 …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()
399 CompositeGlyphHeader::Iterator composite_it; in get_instruction_offsets() local402 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()