Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-var-hvar-table.hh101 struct HVARVVAR struct
103 static constexpr hb_tag_t HVARTag = HB_OT_TAG_HVAR;
104 static constexpr hb_tag_t VVARTag = HB_OT_TAG_VVAR;
106 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
117 float get_advance_var (hb_font_t *font, hb_codepoint_t glyph) const in get_advance_var()
123 float get_side_bearing_var (hb_codepoint_t glyph, in get_side_bearing_var()
131 bool has_side_bearing_deltas () const { return lsbMap && rsbMap; } in has_side_bearing_deltas()
134 FixedVersion<>version; /* Version of the metrics variation table
137 varStore; /* Offset to item variation store table. */
139 advMap; /* Offset to advance var-idx mapping. */
[all …]