Home
last modified time | relevance | path

Searched refs:test_addPathMode (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DPathTest.cpp4159 static void test_addPathMode(skiatest::Reporter* reporter, bool explicitMoveTo, bool extend) { in test_addPathMode() function
5151 test_addPathMode(reporter, false, false); in DEF_TEST()
5152 test_addPathMode(reporter, true, false); in DEF_TEST()
5153 test_addPathMode(reporter, false, true); in DEF_TEST()
5154 test_addPathMode(reporter, true, true); in DEF_TEST()