Home
last modified time | relevance | path

Searched refs:__more__ (Results 1 – 7 of 7) sorted by relevance

/external/harfbuzz_ng/src/OT/Layout/Common/
DCoverage.hh239 bool __more__ () const in __more__() function
243 case 1: return u.format1.__more__ (); in __more__()
244 case 2: return u.format2.__more__ (); in __more__()
246 case 3: return u.format3.__more__ (); in __more__()
247 case 4: return u.format4.__more__ (); in __more__()
DCoverageFormat2.hh179 bool __more__ () const { return i < c->rangeRecord.len; } in __more__() function
185 if (__more__ ()) in __next__()
DCoverageFormat1.hh115 bool __more__ () const { return i < c->glyphArray.len; } in __more__() function
/external/harfbuzz_ng/src/
Dhb-iter.hh80 explicit operator bool () const { return thiz()->__more__ (); } in operator bool()
197 bool __more__ () const { return bool (thiz()->len ()); } in __more__() function
378 bool __more__ () const { return bool (it); } in __more__() function
444 bool __more__ () const { return bool (it); } in __more__() function
554 bool __more__ () const { return bool (a) && bool (b); } in __more__() function
612 bool __more__ () const { return bool (a) || bool (b); } in __more__() function
708 bool __more__ () const { return v != end_; } in __more__() function
771 bool __more__ () const { return true; } in __more__() function
801 bool __more__ () const { return true; } in __more__() function
Dhb-bit-set-invertible.hh355 bool __more__ () const { return v != INVALID; } in __more__() function
Dhb-bit-set.hh874 bool __more__ () const { return v != INVALID; } in __more__() function
/external/harfbuzz_ng/src/OT/glyf/
Dcomposite-iter.hh26 bool __more__ () const { return current; } in __more__() function