Searched refs:fTestPath (Results 1 - 4 of 4) sorted by relevance

/external/skia/tools/skpdiff/
H A DSkDiffContext.h123 SkString fTestPath; member in struct:SkDiffContext::DiffRecord
H A DSkDiffContext.cpp92 newRecord->fTestPath = testPath;
144 fTestPath = testPath;
148 fDiffContext->addDiff(fBaselinePath.c_str(), fTestPath.c_str());
154 SkString fTestPath; member in class:SkThreadedDiff
238 SkString testAbsPath = get_absolute_path(currentRecord->fTestPath);
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkDiffContext.h176 SkString fTestPath; member in struct:SkDiffContext::DiffRecord
H A DSkDiffContext.cpp128 newRecord->fTestPath = testPath;
219 fTestPath = testPath;
223 fDiffContext->addDiff(fBaselinePath.c_str(), fTestPath.c_str());
229 SkString fTestPath; member in class:SkThreadedDiff
314 SkString testAbsPath = get_absolute_path(currentRecord->fTestPath);

Completed in 126 milliseconds