Lines Matching defs:ClassDefFormat1
1378 struct ClassDefFormat1 struct
1383 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class()
1390 bool serialize (hb_serialize_context_t *c, in serialize()
1409 bool subset (hb_subset_context_t *c, in subset()
1438 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
1445 bool add_coverage (set_t *glyphs) const in add_coverage()
1468 bool add_class (set_t *glyphs, unsigned int klass) const in add_class()
1476 bool intersects (const hb_set_t *glyphs) const in intersects()
1486 bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const in intersects_class()
1506 HBUINT16 classFormat; /* Format identifier--format = 1 */
1507 HBGlyphID startGlyph; /* First GlyphID of the classValueArray */
1509 classValue; /* Array of Class Values--one per GlyphID */