Searched defs:hasBounds (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/animator/
H A DSkBoundable.h22 bool hasBounds() { return fBounds.fLeft != (int16_t)0x8000U; } function in class:SkBoundable
/external/skia/src/animator/
H A DSkBoundable.h22 bool hasBounds() { return fBounds.fLeft != (int16_t)0x8000U; } function in class:SkBoundable
/external/icu/icu4c/source/layout/
H A DLETableReference.h122 le_bool hasBounds() const { return fLength!=LE_UINTPTR_MAX; } function in class:LETableReference
130 if(hasBounds()) {
146 (hasBounds() && (atPtr > fStart+fLength))) {

Completed in 307 milliseconds