Searched refs:glyph_header (Results 1 – 1 of 1) sorted by relevance
209 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyph_data, 0); in get_iterator() local210 if (glyph_header.numberOfContours < 0) in get_iterator()213 &StructAfter<CompositeGlyphHeader, GlyphHeader> (glyph_header); in get_iterator()292 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyph, 0); in remove_padding() local293 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in remove_padding()395 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_instruction_offsets() local396 int16_t num_contours = (int16_t) glyph_header.numberOfContours; in get_instruction_offsets()452 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_extents() local454 extents->x_bearing = MIN (glyph_header.xMin, glyph_header.xMax); in get_extents()455 extents->y_bearing = MAX (glyph_header.yMin, glyph_header.yMax); in get_extents()[all …]