Searched refs:get_coverage (Results 1 – 7 of 7) sorted by relevance
69 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function72 { 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() function169 { 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() function411 { 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 …]
523 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function529 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()606 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function612 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()946 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function952 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()1055 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function1061 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply()1257 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function1264 …const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().… in apply()[all …]
179 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()
238 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() function1507 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() function1624 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() function1732 unsigned int index = (this+coverageZ[0]).get_coverage (c->buffer->cur().codepoint); in apply()[all …]
54 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()
860 unsigned int get_coverage () const { return coverage >> (sizeof (HBUINT) * 8 - 8); } in get_coverage() function981 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()
925 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function993 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function1161 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() function1165 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()