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

  /external/chromium_org/third_party/skia/tools/skpdiff/
SkDiffContext.h 175 SkString fBaselinePath;
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) != '/') {

Completed in 538 milliseconds