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

/external/skia/tests/
H A DPathTest.cpp2891 bool expectedCircle,
2894 REPORTER_ASSERT(reporter, path.isOval(&rect) == expectedCircle);
2897 if (expectedCircle) {
2889 check_for_circle(skiatest::Reporter* reporter, const SkPath& path, bool expectedCircle, SkPathPriv::FirstDirection expectedDir) argument

Completed in 487 milliseconds