Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-stat-table.hh60 struct AxisValueFormat1 struct
62 unsigned int get_axis_index () const { return axisIndex; } in get_axis_index()
63 float get_value () const { return value.to_float (); } in get_value()
65 hb_ot_name_id_t get_value_name_id () const { return valueNameID; } in get_value_name_id()
67 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
74 HBUINT16 format; /* Format identifier — set to 1. */
75 HBUINT16 axisIndex; /* Zero-base index into the axis record array
79 HBUINT16 flags; /* Flags — see below for details. */
80 NameID valueNameID; /* The name ID for entries in the 'name' table
83 HBFixed value; /* A numeric value for this attribute value. */