Searched defs:page_t (Results 1 – 1 of 1) sorted by relevance
55 struct page_t struct57 void init0 () { v.clear (); } in init0()58 void init1 () { v.clear (0xFF); } in init1()60 unsigned int len () const in len()63 bool is_empty () const in is_empty()71 void add (hb_codepoint_t g) { elt (g) |= mask (g); } in add()72 void del (hb_codepoint_t g) { elt (g) &= ~mask (g); } in del()73 bool get (hb_codepoint_t g) const { return elt (g) & mask (g); } in get()75 void add_range (hb_codepoint_t a, hb_codepoint_t b) in add_range()92 bool is_equal (const page_t *other) const in is_equal()[all …]