Searched defs:ClassDef (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-common.hh | 1485 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/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-common.hh | 2367 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/harfbuzz/src/ |
D | hb-ot-layout-common.hh | 2641 struct ClassDef struct 2644 static constexpr unsigned SENTINEL = 0; 2645 typedef unsigned int value_t; 2646 value_t operator [] (hb_codepoint_t k) const { return get (k); } in operator []() 2647 bool has (hb_codepoint_t k) const { return (*this)[k] != SENTINEL; } in has() 2649 hb_codepoint_t operator () (hb_codepoint_t k) const { return get (k); } in operator ()() 2651 unsigned int get (hb_codepoint_t k) const { return get_class (k); } in get() 2652 unsigned int get_class (hb_codepoint_t glyph_id) const in get_class() 2663 bool serialize (hb_serialize_context_t *c, Iterator it_with_class_zero) in serialize() 2709 bool subset (hb_subset_context_t *c, in subset() [all …]
|
/third_party/freetype/src/otvalid/ |
D | otvcommn.c | 856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
|
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/ |
D | otvcommn.c | 853 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
|
/third_party/skia/third_party/externals/freetype/src/otvalid/ |
D | otvcommn.c | 856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
|
/third_party/python/Include/internal/ |
D | pycore_ast.h | 212 } ClassDef; member
|