Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-stat-table.hh144 struct AxisValueFormat2 struct
146 unsigned int get_axis_index () const { return axisIndex; } in get_axis_index()
147 float get_value () const { return nominalValue.to_float (); } in get_value()
149 hb_ot_name_id_t get_value_name_id () const { return valueNameID; } in get_value_name_id()
151 hb_tag_t get_axis_tag (const hb_array_t<const StatAxisRecord> axis_records) const in get_axis_tag()
157 bool keep_axis_value (const hb_array_t<const StatAxisRecord> axis_records, in keep_axis_value()
170 bool subset (hb_subset_context_t *c, in subset()
182 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
189 HBUINT16 format; /* Format identifier — set to 2. */
190 HBUINT16 axisIndex; /* Zero-base index into the axis record array
[all …]