Lines Matching defs:test
97 const SkBitmap& test, const SkIRect& itest)
102 for (int y = 0; y < test.height(); ++y) {
103 for (int x = 0; x < test.width(); ++x) {
104 SkColor testColor = test.getColor(x, y);
136 for (size_t test = 0; test < SK_ARRAY_COUNT(tests); ++test) {
138 tests[test].addPath(&path);
154 for (int view = 0; view < tests[test].viewLen; ++view) {
155 SkIRect itest = tests[test].views[view];
393 // This is a very conservative test. With more knowledge, we could
552 ERRORF(reporter, "Could not create surface for test.");