Searched defs:SinglePosFormat2 (Results 1 – 2 of 2) sorted by relevance
10 struct SinglePosFormat2 : ValueBase struct13 HBUINT16 format; /* Format identifier--format = 2 */15 coverage; /* Offset to Coverage table--from17 ValueFormat valueFormat; /* Defines the types of data in the19 HBUINT16 valueCount; /* Number of ValueRecords */20 ValueRecord values; /* Array of ValueRecords--positioning25 bool sanitize (hb_sanitize_context_t *c) const in sanitize()33 bool intersects (const hb_set_t *glyphs) const in intersects()36 void closure_lookups (hb_closure_lookups_context_t *c) const {} in closure_lookups()37 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()[all …]
869 struct SinglePosFormat2 struct871 bool intersects (const hb_set_t *glyphs) const in intersects()874 void closure_lookups (hb_closure_lookups_context_t *c) const {} in closure_lookups()875 void collect_variation_indices (hb_collect_variation_indices_context_t *c) const in collect_variation_indices()895 void collect_glyphs (hb_collect_glyphs_context_t *c) const in collect_glyphs()898 const Coverage &get_coverage () const { return this+coverage; } in get_coverage()900 ValueFormat get_value_format () const { return valueFormat; } in get_value_format()902 bool apply (hb_ot_apply_context_t *c) const in apply()922 void serialize (hb_serialize_context_t *c, in serialize()947 bool subset (hb_subset_context_t *c) const in subset()[all …]