Home
last modified time | relevance | path

Searched refs:isOval (Results 1 – 9 of 9) sorted by relevance

/external/skia/include/core/
DSkRRect.h102 inline bool isOval() const { return kOval_Type == this->getType(); } in isOval() function
DSkPath.h170 bool isOval(SkRect* rect) const;
/external/skia/tests/
DPathTest.cpp1496 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/
Drrect.cpp106 } else if (rrect.isOval()) { in draw_rrect_color()
/external/skia/src/gpu/
DGrContext.cpp1119 bool isOval = path.isOval(&ovalRect); in drawPath() local
1121 if (isOval && !path.isInverseFillType() && this->canDrawOval(paint, ovalRect, stroke)) { in drawPath()
/external/skia/src/utils/
DSkDumpCanvas.cpp43 if (rrect.isOval()) { in toString()
DSkDeferredCanvas.cpp776 } else if (rrect.isOval()) { in drawRRect()
/external/skia/src/core/
DSkPictureRecord.cpp455 } else if (rrect.isOval()) { in drawRRect()
DSkPath.cpp996 } else if (rrect.isOval()) { in addRRect()
1192 bool SkPath::isOval(SkRect* rect) const { in isOval() function in SkPath