Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DGeometryTest.cpp86 SkPoint localChops[10]; in testChopCubic() local
87 SkChopCubicAt(pts, localChops, chopT, chopT); in testChopCubic()
88 REPORTER_ASSERT(reporter, localChops[3] == localChops[4]); in testChopCubic()
89 REPORTER_ASSERT(reporter, localChops[3] == localChops[5]); in testChopCubic()
90 REPORTER_ASSERT(reporter, localChops[3] == localChops[6]); in testChopCubic()
93 REPORTER_ASSERT(reporter, localChops[0] == pts[0]); in testChopCubic()
94 REPORTER_ASSERT(reporter, localChops[ in testChopCubic()
[all...]

Completed in 2 milliseconds