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

  /external/chromium_org/third_party/skia/src/animator/
SkBoundable.h 22 bool hasBounds() { return fBounds.fLeft != (int16_t)0x8000U; }
SkBoundable.cpp 44 if (fBoundable->hasBounds()) {
51 if (fBoundable->hasBounds() == false)
  /external/skia/src/animator/
SkBoundable.h 22 bool hasBounds() { return fBounds.fLeft != (int16_t)0x8000U; }
SkBoundable.cpp 44 if (fBoundable->hasBounds()) {
51 if (fBoundable->hasBounds() == false)

Completed in 38 milliseconds