Lines Matching refs:end_offset
55 unsigned int start_offset, end_offset; in _calculate_glyf_and_loca_prime_size() local
56 if (unlikely (!(glyf.get_offsets (next_glyph, &start_offset, &end_offset) && in _calculate_glyf_and_loca_prime_size()
57 glyf.remove_padding (start_offset, &end_offset)))) in _calculate_glyf_and_loca_prime_size()
62 if (end_offset - start_offset < OT::glyf::GlyphHeader::static_size) in _calculate_glyf_and_loca_prime_size()
67 if (unlikely (!glyf.get_instruction_offsets (start_offset, end_offset, in _calculate_glyf_and_loca_prime_size()
75 total += end_offset - start_offset - (*instruction_end - *instruction_start); in _calculate_glyf_and_loca_prime_size()
172 unsigned int start_offset, end_offset; in _write_glyf_and_loca_prime() local
173 if (unlikely (!(glyf.get_offsets (glyph_ids[i], &start_offset, &end_offset) && in _write_glyf_and_loca_prime()
174 glyf.remove_padding (start_offset, &end_offset)))) in _write_glyf_and_loca_prime()
175 end_offset = start_offset = 0; in _write_glyf_and_loca_prime()
180 int length = end_offset - start_offset - (instruction_end - instruction_start); in _write_glyf_and_loca_prime()
196 …_next + instruction_start - start_offset, glyf_data + instruction_end, end_offset - instruction_en… in _write_glyf_and_loca_prime()
198 if (instruction_end == end_offset) in _write_glyf_and_loca_prime()