HomeSort by relevance Sort by last modified time
    Searched full:check_invalid (Results 1 - 1 of 1) sorted by null

  /external/skia/tests/
InfRectTest.cpp 51 static void check_invalid(skiatest::Reporter* reporter, function
79 check_invalid(reporter, small, small, big, invalid[i]);
80 check_invalid(reporter, small, small, invalid[i], big);
81 check_invalid(reporter, small, invalid[i], big, big);
82 check_invalid(reporter, invalid[i], small, big, big);

Completed in 38 milliseconds