Lines Matching refs:GlyphHeader
122 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()
449 if (end_offset - start_offset < GlyphHeader::static_size) in get_extents()
452 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_extents()