Home
last modified time | relevance | path

Searched refs:markGlyphSetsDef (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh372 …has_mark_sets (void) const { return version.to_int () >= 0x00010002u && markGlyphSetsDef[0] != 0; } in has_mark_sets()
374 …{ return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_i… in mark_set_covers()
385 (version.to_int () < 0x00010002u || markGlyphSetsDef[0].sanitize (c, this))); in sanitize()
431 markGlyphSetsDef[VAR]; /* Offset to the table of mark set member
436 DEFINE_SIZE_ARRAY (12, markGlyphSetsDef);