HomeSort by relevance Sort by last modified time
    Searched full:hasbounds (Results 1 - 6 of 6) sorted by null

  /external/skia/src/animator/
SkBoundable.cpp 44 if (fBoundable->hasBounds()) {
51 if (fBoundable->hasBounds() == false)
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))) {
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyHelpers.cpp 1127 int hasbounds=0; local
    [all...]
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java     [all...]
  /frameworks/base/core/java/android/app/
ActivityManagerNative.java 793 boolean hasBounds = data.readInt() != 0;
794 if (hasBounds) {
    [all...]

Completed in 209 milliseconds