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

  /external/skia/tools/
picture_utils.cpp 31 void make_filepath(SkString* path, const SkString& dir, const SkString& name) { function in namespace:sk_tools
  /external/skia/tests/
PathOpsSkpClipTest.cpp 182 static SkString make_filepath(int dirNo, const char* dir, const char* name) { function
203 SkString outDir = make_filepath(0, outDirStr, "");
214 SkString outDir = make_filepath(0, OUT_DIR, "");
355 SkString outFile = make_filepath(0, outDir, pngName);
388 SkString path = make_filepath(fDirNo, IN_DIR, fFilename);
446 SkString statusFile = make_filepath(0, outStatusDir, statName.c_str());

Completed in 93 milliseconds