Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DGeometryTest.cpp472 static void test_chop_cubic_at_midtangent(skiatest::Reporter* reporter, const SkPoint pts[4], in test_chop_cubic_at_midtangent() function
582 test_chop_cubic_at_midtangent(reporter, chops + i*3, SkCubicType::kSerpentine); in test_chop_at_midtangent()
587 test_chop_cubic_at_midtangent(reporter, loop.data(), SkCubicType::kLoop); in test_chop_at_midtangent()
591 test_chop_cubic_at_midtangent(reporter, line.data(), SkCubicType::kLineOrPoint); in test_chop_at_midtangent()
595 test_chop_cubic_at_midtangent(reporter, cusp.data(), SkCubicType::kLocalCusp); in test_chop_at_midtangent()
601 test_chop_cubic_at_midtangent(reporter, asCubic, SkCubicType::kQuadratic); in test_chop_at_midtangent()
606 test_chop_cubic_at_midtangent(reporter, kExactQuad, SkCubicType::kQuadratic); in test_chop_at_midtangent()
612 test_chop_cubic_at_midtangent(reporter, chops + i*3, SkCubicType::kCuspAtInfinity); in test_chop_at_midtangent()

Completed in 2 milliseconds