Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DGeometryTest.cpp108 SkPoint oneChops[4 + SK_ARRAY_COUNT(ones)*3]; in testChopCubic() local
109 SkChopCubicAt(pts, oneChops, ones, SK_ARRAY_COUNT(ones)); in testChopCubic()
110 REPORTER_ASSERT(reporter, oneChops[0] == pts[0]); in testChopCubic()
111 REPORTER_ASSERT(reporter, oneChops[1] == pts[1]); in testChopCubic()
112 REPORTER_ASSERT(reporter, oneChops[2] == pts[2]); in testChopCubic()
113 for (size_t index = 3; index < SK_ARRAY_COUNT(oneChops); ++index) { in testChopCubic()
114 REPORTER_ASSERT(reporter, oneChops[index] == pts[3]); in testChopCubic()

Completed in 2 milliseconds