HomeSort by relevance Sort by last modified time
    Searched refs:intersects_coverage (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 656 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const { function in struct:OT::CoverageFormat1
742 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const { function in struct:OT::CoverageFormat2
852 inline bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const { function in struct:OT::Coverage
854 case 1: return u.format1.intersects_coverage (glyphs, index);
855 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...]
  /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...]

Completed in 1506 milliseconds