Searched refs:kExactQuad (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | GeometryTest.cpp | 604 static const SkPoint kExactQuad[4] = {{0,0}, {6,2}, {10,2}, {12,0}}; in test_chop_at_midtangent() local 605 REPORTER_ASSERT(reporter, SkClassifyCubic(kExactQuad) == SkCubicType::kQuadratic); in test_chop_at_midtangent() 606 test_chop_cubic_at_midtangent(reporter, kExactQuad, SkCubicType::kQuadratic); in test_chop_at_midtangent()
|
Completed in 2 milliseconds