Searched defs:isRect (Results 1 - 7 of 7) 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.h33 bool isRect() const { function in class:SkRasterClip
91 return fIsBW ? fBW.isRect() : fAA.isRect();
98 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.cpp509 bool SkPath::isRect(SkRect* rect, bool* isClosed, Direction* direction) const { function in class:SkPath
986 if (rrect.isRect()) {
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 283 milliseconds