Home
last modified time | relevance | path

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

/external/skqp/src/sfnt/
DSkOTTable_fvar.h41 template <size_t AxisCount> struct InstanceRecord { struct
42 SK_OT_USHORT subfamilyNameID;
43 SK_OT_USHORT flags; // Must be 0
44 SK_OT_Fixed coordinates[AxisCount];
45 SK_OT_USHORT postScriptNameID;
/external/skia/src/sfnt/
DSkOTTable_fvar.h41 template <size_t AxisCount> struct InstanceRecord { struct
42 SK_OT_USHORT subfamilyNameID;
43 SK_OT_USHORT flags; // Must be 0
44 SK_OT_Fixed coordinates[AxisCount];
45 SK_OT_USHORT postScriptNameID;
/external/harfbuzz_ng/src/
Dhb-ot-var-fvar-table.hh43 struct InstanceRecord struct
47 hb_array_t<const HBFixed> get_coordinates (unsigned int axis_count) const in get_coordinates()
50 bool sanitize (hb_sanitize_context_t *c, unsigned int axis_count) const in sanitize()
58 NameID subfamilyNameID;/* The name ID for entries in the 'name' table
60 HBUINT16 flags; /* Reserved for future use — set to 0. */
62 coordinatesZ; /* The coordinates array for this instance. */