HomeSort by relevance Sort by last modified time
    Searched defs:isRect (Results 1 - 25 of 37) sorted by null

1 2

  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionIteratorTest.java 57 assertFalse(region.isRect());
84 assertFalse(region.isRect());
106 assertTrue(region.isRect());
123 assertFalse(region.isRect());
145 assertFalse(region.isRect());
RegionTest.java 166 assertFalse(mRegion.isRect());
168 assertTrue(mRegion.isRect());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.h 42 bool isRect() const { return m_shape.isRect(); }
84 bool isRect() const { return m_spans.size() <= 2 && m_segments.size() <= 2; }
  /frameworks/native/include/ui/
Region.h 48 inline bool isRect() const { return mStorage.size() == 1; }
  /external/chromium_org/third_party/skia/include/core/
SkRRect.h 102 inline bool isRect() const { return kRect_Type == this->getType(); }
SkRegion.h 77 bool isRect() const { return fRunHead == SkRegion_gRectRunHeadPtr; }
80 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
200 fRunHead == SkRegion_gRectRunHeadPtr && // this->isRect()
  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.h 31 bool isRect() const {
92 return fIsBW ? fBW.isRect() : false;
SkRegion.cpp 130 } 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();
    [all...]
SkPath.cpp 475 bool SkPath::isRect(SkRect* rect) const {
486 bool SkPath::isRect(bool* isClosed, Direction* direction) const {
    [all...]
  /external/skia/include/core/
SkRRect.h 102 inline bool isRect() const { return kRect_Type == this->getType(); }
SkRegion.h 77 bool isRect() const { return fRunHead == SkRegion_gRectRunHeadPtr; }
80 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
200 fRunHead == SkRegion_gRectRunHeadPtr && // this->isRect()
  /external/skia/src/core/
SkRasterClip.h 31 bool isRect() const {
92 return fIsBW ? fBW.isRect() : false;
SkRegion.cpp 130 } 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();
    [all...]
SkPath.cpp 475 bool SkPath::isRect(SkRect* rect) const {
486 bool SkPath::isRect(bool* isClosed, Direction* direction) const {
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Region.java 124 public native boolean isRect();
Path.java 274 public boolean isRect(RectF rect) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Region_Delegate.java 151 /*package*/ static boolean isRect(Region thisRegion) {
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 120 bool isRect = false;
143 isRect = true;
157 // TODO: catch isRect && requiresAA and use clip planes if available rather than a mask.
201 if (isRect) {
    [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 120 bool isRect = false;
143 isRect = true;
157 // TODO: catch isRect && requiresAA and use clip planes if available rather than a mask.
201 if (isRect) {
    [all...]
  /frameworks/base/core/jni/android/graphics/
Path.cpp 79 static jboolean isRect(JNIEnv* env, jobject clazz, SkPath* obj, jobject rect) {
81 jboolean result = obj->isRect(&rect_);
280 {"native_isRect","(ILandroid/graphics/RectF;)Z", (void*) SkPathGlue::isRect},
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h 178 bool isRect() const { return m_primitiveUnitType == CSS_RECT; }
  /frameworks/base/libs/hwui/
DisplayListOp.h 513 return ((mOp != SkRegion::kIntersect_Op) && (mOp != SkRegion::kReplace_Op)) || !isRect();
518 virtual bool isRect() { return false; }
540 virtual bool isRect() { return true; }
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 673 milliseconds

1 2