HomeSort by relevance Sort by last modified time
    Searched defs:test_range (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
ClampRangeTest.cpp 58 static void test_range(SkFixed fx, SkFixed dx, int count) { function
69 test_range(0, 0, 20);
70 test_range(0xFFFF, 0, 20);
71 test_range(-ff(2), 0, 20);
72 test_range( ff(2), 0, 20);
74 test_range(-10, 1, 20);
75 test_range(10, -1, 20);
76 test_range(-10, 3, 20);
77 test_range(10, -3, 20);
79 test_range(ff(1), ff(16384), 100)
    [all...]
RandomTest.cpp 162 static void test_range(skiatest::Reporter* reporter) { function
191 test_range(reporter);

Completed in 244 milliseconds