Home
last modified time | relevance | path

Searched refs:make_filepath (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DSkpSkGrTest.cpp183 static SkString make_filepath(int dirIndex, const char* dir, const char* name) { in make_filepath() function
204 SkString outDir = make_filepath(0, OUT_DIR, ""); in make_out_dirs()
211 SkString grDir = make_filepath(0, outGrDir, ""); in make_out_dirs()
218 SkString skDir = make_filepath(0, outSkDir, ""); in make_out_dirs()
225 SkString skpDir = make_filepath(0, outSkpDir, ""); in make_out_dirs()
232 SkString diffDir = make_filepath(0, outDiffDir, ""); in make_out_dirs()
239 SkString statusDir = make_filepath(0, outStatusDir, ""); in make_out_dirs()
372 SkString outFile = make_filepath(0, outDir, pngName); in writePict()
385 SkString path = make_filepath(fDirNo, IN_DIR, fFilename); in testOne()
397 SkString wPath = make_filepath(0, outSkpDir, fFilename); in testOne()
[all …]
/external/skia/experimental/SimpleCocoaApp/
DSimpleApp.mm17 static void make_filepath(SkString* path, const char* dir, const SkString& name) { function
251 make_filepath(&path, pictDir, filename);
265 make_filepath(&path, pictDir, filename);