Home
last modified time | relevance | path

Searched defs:ClassDef (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-common.hh1485 struct ClassDef struct
1488 static constexpr unsigned SENTINEL = 0;
1489 typedef unsigned int value_t;
1490 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []()
1491 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
1493 hb_codepoint_t operator () (hb_codepoint_t k) const { return get (k); } in operator ()()
1495 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get()
1496 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class()
1505 bool serialize (hb_serialize_context_t *c, in serialize()
1538 bool subset (hb_subset_context_t *c) const in subset()
[all …]
/third_party/harfbuzz/src/
Dhb-ot-layout-common.hh2289 struct ClassDef struct
2292 static constexpr unsigned SENTINEL = 0;
2293 typedef unsigned int value_t;
2294 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []()
2295 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
2297 hb_codepoint_t operator () (hb_codepoint_t k) const { return get (k); } in operator ()()
2299 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get()
2300 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class()
2311 bool serialize (hb_serialize_context_t *c, Iterator it_with_class_zero) in serialize()
2357 bool subset (hb_subset_context_t *c, in subset()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-common.hh2367 struct ClassDef struct
2370 static constexpr unsigned SENTINEL = 0;
2371 typedef unsigned int value_t;
2372 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []()
2373 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has()
2375 hb_codepoint_t operator () (hb_codepoint_t k) const { return get (k); } in operator ()()
2377 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get()
2378 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class()
2389 bool serialize (hb_serialize_context_t *c, Iterator it_with_class_zero) in serialize()
2435 bool subset (hb_subset_context_t *c, in subset()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/
Dotvcommn.c853 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
/third_party/skia/third_party/externals/freetype/src/otvalid/
Dotvcommn.c856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
/third_party/freetype/src/otvalid/
Dotvcommn.c856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
/third_party/python/Include/
DPython-ast.h111 } ClassDef; member
479 #define ClassDef(a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) _Py_ClassDef(a0, a1, a2, a3, a4, a5, a6, a… macro
/third_party/python/Python/
DPython-ast.c2042 ClassDef(identifier name, asdl_seq * bases, asdl_seq * keywords, asdl_seq * in ClassDef() function