Searched defs:Encoding1 (Results 1 – 1 of 1) sorted by relevance
103 struct Encoding1 { struct104 bool sanitize (hb_sanitize_context_t *c) const in sanitize()110 hb_codepoint_t get_code (hb_codepoint_t glyph) const in get_code()126 HBUINT8 &nRanges () { return ranges.len; } in nRanges()127 HBUINT8 nRanges () const { return ranges.len; } in nRanges()129 ArrayOf<Encoding1_Range, HBUINT8> ranges;