Home
last modified time | relevance | path

Searched defs:class_def (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh694 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in intersects_class() local
723 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in collect_class() local
751 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in match_class() local
1548 const ClassDef &class_def = this+classDef; in intersects() local
1569 const ClassDef &class_def = this+classDef; in closure() local
1591 const ClassDef &class_def = this+classDef; in collect_glyphs() local
1605 const ClassDef &class_def = this+classDef; in would_apply() local
1623 const ClassDef &class_def = this+classDef; in apply() local
/third_party/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh843 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in intersects_class() local
860 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in intersected_class_glyphs() local
889 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in collect_class() local
917 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in match_class() local
1942 const ClassDef &class_def = this+classDef; in intersects() local
1972 const ClassDef &class_def = this+classDef; in closure() local
1998 const ClassDef &class_def = this+classDef; in closure_lookups() local
2022 const ClassDef &class_def = this+classDef; in collect_glyphs() local
2036 const ClassDef &class_def = this+classDef; in would_apply() local
2054 const ClassDef &class_def = this+classDef; in apply() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-gsubgpos.hh833 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in intersects_class() local
850 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in intersected_class_glyphs() local
879 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in collect_class() local
907 const ClassDef &class_def = *reinterpret_cast<const ClassDef *>(data); in match_class() local
1944 const ClassDef &class_def = this+classDef; in intersects() local
1982 const ClassDef &class_def = this+classDef; in closure() local
2008 const ClassDef &class_def = this+classDef; in closure_lookups() local
2032 const ClassDef &class_def = this+classDef; in collect_glyphs() local
2046 const ClassDef &class_def = this+classDef; in would_apply() local
2064 const ClassDef &class_def = this+classDef; in apply() local
/third_party/python/Parser/
Dpegen.c2242 _PyPegen_class_def_decorators(Parser *p, asdl_expr_seq *decorators, stmt_ty class_def) in _PyPegen_class_def_decorators()
/third_party/quickjs/
Dquickjs.c3410 const JSClassDef *class_def, JSAtom name) in JS_NewClass1()
3456 int JS_NewClass(JSRuntime *rt, JSClassID class_id, const JSClassDef *class_def) in JS_NewClass()