Home
last modified time | relevance | path

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

/third_party/skia/tests/
H A DRoundRectTest.cpp384 static void test_direction(skiatest::Reporter* reporter, const SkRRect &rr, in test_direction() function
505 test_direction(reporter, rrects[i], 0, 1, 0, 1, kNumSteps, answers[i][0]); // NW in test_round_rect_contains_rect()
506 test_direction(reporter, rrects[i], 19.5f, 0, 0, 1, kNumSteps, answers[i][1]); // N in test_round_rect_contains_rect()
507 test_direction(reporter, rrects[i], 40, -1, 0, 1, kNumSteps, answers[i][2]); // NE in test_round_rect_contains_rect()
508 test_direction(reporter, rrects[i], 40, -1, 19.5f, 0, kNumSteps, answers[i][3]); // E in test_round_rect_contains_rect()
509 test_direction(reporter, rrects[i], 40, -1, 40, -1, kNumSteps, answers[i][4]); // SE in test_round_rect_contains_rect()
510 test_direction(reporter, rrects[i], 19.5f, 0, 40, -1, kNumSteps, answers[i][5]); // S in test_round_rect_contains_rect()
511 test_direction(reporter, rrects[i], 0, 1, 40, -1, kNumSteps, answers[i][6]); // SW in test_round_rect_contains_rect()
512 test_direction(reporter, rrects[i], 0, 1, 19.5f, 0, kNumSteps, answers[i][7]); // W in test_round_rect_contains_rect()
H A DPathTest.cpp1067 static void test_direction(skiatest::Reporter* reporter) { in test_direction() function
4927 test_direction(reporter); in DEF_TEST()
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_widgets.py740 def test_direction(self): member in MenubuttonTest

Completed in 14 milliseconds