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.hh69 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
72 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply()
78 unsigned int index = (this+coverage).get_coverage (glyph_id); in apply()
166 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
169 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply()
174 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
408 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
411 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply()
417 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
618 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
[all …]
Dhb-ot-layout-gpos-table.hh523 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
529 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
606 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
612 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
946 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
952 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
1055 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
1061 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()
1257 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
1264 …const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().… 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-ot-layout-gsubgpos.hh238 return_t dispatch (const T &obj) { return obj.get_coverage (); } in dispatch()
638 obj_.get_coverage ().add_coverage (&digest); in init()
761 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED; in match_coverage()
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()
1619 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
1624 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
1727 const Coverage &get_coverage () const { return this+coverageZ[0]; } in get_coverage() function
1732 unsigned int index = (this+coverageZ[0]).get_coverage (c->buffer->cur().codepoint); in apply()
[all …]
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()
Dhb-aat-layout-morx-table.hh860 unsigned int get_coverage () const { return coverage >> (sizeof (HBUINT) * 8 - 8); } in get_coverage() function
981 if (!(subtable->get_coverage() & ChainSubtable<Types>::AllDirections) && in apply()
983 bool (subtable->get_coverage() & ChainSubtable<Types>::Vertical)) in apply()
1013 reverse = subtable->get_coverage () & ChainSubtable<Types>::Logical ? in apply()
1014 bool (subtable->get_coverage () & ChainSubtable<Types>::Backwards) : in apply()
1015 bool (subtable->get_coverage () & ChainSubtable<Types>::Backwards) != in apply()
Dhb-ot-layout-common.hh925 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function
993 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function
1161 unsigned int get (hb_codepoint_t k) const { return get_coverage (k); } in get()
1162 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function
1165 case 1: return u.format1.get_coverage (glyph_id); in get_coverage()
1166 case 2: return u.format2.get_coverage (glyph_id); in get_coverage()