Searched defs:InstanceRecord (Results 1 – 4 of 4) sorted by relevance
41 template <size_t AxisCount> struct InstanceRecord { struct42 SK_OT_USHORT subfamilyNameID;43 SK_OT_USHORT flags; // Must be 044 SK_OT_Fixed coordinates[AxisCount];45 SK_OT_USHORT postScriptNameID;
61 struct InstanceRecord struct65 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' table141 HBUINT16 flags; /* Reserved for future use — set to 0. */143 coordinatesZ; /* The coordinates array for this instance. */
43 struct InstanceRecord struct47 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' table60 HBUINT16 flags; /* Reserved for future use — set to 0. */62 coordinatesZ; /* The coordinates array for this instance. */