Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/OT/glyf/
DGlyphHeader.hh12 struct GlyphHeader struct
14 bool has_data () const { return numberOfContours; } in has_data()
17 bool get_extents_without_var_scaled (hb_font_t *font, const accelerator_t &glyf_accelerator, in get_extents_without_var_scaled()
32 HBINT16 numberOfContours;
37 FWORD xMin; /* Minimum x for coordinate data. */
38 FWORD yMin; /* Minimum y for coordinate data. */
39 FWORD xMax; /* Maximum x for coordinate data. */
40 FWORD yMax; /* Maximum y for coordinate data. */