Home
last modified time | relevance | path

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

/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A 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()
34 HBINT16 numberOfContours;
39 FWORD xMin; /* Minimum x for coordinate data. */
40 FWORD yMin; /* Minimum y for coordinate data. */
41 FWORD xMax; /* Maximum x for coordinate data. */
42 FWORD yMax; /* Maximum y for coordinate data. */