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

  /external/skia/tools/
picture_utils.h 29 void make_filepath(SkString* path, const SkString&, const SkString& name);
picture_utils.cpp 31 void make_filepath(SkString* path, const SkString& dir, const SkString& name) { function in namespace:sk_tools
render_pdfs_main.cpp 123 sk_tools::make_filepath(path, dir, name);
211 sk_tools::make_filepath(&inputPath, input, inputFilename);
render_pictures_main.cpp 48 sk_tools::make_filepath(path, dir, name);
125 sk_tools::make_filepath(&outPath, dir, name);
392 sk_tools::make_filepath(&inputPath, inputAsSkString, inputFilename);
bench_pictures_main.cpp 368 sk_tools::make_filepath(&inputPath, inputAsSkString, inputFilename);
filtermain.cpp 821 sk_tools::make_filepath(&inFile, inDir, inputFilename);
823 sk_tools::make_filepath(&outFile, outDir, inputFilename);
  /external/skia/tests/
PictureUtilsTest.cpp 17 sk_tools::make_filepath(&result, dir, filename);
SkpSkGrTest.cpp 181 static SkString make_filepath(int dirIndex, const char* dir, const char* name) {
202 SkString outDir = make_filepath(0, OUT_DIR, "");
209 SkString grDir = make_filepath(0, outGrDir, "");
216 SkString skDir = make_filepath(0, outSkDir, "");
223 SkString skpDir = make_filepath(0, outSkpDir, "");
230 SkString diffDir = make_filepath(0, outDiffDir, "");
237 SkString statusDir = make_filepath(0, outStatusDir, "");
370 SkString outFile = make_filepath(0, outDir, pngName);
383 SkString path = make_filepath(fDirNo, IN_DIR, fFilename);
395 SkString wPath = make_filepath(0, outSkpDir, fFilename)
    [all...]
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());
  /external/skia/tools/lua/
lua_pictures.cpp 132 sk_tools::make_filepath(&paths.push_back(), directory, filename);

Completed in 791 milliseconds