Home
last modified time | relevance | path

Searched defs:CoverageFormat1_3 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/Common/
H A DCoverageFormat1.hh40 struct CoverageFormat1_3 struct
45 HBUINT16 coverageFormat; /* Format identifier--format = 1 */
47 glyphArray; /* Array of GlyphIDs--in numerical order */
52 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
58 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage()
65 unsigned get_population () const in get_population()
72 bool serialize (hb_serialize_context_t *c, Iterator glyphs) in serialize()
78 bool intersects (const hb_set_t *glyphs) const in intersects()
93 bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const in intersects_coverage()
98 void intersect_set (const hb_set_t &glyphs, IterableOut&& intersect_glyphs) const in intersect_set()
[all …]