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

/external/skia/tools/skpdiff/
H A DSkDiffContext.h122 SkString fBaselinePath; member in struct:SkDiffContext::DiffRecord
H A DSkDiffContext.cpp91 newRecord->fBaselinePath = baselinePath;
143 fBaselinePath = baselinePath;
148 fDiffContext->addDiff(fBaselinePath.c_str(), fTestPath.c_str());
153 SkString fBaselinePath; member in class:SkThreadedDiff
237 SkString baselineAbsPath = get_absolute_path(currentRecord->fBaselinePath);
343 const char* filename = currentRecord->fBaselinePath.c_str() +
344 strlen(currentRecord->fBaselinePath.c_str()) - 1;
345 while (filename > currentRecord->fBaselinePath.c_str() && *(filename - 1) != '/') {
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkDiffContext.cpp127 newRecord->fBaselinePath = baselinePath;
218 fBaselinePath = baselinePath;
223 fDiffContext->addDiff(fBaselinePath.c_str(), fTestPath.c_str());
228 SkString fBaselinePath; member in class:SkThreadedDiff
313 SkString baselineAbsPath = get_absolute_path(currentRecord->fBaselinePath);
444 const char* filename = currentRecord->fBaselinePath.c_str() +
445 strlen(currentRecord->fBaselinePath.c_str()) - 1;
446 while (filename > currentRecord->fBaselinePath.c_str() && *(filename - 1) != '/') {
H A DSkDiffContext.h175 SkString fBaselinePath; member in struct:SkDiffContext::DiffRecord

Completed in 1265 milliseconds