Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh122 struct GlyphHeader struct
206 if (length < GlyphHeader::static_size) in get_iterator()
209 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyph_data, 0); in get_iterator()
213 &StructAfter<CompositeGlyphHeader, GlyphHeader> (glyph_header); in get_iterator()
288 if (*end_offset - start_offset < GlyphHeader::static_size) return true; in remove_padding()
292 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyph, 0); in remove_padding()
302 glyph += GlyphHeader::static_size + 2 * num_contours; in remove_padding()
389 if (end_offset - start_offset < GlyphHeader::static_size) in get_instruction_offsets()
395 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_instruction_offsets()
421 …unsigned int instruction_length_offset = start_offset + GlyphHeader::static_size + 2 * num_contour… in get_instruction_offsets()
[all …]
Dhb-subset-glyf.cc62 if (end_offset - start_offset < OT::glyf::GlyphHeader::static_size) in _calculate_glyf_and_loca_prime_size()