Searched refs:fBaselinePath (Results 1 – 2 of 2) sorted by relevance
127 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 SkThreadedDiff313 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()
175 SkString fBaselinePath; member