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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DRegion.h42 bool isRect() const { return m_shape.isRect(); } function in class:WebCore::Region
85 bool isRect() const { return m_spans.size() <= 2 && m_segments.size() <= 2; } function in class:WebCore::Region::Shape
/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.h31 bool isRect() const { function in class:SkRasterClip
92 return fIsBW ? fBW.isRect() : false;
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 DSkPath.cpp512 return (PathAsRect) (isRect(&isClosed, direction) + isClosed);
515 bool SkPath::isRect(SkRect* rect) const { function in class:SkPath
526 bool SkPath::isRect(bool* isClosed, Direction* direction) const { function in class:SkPath
1088 if (rrect.isRect()) {
/external/skia/src/core/
H A DSkRasterClip.h31 bool isRect() const { function in class:SkRasterClip
92 return fIsBW ? fBW.isRect() : false;
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 DSkPath.cpp512 return (PathAsRect) (isRect(&isClosed, direction) + isClosed);
515 bool SkPath::isRect(SkRect* rect) const { function in class:SkPath
526 bool SkPath::isRect(bool* isClosed, Direction* direction) const { function in class:SkPath
1088 if (rrect.isRect()) {
/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h104 inline bool isRect() const { return kRect_Type == this->getType(); } function in class:SkRRect
H A DSkRegion.h77 bool isRect() const { return fRunHead == SkRegion_gRectRunHeadPtr; } function in class:SkRegion
80 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
200 fRunHead == SkRegion_gRectRunHeadPtr && // this->isRect()
/external/skia/include/core/
H A DSkRRect.h104 inline bool isRect() const { return kRect_Type == this->getType(); } function in class:SkRRect
H A DSkRegion.h77 bool isRect() const { return fRunHead == SkRegion_gRectRunHeadPtr; } function in class:SkRegion
80 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
200 fRunHead == SkRegion_gRectRunHeadPtr && // this->isRect()
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.h204 bool isRect() const { return m_primitiveUnitType == CSS_RECT; } function in class:WebCore::CSSPrimitiveValue
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/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 217 milliseconds