Home
last modified time | relevance | path

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

/third_party/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;
/third_party/skia/m133/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;
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-ot-var-fvar-table.hh61 struct InstanceRecord struct
65 hb_array_t<const F16DOT16> get_coordinates (unsigned int axis_count) const in get_coordinates()
68 bool keep_instance (unsigned axis_count, in keep_instance()
89 bool subset (hb_subset_context_t *c, in subset()
130 bool sanitize (hb_sanitize_context_t *c, unsigned int axis_count) const in sanitize()
139 NameID subfamilyNameID;/* The name ID for entries in the 'name' table
141 HBUINT16 flags; /* Reserved for future use — set to 0. */
143 coordinatesZ; /* The coordinates array for this instance. */
/third_party/skia/third_party/externals/harfbuzz/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. */