Searched refs:intersects_class (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsubgpos.hh | 841 static inline bool intersects_class (const hb_set_t *glyphs, const HBUINT16 &value, const void *dat… in intersects_class() function 844 return class_def.intersects_class (glyphs, value); in intersects_class() 1957 {intersects_class, intersected_class_glyphs}, in intersects() 1974 { return class_def.intersects_class (glyphs, p.first) && in intersects() 1995 {intersects_class, intersected_class_glyphs}, in closure() 2003 { return class_def.intersects_class (c->cur_intersected_glyphs, _); }, in closure() 2021 {intersects_class, intersected_class_glyphs}, in closure_lookups() 2030 { return class_def.intersects_class (c->glyphs, p.first); }) in closure_lookups() 2931 {intersects_class, intersected_class_glyphs}, in intersects() 2949 { return input_class_def.intersects_class (glyphs, p.first) && in intersects() [all …]
|
D | hb-ot-layout-common.hh | 2043 bool intersects_class (const hb_set_t *glyphs, uint16_t klass) const in intersects_class() function 2256 bool intersects_class (const hb_set_t *glyphs, uint16_t klass) const in intersects_class() function 2492 bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const in intersects_class() function 2495 case 1: return u.format1.intersects_class (glyphs, klass); in intersects_class() 2496 case 2: return u.format2.intersects_class (glyphs, klass); in intersects_class()
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 18772 <!-- bool OT::ClassDef::intersects_class(const hb_set_t*, unsigned int) --> 18773 …<function-decl name='intersects_class' mangled-name='_ZNK2OT8ClassDef16intersects_classEPK8hb_set_… 18852 <!-- bool OT::ClassDefFormat1::intersects_class(const hb_set_t*, unsigned int) --> 18853 …<function-decl name='intersects_class' mangled-name='_ZNK2OT15ClassDefFormat116intersects_classEPK… 18915 <!-- bool OT::ClassDefFormat2::intersects_class(const hb_set_t*, unsigned int) --> 18916 …<function-decl name='intersects_class' mangled-name='_ZNK2OT15ClassDefFormat216intersects_classEPK…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 11872 …<function-decl name='intersects_class' mangled-name='_ZNK2OT8ClassDef16intersects_classEPK8hb_set_… 11924 …<function-decl name='intersects_class' mangled-name='_ZNK2OT15ClassDefFormat116intersects_classEPK… 11965 …<function-decl name='intersects_class' mangled-name='_ZNK2OT15ClassDefFormat216intersects_classEPK…
|