Searched defs:ClassDef (Results 1 – 3 of 3) sorted by relevance
2367 struct ClassDef struct2370 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 …]
856 FT_UInt Coverage, ClassDef, ClassSetCount; in otv_u_O_O_x_Onx() local
212 } ClassDef; member