/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 69 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() 163 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 166 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply() 171 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() 388 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 391 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply() 397 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() 566 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function [all …]
|
D | hb-ot-layout-gpos-table.hh | 477 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 483 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply() 529 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 535 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply() 743 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 749 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply() 817 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 823 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply() 965 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 972 …const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().… in apply() [all …]
|
D | hb-ot-math-table.hh | 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()
|
D | hb-ot-layout-gsubgpos.hh | 238 return_t dispatch (const T &obj) { return obj.get_coverage (); } in dispatch() 632 obj_.get_coverage ().add_coverage (&digest); in init() 757 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED; in match_coverage() 1490 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply() 1498 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 1503 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() 1615 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 1620 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() 1723 const Coverage &get_coverage () const { return this+coverageZ[0]; } in get_coverage() function 1728 unsigned int index = (this+coverageZ[0]).get_coverage (c->buffer->cur().codepoint); in apply() [all …]
|
D | hb-ot-layout-gdef-table.hh | 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()
|
D | hb-aat-layout-morx-table.hh | 860 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()
|
D | hb-ot-layout-common.hh | 799 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function 867 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function 1035 unsigned int get (hb_codepoint_t k) const { return get_coverage (k); } in get() 1036 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function 1039 case 1: return u.format1.get_coverage (glyph_id); in get_coverage() 1040 case 2: return u.format2.get_coverage (glyph_id); in get_coverage()
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 76 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 79 { return 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() 179 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 182 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply() 187 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() 426 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 429 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply() 435 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() 657 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function [all …]
|
D | hb-ot-math-table.hh | 179 unsigned int index = (this+coverage).get_coverage (glyph); in get_value() 210 unsigned int index = (this+topAccentCoverage).get_coverage (glyph); in get_value() 344 unsigned int index = (this+mathKernCoverage).get_coverage (glyph); in get_kerning() 387 { return (this+extendedShapeCoverage).get_coverage (glyph) != NOT_COVERED; } in is_extended_shape() 642 unsigned int index = (this+coverage).get_coverage (glyph); in get_glyph_construction()
|
D | hb-ot-layout-gpos-table.hh | 782 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 790 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply() 899 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 907 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply() 1349 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 1355 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply() 1543 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 1549 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply() 1786 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 1793 …const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().… in apply() [all …]
|
D | hb-ot-layout-gsubgpos.hh | 372 return_t dispatch (const T &obj) { return obj.get_coverage (); } in dispatch() 772 obj_.get_coverage ().collect_coverage (&digest); in init() 913 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED; in match_coverage() 1806 …get_coverage ().intersected_coverage_glyphs (c->parent_active_glyphs (), c->cur_intersected_glyphs… in closure() 1856 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply() 1864 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 1869 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() 1960 …get_coverage ().intersected_coverage_glyphs (c->parent_active_glyphs (), c->cur_intersected_glyphs… in closure() 2036 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 2041 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() [all …]
|
D | hb-aat-layout-morx-table.hh | 860 unsigned int get_coverage () const { return coverage >> (sizeof (HBUINT) * 8 - 8); } in get_coverage() function 983 if (!(subtable->get_coverage() & ChainSubtable<Types>::AllDirections) && in apply() 985 bool (subtable->get_coverage() & ChainSubtable<Types>::Vertical)) in apply() 1015 reverse = subtable->get_coverage () & ChainSubtable<Types>::Logical ? in apply() 1016 bool (subtable->get_coverage () & ChainSubtable<Types>::Backwards) : in apply() 1017 bool (subtable->get_coverage () & ChainSubtable<Types>::Backwards) != in apply()
|
D | hb-ot-layout-gdef-table.hh | 64 unsigned int index = (this+coverage).get_coverage (glyph_id); in get_attach_points() 361 unsigned int index = (this+coverage).get_coverage (glyph_id); in get_lig_carets() 425 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; } in covers()
|
D | hb-ot-layout-common.hh | 1393 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function 1468 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function 1645 unsigned int get (hb_codepoint_t k) const { return get_coverage (k); } in get() 1646 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function 1649 case 1: return u.format1.get_coverage (glyph_id); in get_coverage() 1650 case 2: return u.format2.get_coverage (glyph_id); in get_coverage()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 76 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 79 { return 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() 179 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 182 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply() 187 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() 430 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 433 { return c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED; } in would_apply() 439 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() 665 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function [all …]
|
D | hb-ot-layout-gpos-table.hh | 782 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 790 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply() 898 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 906 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply() 1348 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 1354 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply() 1541 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 1547 unsigned int index = (this+coverage).get_coverage (buffer->cur().codepoint); in apply() 1784 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 1791 …const EntryExitRecord &this_record = entryExitRecord[(this+coverage).get_coverage (buffer->cur().… in apply() [all …]
|
D | hb-ot-layout-gsubgpos.hh | 372 return_t dispatch (const T &obj) { return obj.get_coverage (); } in dispatch() 772 obj_.get_coverage ().collect_coverage (&digest); in init() 913 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED; in match_coverage() 1819 …get_coverage ().intersected_coverage_glyphs (c->parent_active_glyphs (), c->cur_intersected_glyphs… in closure() 1869 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply() 1877 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 1882 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() 1980 …get_coverage ().intersected_coverage_glyphs (c->parent_active_glyphs (), c->cur_intersected_glyphs… in closure() 2056 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function 2061 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply() [all …]
|
D | hb-aat-layout-morx-table.hh | 877 unsigned int get_coverage () const { return coverage >> (sizeof (HBUINT) * 8 - 8); } in get_coverage() function 1000 if (!(subtable->get_coverage() & ChainSubtable<Types>::AllDirections) && in apply() 1002 bool (subtable->get_coverage() & ChainSubtable<Types>::Vertical)) in apply() 1032 reverse = subtable->get_coverage () & ChainSubtable<Types>::Logical ? in apply() 1033 bool (subtable->get_coverage () & ChainSubtable<Types>::Backwards) : in apply() 1034 bool (subtable->get_coverage () & ChainSubtable<Types>::Backwards) != in apply()
|
D | hb-ot-math-table.hh | 234 unsigned int index = (this+coverage).get_coverage (glyph); in get_value() 287 unsigned int index = (this+topAccentCoverage).get_coverage (glyph); in get_value() 472 unsigned int index = (this+mathKernCoverage).get_coverage (glyph); in get_kerning() 539 { return (this+extendedShapeCoverage).get_coverage (glyph) != NOT_COVERED; } in is_extended_shape() 949 unsigned int index = (this+coverage).get_coverage (glyph); in get_glyph_construction()
|
D | hb-ot-layout-gdef-table.hh | 64 unsigned int index = (this+coverage).get_coverage (glyph_id); in get_attach_points() 360 unsigned int index = (this+coverage).get_coverage (glyph_id); in get_lig_carets() 423 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; } in covers()
|
D | hb-ot-layout-common.hh | 1430 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function 1505 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function 1682 unsigned int get (hb_codepoint_t k) const { return get_coverage (k); } in get() 1683 unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage() function 1686 case 1: return u.format1.get_coverage (glyph_id); in get_coverage() 1687 case 2: return u.format2.get_coverage (glyph_id); in get_coverage()
|