Searched refs:intersects_class (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gsubgpos.hh | 1033 static inline bool intersects_class (const hb_set_t *glyphs, unsigned value, const void *data, void… in intersects_class() function 1042 bool v = class_def.intersects_class (glyphs, value); in intersects_class() 2274 {intersects_class, nullptr}, in intersects() 2292 { return class_def.intersects_class (glyphs, p.first) && in intersects() 2316 {intersects_class, intersected_class_glyphs}, in closure() 2325 { return class_def.intersects_class (&c->parent_active_glyphs (), _); }, in closure() 2346 {intersects_class, nullptr}, in closure_lookups() 2356 { return class_def.intersects_class (c->glyphs, p.first); }) in closure_lookups() 3356 {intersects_class, nullptr}, in intersects() 3375 { return input_class_def.intersects_class (glyphs, p.first) && in intersects() [all …]
|
D | hb-ot-layout-common.hh | 1654 bool intersects_class (const hb_set_t *glyphs, uint16_t klass) const in intersects_class() function 1914 bool intersects_class (const hb_set_t *glyphs, uint16_t klass) const in intersects_class() function 2204 bool intersects_class (const hb_set_t *glyphs, unsigned int klass) const in intersects_class() function 2207 case 1: return u.format1.intersects_class (glyphs, klass); in intersects_class() 2208 case 2: return u.format2.intersects_class (glyphs, klass); in intersects_class() 2210 case 3: return u.format3.intersects_class (glyphs, klass); in intersects_class() 2211 case 4: return u.format4.intersects_class (glyphs, klass); in intersects_class()
|
/external/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 20300 <!-- bool OT::ClassDefFormat1::intersects_class(const hb_set_t*, unsigned int) --> 20301 …<function-decl name='intersects_class' mangled-name='_ZNK2OT15ClassDefFormat116intersects_classEPK… 20363 <!-- bool OT::ClassDefFormat2::intersects_class(const hb_set_t*, unsigned int) --> 20364 …<function-decl name='intersects_class' mangled-name='_ZNK2OT15ClassDefFormat216intersects_classEPK… 20426 <!-- bool OT::ClassDef::intersects_class(const hb_set_t*, unsigned int) --> 20427 …<function-decl name='intersects_class' mangled-name='_ZNK2OT8ClassDef16intersects_classEPK8hb_set_…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 12867 …<function-decl name='intersects_class' mangled-name='_ZNK2OT15ClassDefFormat116intersects_classEPK… 12908 …<function-decl name='intersects_class' mangled-name='_ZNK2OT15ClassDefFormat216intersects_classEPK… 12951 …<function-decl name='intersects_class' mangled-name='_ZNK2OT8ClassDef16intersects_classEPK8hb_set_…
|