Home
last modified time | relevance | path

Searched refs:expectedPt (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DGeometryTest.cpp73 SkPoint expectedPt; in testChopCubic() local
74 SkEvalCubicAt(pts, chopT, &expectedPt, nullptr, nullptr); in testChopCubic()
75 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(allChops[i].x(), expectedPt.x())); in testChopCubic()
76 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(allChops[i].y(), expectedPt.y())); in testChopCubic()

Completed in 3 milliseconds