Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh73 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
78 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
85 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply()
154 if (unlikely (iter.get_coverage () >= count)) in closure()
157 c->out->add (substitute[iter.get_coverage ()]); in closure()
168 if (unlikely (iter.get_coverage () >= count)) in collect_glyphs()
170 c->output->add (substitute[iter.get_coverage ()]); in collect_glyphs()
174 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
179 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED); in would_apply()
185 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
[all …]
Dhb-ot-layout-gpos-table.hh480 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
486 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
535 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
541 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
735 if (unlikely (iter.get_coverage () >= count)) in intersects()
738 (this+pairSet[iter.get_coverage ()]).intersects (glyphs, valueFormat)) in intersects()
753 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
759 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
828 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
834 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
[all …]
Dhb-ot-layout-gsubgpos.hh238 return_t dispatch (const T &obj) { return obj.get_coverage (); } in dispatch()
632 obj_.get_coverage ().add_coverage (&digest); in init()
754 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED; in match_coverage()
1447 if (unlikely (iter.get_coverage () >= count)) in intersects()
1450 (this+ruleSet[iter.get_coverage ()]).intersects (glyphs, lookup_context)) in intersects()
1468 if (unlikely (iter.get_coverage () >= count)) in closure()
1471 (this+ruleSet[iter.get_coverage ()]).closure (c, lookup_context); in closure()
1494 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply()
1502 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
1507 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
[all …]
Dhb-ot-math-table.hh179 unsigned int index = (this+coverage).get_coverage (glyph); in get_value()
210 unsigned int index = (this+topAccentCoverage).get_coverage (glyph); in get_value()
343 unsigned int index = (this+mathKernCoverage).get_coverage (glyph); in get_kerning()
383 { return (this+extendedShapeCoverage).get_coverage (glyph) != NOT_COVERED; } in is_extended_shape()
638 unsigned int index = (this+coverage).get_coverage (glyph); in get_glyph_construction()
Dhb-aat-layout-morx-table.hh873 unsigned int get_coverage () const { return coverage >> (sizeof (HBUINT) * 8 - 8); } in get_coverage() function
994 if (!(subtable->get_coverage() & ChainSubtable<Types>::AllDirections) && in apply()
996 bool (subtable->get_coverage() & ChainSubtable<Types>::Vertical)) in apply()
1026 reverse = subtable->get_coverage () & ChainSubtable<Types>::Logical ? in apply()
1027 bool (subtable->get_coverage () & ChainSubtable<Types>::Backwards) : in apply()
1028 bool (subtable->get_coverage () & ChainSubtable<Types>::Backwards) != in apply()
Dhb-ot-layout-common.hh822 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function
868 unsigned int get_coverage () { return i; } in get_coverage() function
889 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function
1014 unsigned int get_coverage () { return coverage; } in get_coverage() function
1035 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function
1038 case 1: return u.format1.get_coverage (glyph_id); in get_coverage()
1039 case 2: return u.format2.get_coverage (glyph_id); in get_coverage()
1148 unsigned int get_coverage () in get_coverage() function
1152 case 1: return u.format1.get_coverage (); in get_coverage()
1153 case 2: return u.format2.get_coverage (); in get_coverage()
Dhb-ot-layout-gdef-table.hh54 unsigned int index = (this+coverage).get_coverage (glyph_id); in get_attach_points()
257 unsigned int index = (this+coverage).get_coverage (glyph_id); in get_lig_carets()
289 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; } in covers()