Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DGeometryTest.cpp52 static const float chopTs[] = { in testChopCubic() local
60 static_assert(SK_ARRAY_COUNT(chopTs) % 2 == 1); in testChopCubic()
68 SkPoint allChops[4 + SK_ARRAY_COUNT(chopTs)*3]; in testChopCubic()
69 SkChopCubicAt(pts, allChops, chopTs, SK_ARRAY_COUNT(chopTs)); in testChopCubic()
71 for (float chopT : chopTs) { in testChopCubic()

Completed in 2 milliseconds