Home
last modified time | relevance | path

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

/third_party/skia/m133/third_party/externals/harfbuzz/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()
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. */
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-glyf-table.hh471 struct GlyphHeader struct
473 bool has_data () const { return numberOfContours; } in has_data()
475 bool get_extents (hb_font_t *font, const accelerator_t &glyf_accelerator, in get_extents()
488 HBINT16 numberOfContours;
493 FWORD xMin; /* Minimum x for coordinate data. */
494 FWORD yMin; /* Minimum y for coordinate data. */
495 FWORD xMax; /* Maximum x for coordinate data. */
496 FWORD yMax; /* Maximum y for coordinate data. */