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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 956 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const { function in struct:OT::ClassDefFormat1
999 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const { function in struct:OT::ClassDefFormat2
1045 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const { function in struct:OT::ClassDef
1047 case 1: return u.format1.intersects_class (glyphs, klass);
1048 case 2: return u.format2.intersects_class (glyphs, klass);
    [all...]
hb-ot-layout-gsubgpos-private.hh 615 static inline bool intersects_class (hb_set_t *glyphs, const USHORT &value, const void *data) function in namespace:OT
618 return class_def.intersects_class (glyphs, value);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 957 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const { function in struct:OT::ClassDefFormat1
1000 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const { function in struct:OT::ClassDefFormat2
1046 inline bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const { function in struct:OT::ClassDef
1048 case 1: return u.format1.intersects_class (glyphs, klass);
1049 case 2: return u.format2.intersects_class (glyphs, klass)
    [all...]
hb-ot-layout-gsubgpos-private.hh 615 static inline bool intersects_class (hb_set_t *glyphs, const USHORT &value, const void *data) function in namespace:OT
618 return class_def.intersects_class (glyphs, value);
    [all...]

Completed in 77 milliseconds