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
84 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()) {
223 if (this->isRect()) {
323 if (this->isRect()) {
381 if (this->isRect()) {
406 if (this->isRect()) {
409 if (rgn.isRect()) {
428 } else if (this->isRect()) {
466 if (this->isRect()) {
493 bool weAreARect = this->isRect();
494 bool theyAreARect = rgn.isRect();
1121 bool isRect = this->isRect(); local
[all...]
H A DSkPath.cpp475 bool SkPath::isRect(SkRect* rect) const { function in class:SkPath
486 bool SkPath::isRect(bool* isClosed, Direction* direction) const { function in class:SkPath
1048 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()) {
223 if (this->isRect()) {
323 if (this->isRect()) {
381 if (this->isRect()) {
406 if (this->isRect()) {
409 if (rgn.isRect()) {
428 } else if (this->isRect()) {
466 if (this->isRect()) {
493 bool weAreARect = this->isRect();
494 bool theyAreARect = rgn.isRect();
1121 bool isRect = this->isRect(); local
[all...]
H A DSkPath.cpp475 bool SkPath::isRect(SkRect* rect) const { function in class:SkPath
486 bool SkPath::isRect(bool* isClosed, Direction* direction) const { function in class:SkPath
1048 if (rrect.isRect()) {
/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h102 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.h102 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/skia/src/gpu/
H A DGrClipMaskManager.cpp120 bool isRect = false; local
143 isRect = true;
157 // TODO: catch isRect && requiresAA and use clip planes if available rather than a mask.
201 if (isRect) {
/external/skia/src/gpu/
H A DGrClipMaskManager.cpp120 bool isRect = false; local
143 isRect = true;
157 // TODO: catch isRect && requiresAA and use clip planes if available rather than a mask.
201 if (isRect) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.h178 bool isRect() const { return m_primitiveUnitType == CSS_RECT; } function in class:WebCore::CSSPrimitiveValue

Completed in 1152 milliseconds