Searched refs:check_cubic_around_rect (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | GeometryTest.cpp | 297 static void check_cubic_around_rect(skiatest::Reporter* reporter, in check_cubic_around_rect() function 398 check_cubic_around_rect(reporter, 0, 0, 1, 1); in test_classify_cubic() 399 check_cubic_around_rect(reporter, in test_classify_cubic() 404 check_cubic_around_rect(reporter, 1, 1, in test_classify_cubic() 407 check_cubic_around_rect(reporter, in test_classify_cubic() 412 check_cubic_around_rect(reporter, +1, -std::numeric_limits<float>::min(), -1, -1); in test_classify_cubic() 413 check_cubic_around_rect(reporter, in test_classify_cubic() 419 check_cubic_around_rect(reporter, 0, 0, 1, +std::numeric_limits<float>::infinity(), true); in test_classify_cubic() 420 check_cubic_around_rect(reporter, in test_classify_cubic() 426 check_cubic_around_rect(reporte in test_classify_cubic() [all...] |
Completed in 2 milliseconds