Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-stat-table.hh268 struct AxisValueRecord struct
270 unsigned int get_axis_index () const { return axisIndex; } in get_axis_index()
271 float get_value () const { return value.to_float (); } in get_value()
273 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
280 HBUINT16 axisIndex; /* Zero-base index into the axis record array
283 F16DOT16 value; /* A numeric value for this attribute value. */