HomeSort by relevance Sort by last modified time
    Searched defs:hasBounds (Results 1 - 2 of 2) sorted by null

  /external/skia/src/animator/
SkBoundable.h 22 bool hasBounds() { return fBounds.fLeft != (int16_t)0x8000U; }
  /external/icu/icu4c/source/layout/
LETableReference.h 122 le_bool hasBounds() const { return fLength!=LE_UINTPTR_MAX; }
130 if(hasBounds()) {
146 (hasBounds() && (atPtr > fStart+fLength))) {

Completed in 655 milliseconds