Home | Sort by relevance Sort by last modified time |
/external/harfbuzz_ng/src/ | |
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); [all...] |
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 [all...] |