Home
last modified time | relevance | path

Searched defs:__more__ (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-iter.hh204 bool __more__ () const { return bool (thiz()->len ()); } in __more__() function
395 bool __more__ () const { return bool (it); } in __more__() function
461 bool __more__ () const { return bool (it); } in __more__() function
571 bool __more__ () const { return bool (a) && bool (b); } in __more__() function
629 bool __more__ () const { return bool (a) || bool (b); } in __more__() function
725 bool __more__ () const { return v != end_; } in __more__() function
788 bool __more__ () const { return true; } in __more__() function
818 bool __more__ () const { return true; } in __more__() function
H A Dhb-bit-set-invertible.hh361 bool __more__ () const { return v != INVALID; } in __more__() function
H A Dhb-bit-set.hh892 bool __more__ () const { return v != INVALID; } in __more__() function
H A Dhb-open-type.hh1840 bool __more__ () const { return run_count || p < end; } in __more__() function
/aosp_15_r20/external/harfbuzz_ng/src/OT/glyf/
H A Dcomposite-iter.hh26 bool __more__ () const { return current; } in __more__() function
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/Common/
H A DCoverageFormat1.hh115 bool __more__ () const { return i < c->glyphArray.len; } in __more__() function
H A DCoverageFormat2.hh186 bool __more__ () const { return i < c->rangeRecord.len; } in __more__() function
H A DCoverage.hh255 bool __more__ () const in __more__() function