HomeSort by relevance Sort by last modified time
    Searched refs:fBaselinePath (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/skpdiff/
SkDiffContext.h 122 SkString fBaselinePath;
SkDiffContext.cpp 91 newRecord->fBaselinePath = baselinePath;
143 fBaselinePath = baselinePath;
148 fDiffContext->addDiff(fBaselinePath.c_str(), fTestPath.c_str());
153 SkString fBaselinePath;
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/
SkDiffContext.cpp 127 newRecord->fBaselinePath = baselinePath;
218 fBaselinePath = baselinePath;
223 fDiffContext->addDiff(fBaselinePath.c_str(), fTestPath.c_str());
228 SkString fBaselinePath;
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) != '/') {
SkDiffContext.h 175 SkString fBaselinePath;

Completed in 398 milliseconds