Home
last modified time | relevance | path

Searched refs:lenM1 (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-type.hh819 if (unlikely (i > lenM1)) return Null (Type); in operator []()
825 if (unlikely (i > lenM1)) return Crap (Type); in operator []()
829 { return lenM1.static_size + (lenM1 + 1) * Type::static_size; } in get_size()
836 unsigned int count = lenM1 + 1; in sanitize()
847 return_trace (lenM1.sanitize (c) && in sanitize_shallow()
848 (c->check_array (arrayZ, lenM1 + 1))); in sanitize_shallow()
852 LenType lenM1; member
Dhb-open-file.hh384 unsigned int get_type_count () const { return (this+typeList).lenM1 + 1; } in get_type_count()