Searched defs:isRect (Results 1 - 14 of 14) sorted by relevance

/external/skia/include/core/
H A DSkRRect.h96 inline bool isRect() const { return kRect_Type == this->getType(); } function in class:SkRRect
H A DSkRegion.h76 bool isRect() const { return fRunHead == SkRegion_gRectRunHeadPtr; } function in class:SkRegion
79 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
199 fRunHead == SkRegion_gRectRunHeadPtr && // this->isRect()
/external/skia/src/core/
H A DSkRasterClip.h35 bool isRect() const { function in class:SkRasterClip
94 return fIsBW ? fBW.isRect() : fAA.isRect();
101 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
H A DSkRegion.cpp130 } else if (this->isRect()) {
217 if (this->isRect()) {
317 if (this->isRect()) {
375 if (this->isRect()) {
400 if (this->isRect()) {
403 if (rgn.isRect()) {
422 } else if (this->isRect()) {
460 if (this->isRect()) {
487 bool weAreARect = this->isRect();
488 bool theyAreARect = rgn.isRect();
1115 bool isRect = this->isRect(); local
[all...]
H A DSkAAClip.cpp727 bool SkAAClip::isRect() const { function in class:SkAAClip
787 if (rgn.isRect()) {
915 if (this->isRect()) {
H A DSkPath.cpp552 bool SkPath::isRect(SkRect* rect, bool* isClosed, Direction* direction) const { function in class:SkPath
1118 if (rrect.isRect()) {
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 351 milliseconds