Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh87 struct glyfGlyphHeader struct
Dhb-ot-font.cc190 if (end_offset - start_offset < OT::glyfGlyphHeader::static_size) in get_extents()
193 …const OT::glyfGlyphHeader &glyph_header = OT::StructAtOffset<OT::glyfGlyphHeader> (this->glyf, sta… in get_extents()