Searched refs:test_rev (Results 1 – 2 of 2) sorted by relevance
23 static void test_rev(SkCanvas* canvas, const SkPath& path) { in test_rev() function34 static void test_rev(SkCanvas* canvas) { in test_rev() function39 path.addRect(r); test_rev(canvas, path); in test_rev()43 path.addRect(r); test_rev(canvas, path); in test_rev()51 test_rev(canvas, path); in test_rev()59 test_rev(canvas, path); in test_rev()81 if (false) test_rev(canvas); // avoid bit rot, suppress warning in onDraw()86 path.addRect(r); test_rev(canvas, path); in onDraw()90 path.addRect(r); test_rev(canvas, path); in onDraw()98 test_rev(canvas, path); in onDraw()[all …]
170 uint32_t test_rev(uint32_t t) { in test_rev() function