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

  /external/chromium_org/third_party/skia/gm/
gm_expectations.h 194 explicit IndividualImageExpectationsSource(const char *rootDir) : fRootDir(rootDir) {}
199 const SkString fRootDir;
gm_expectations.cpp 197 SkString path = SkOSPath::Join(fRootDir.c_str(), testName);
  /external/skia/gm/
gm_expectations.h 194 explicit IndividualImageExpectationsSource(const char *rootDir) : fRootDir(rootDir) {}
199 const SkString fRootDir;
gm_expectations.cpp 197 SkString path = SkOSPath::SkPathJoin(fRootDir.c_str(), testName);

Completed in 699 milliseconds