Lines Matching refs:GlyphHeader
471 struct GlyphHeader struct
503 const GlyphHeader &header;
505 SimpleGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in SimpleGlyph()
509 { return GlyphHeader::static_size + 2 * header.numberOfContours; } in instruction_len_offset()
574 GlyphHeader &glyph_header = const_cast<GlyphHeader &> (header); in drop_hints()
674 const GlyphHeader &header;
676 CompositeGlyph (const GlyphHeader &header_, hb_bytes_t bytes_) : in CompositeGlyph()
680 { return composite_iter_t (bytes, &StructAfter<CompositeGlyphChain, GlyphHeader> (header)); } in get_iterator()
713 const_cast<CompositeGlyphChain &> (StructAfter<CompositeGlyphChain, GlyphHeader> (header)) in set_overlaps_flag()
886 header (bytes.as<GlyphHeader> ()) in Glyph()
897 const GlyphHeader *header;