Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-stat-table.hh150 struct AxisValueRecord struct
152 unsigned int get_axis_index () const { return axisIndex; } in get_axis_index()
153 float get_value () const { return value.to_float (); } in get_value()
155 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
162 HBUINT16 axisIndex; /* Zero-base index into the axis record array
165 HBFixed value; /* A numeric value for this attribute value. */