Searched refs:isOval (Results 1 – 9 of 9) sorted by relevance
/external/skia/include/core/ |
D | SkRRect.h | 102 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() function
|
D | SkPath.h | 170 bool isOval(SkRect* rect) const;
|
/external/skia/tests/ |
D | PathTest.cpp | 1496 REPORTER_ASSERT(reporter, readBack.isOval(NULL) == p.isOval(NULL)); in write_and_read_back() 2001 REPORTER_ASSERT(reporter, path.isOval(&rect) == expectedCircle); in check_for_circle() 2210 REPORTER_ASSERT(reporter, path.isOval(NULL)); in test_oval() 2216 REPORTER_ASSERT(reporter, tmp.isOval(NULL)); in test_oval() 2223 REPORTER_ASSERT(reporter, !tmp.isOval(NULL)); in test_oval() 2230 REPORTER_ASSERT(reporter, !tmp.isOval(NULL)); in test_oval() 2234 REPORTER_ASSERT(reporter, !tmp.isOval(NULL)); in test_oval() 2240 REPORTER_ASSERT(reporter, !tmp.isOval(NULL)); in test_oval() 2247 REPORTER_ASSERT(reporter, path.isOval(NULL)); in test_oval() 2254 REPORTER_ASSERT(reporter, path.isOval(NULL)); in test_oval()
|
/external/skia/gm/ |
D | rrect.cpp | 106 } else if (rrect.isOval()) { in draw_rrect_color()
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 1119 bool isOval = path.isOval(&ovalRect); in drawPath() local 1121 if (isOval && !path.isInverseFillType() && this->canDrawOval(paint, ovalRect, stroke)) { in drawPath()
|
/external/skia/src/utils/ |
D | SkDumpCanvas.cpp | 43 if (rrect.isOval()) { in toString()
|
D | SkDeferredCanvas.cpp | 776 } else if (rrect.isOval()) { in drawRRect()
|
/external/skia/src/core/ |
D | SkPictureRecord.cpp | 455 } else if (rrect.isOval()) { in drawRRect()
|
D | SkPath.cpp | 996 } else if (rrect.isOval()) { in addRRect() 1192 bool SkPath::isOval(SkRect* rect) const { in isOval() function in SkPath
|