Searched refs:intersects_coverage (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/harfbuzz-ng/src/ |
H A D | hb-ot-layout-common-private.hh | 657 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const { function in struct:OT::CoverageFormat1 743 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const { function in struct:OT::CoverageFormat2 853 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const { function in struct:OT::Coverage 855 case 1: return u.format1.intersects_coverage (glyphs, index); 856 case 2: return u.format2.intersects_coverage (glyphs, index);
|
H A D | hb-ot-layout-gsubgpos-private.hh | 636 static inline bool intersects_coverage (hb_set_t *glyphs, const USHORT &value, const void *data) function in namespace:OT 1244 if (cov.intersects_coverage (c->glyphs, i)) { 1420 {intersects_coverage}, 1804 if (cov.intersects_coverage (c->glyphs, i)) { 2010 {intersects_coverage},
|
/external/harfbuzz_ng/src/ |
H A D | hb-ot-layout-common-private.hh | 657 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const { function in struct:OT::CoverageFormat1 743 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const { function in struct:OT::CoverageFormat2 853 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const { function in struct:OT::Coverage 855 case 1: return u.format1.intersects_coverage (glyphs, index); 856 case 2: return u.format2.intersects_coverage (glyphs, index);
|
H A D | hb-ot-layout-gsubgpos-private.hh | 620 static inline bool intersects_coverage (hb_set_t *glyphs, const USHORT &value, const void *data) function in namespace:OT 1227 if (cov.intersects_coverage (c->glyphs, i)) { 1403 {intersects_coverage}, 1786 if (cov.intersects_coverage (c->glyphs, i)) { 1992 {intersects_coverage},
|
Completed in 653 milliseconds