Lines Matching refs:testPath
68 void SkDiffContext::addDiff(const char* baselinePath, const char* testPath) {
76 if (!SkImageDecoder::DecodeFile(testPath, &testBitmap)) {
77 SkDebugf("Failed to load bitmap \"%s\"\n", testPath);
88 SkString testName = SkOSPath::SkBasename(testPath);
92 newRecord->fTestPath = testPath;
141 void setup(SkDiffContext* diffContext, const SkString& baselinePath, const SkString& testPath) {
144 fTestPath = testPath;
157 void SkDiffContext::diffDirectories(const char baselinePath[], const char testPath[]) {
174 SkString testFile = SkOSPath::SkPathJoin(testPath, baseFilename);
252 stream.writeText(" \"testPath\": \"");