Home
last modified time | relevance | path

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

/external/skia/tools/skpdiff/
DSkDiffContext.cpp127 newRecord->fBaselinePath = baselinePath; in addDiff()
218 fBaselinePath = baselinePath; in setup()
223 fDiffContext->addDiff(fBaselinePath.c_str(), fTestPath.c_str()); in run()
228 SkString fBaselinePath; member in SkThreadedDiff
313 SkString baselineAbsPath = get_absolute_path(currentRecord->fBaselinePath); in outputRecords()
444 const char* filename = currentRecord->fBaselinePath.c_str() + in outputCsv()
445 strlen(currentRecord->fBaselinePath.c_str()) - 1; in outputCsv()
446 while (filename > currentRecord->fBaselinePath.c_str() && *(filename - 1) != '/') { in outputCsv()
DSkDiffContext.h175 SkString fBaselinePath; member