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

/external/skia/include/core/
H A DSkRRect.h105 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(); }
201 fRunHead == SkRegion_gRectRunHeadPtr && // this->isRect()
261 if (this->isRect() && kIntersect_Op == op) {
/external/skia/src/core/
H A DSkRasterClip.h33 bool isRect() const { return true; } function in class:SkConservativeClip
83 bool isRect() const { function in class:SkRasterClip
146 return fIsBW ? fBW.isRect() : fAA.isRect();
153 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
H A DSkRegion.cpp130 } else if (this->isRect()) {
213 if (this->isRect()) {
319 if (this->isRect()) {
377 if (this->isRect()) {
402 if (this->isRect()) {
405 if (rgn.isRect()) {
424 } else if (this->isRect()) {
462 if (this->isRect()) {
489 bool weAreARect = this->isRect();
490 bool theyAreARect = rgn.isRect();
1118 bool isRect = this->isRect(); local
[all...]
H A DSkAAClip.cpp728 bool SkAAClip::isRect() const { function in class:SkAAClip
788 if (rgn.isRect()) {
916 if (this->isRect()) {
H A DSkPath.cpp572 bool SkPath::isRect(SkRect* rect, bool* isClosed, Direction* direction) const { function in class:SkPath
1142 if (rrect.isRect() || rrect.isEmpty()) {
/external/skqp/include/core/
H A DSkRRect.h105 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(); }
201 fRunHead == SkRegion_gRectRunHeadPtr && // this->isRect()
261 if (this->isRect() && kIntersect_Op == op) {
/external/skqp/src/core/
H A DSkRasterClip.h33 bool isRect() const { return true; } function in class:SkConservativeClip
83 bool isRect() const { function in class:SkRasterClip
146 return fIsBW ? fBW.isRect() : fAA.isRect();
153 if (detectAARect && !fIsEmpty && !fIsBW && fAA.isRect()) {
H A DSkRegion.cpp130 } else if (this->isRect()) {
213 if (this->isRect()) {
319 if (this->isRect()) {
377 if (this->isRect()) {
402 if (this->isRect()) {
405 if (rgn.isRect()) {
424 } else if (this->isRect()) {
462 if (this->isRect()) {
489 bool weAreARect = this->isRect();
490 bool theyAreARect = rgn.isRect();
1118 bool isRect = this->isRect(); local
[all...]
H A DSkAAClip.cpp728 bool SkAAClip::isRect() const { function in class:SkAAClip
788 if (rgn.isRect()) {
916 if (this->isRect()) {
H A DSkPath.cpp571 bool SkPath::isRect(SkRect* rect, bool* isClosed, Direction* direction) const { function in class:SkPath
1133 if (rrect.isRect() || rrect.isEmpty()) {
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp4296 bool isRect = (surface->getTextureTarget() == EGL_TEXTURE_RECTANGLE_ANGLE); local
4297 es2::Texture2D *textureObject = isRect ? getTexture2DRect() : getTexture2D();
/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 627 milliseconds