Searched defs:markGlyphSetsDef (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gdef-table.hh363 inline bool has_mark_sets (void) const { return version.to_int () >= 0x00010002u && markGlyphSetsDef[0] != 0; }
365 { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
375 (version.to_int () < 0x00010002u || markGlyphSetsDef[0].sanitize (c, this)));
421 markGlyphSetsDef[VAR]; /* Offset to the table of mark set member in struct:OT::GDEF
426 DEFINE_SIZE_ARRAY (12, markGlyphSetsDef);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gdef-table.hh363 inline bool has_mark_sets (void) const { return version.to_int () >= 0x00010002u && markGlyphSetsDef[0] != 0; }
365 { return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef[0]).covers (set_index, glyph_id); }
375 (version.to_int () < 0x00010002u || markGlyphSetsDef[0].sanitize (c, this)));
421 markGlyphSetsDef[VAR]; /* Offset to the table of mark set member in struct:OT::GDEF
426 DEFINE_SIZE_ARRAY (12, markGlyphSetsDef);

Completed in 105 milliseconds