Lines Matching defs:HVARVVAR
101 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. */
141 lsbMap; /* Offset to lsb/tsb var-idx mapping. */
143 rsbMap; /* Offset to rsb/bsb var-idx mapping. */