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...] |