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

  /external/skia/gm/
copyTo4444.cpp 33 SkString filename = SkOSPath::SkPathJoin(
factory.cpp 29 SkString filename = SkOSPath::SkPathJoin(INHERITED::gResourcePath.c_str(),
gm_expectations.cpp 202 SkString path = SkOSPath::SkPathJoin(fRootDir.c_str(), testName);
gmmain.cpp 233 return SkOSPath::SkPathJoin(path, filename.c_str());
253 return SkOSPath::SkPathJoin(path, filename.c_str());
    [all...]
  /external/skia/tests/
OSPathTest.cpp 13 * Test SkPathJoin and SkBasename.
14 * Will use SkPathJoin to append filename to dir, test that it works correctly,
27 // Tests for SkOSPath::SkPathJoin and SkOSPath::SkBasename
30 SkString fullName = SkOSPath::SkPathJoin(dir.c_str(), filename.c_str());
82 SkString emptyPath = SkOSPath::SkPathJoin(NULL, NULL);
ImageDecodingTest.cpp 186 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), basename.c_str());
StreamTest.cpp 40 SkString path = SkOSPath::SkPathJoin(tmpDir, "wstream_test");
DataRefTest.cpp 268 SkString path = SkOSPath::SkPathJoin(tmpDir.c_str(), "data_test");
  /external/chromium_org/third_party/skia/include/core/
SkOSFile.h 147 static SkString SkPathJoin(const char *rootPath, const char *relativePath);
  /external/skia/include/core/
SkOSFile.h 147 static SkString SkPathJoin(const char *rootPath, const char *relativePath);
  /external/skia/tools/skpdiff/
SkDiffContext.cpp 112 SkString baselineFile = SkOSPath::SkPathJoin(baselinePath, baseFilename);
113 SkString testFile = SkOSPath::SkPathJoin(testPath, baseFilename);
skpdiff_util.cpp 120 SkString joinedPath = SkOSPath::SkPathJoin(path, entry->d_name);
  /external/skia/tools/
skimage_main.cpp 81 dst->set(SkOSPath::SkPathJoin(outDir, basename.c_str()));
282 SkString dir = SkOSPath::SkPathJoin(writePath, "subsets");
307 SkString dirExtracted = SkOSPath::SkPathJoin(writePath, "extracted");
609 SkString fullname = SkOSPath::SkPathJoin(dir, filename.c_str());
  /external/chromium_org/third_party/skia/src/utils/
SkOSFile.cpp 9 SkString SkOSPath::SkPathJoin(const char *rootPath, const char *relativePath) {
  /external/skia/src/utils/
SkOSFile.cpp 9 SkString SkOSPath::SkPathJoin(const char *rootPath, const char *relativePath) {

Completed in 1239 milliseconds