Home
last modified time | relevance | path

Searched refs:fTestPath (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/skpdiff/
DSkDiffContext.cpp128 newRecord->fTestPath = testPath; in addDiff()
219 fTestPath = testPath; in setup()
223 fDiffContext->addDiff(fBaselinePath.c_str(), fTestPath.c_str()); in run()
229 SkString fTestPath; member in SkThreadedDiff
314 SkString testAbsPath = get_absolute_path(currentRecord->fTestPath); in outputRecords()
DSkDiffContext.h176 SkString fTestPath; member