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

  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 179 static SkString make_filepath(int dirIndex, const char* dir, const char* name) { function
200 SkString outDir = make_filepath(0, OUT_DIR, "");
207 SkString grDir = make_filepath(0, outGrDir, "");
214 SkString skDir = make_filepath(0, outSkDir, "");
221 SkString skpDir = make_filepath(0, outSkpDir, "");
228 SkString diffDir = make_filepath(0, outDiffDir, "");
235 SkString statusDir = make_filepath(0, outStatusDir, "");
368 SkString outFile = make_filepath(0, outDir, pngName);
381 SkString path = make_filepath(fDirNo, IN_DIR, fFilename);
393 SkString wPath = make_filepath(0, outSkpDir, fFilename)
    [all...]
  /external/skia/tests/
SkpSkGrTest.cpp 181 static SkString make_filepath(int dirIndex, const char* dir, const char* name) { function
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 394 static SkString make_filepath(int dirNo, const char* dir, const char* name) { function
425 SkString outDir = make_filepath(0, outDirStr, "");
436 SkString outDir = make_filepath(0, OUT_DIR, "");
577 SkString outFile = make_filepath(0, outDir, pngName);
610 SkString path = make_filepath(fDirNo, IN_DIR, fFilename);
671 SkString statusFile = make_filepath(0, outStatusDir, statName.c_str());
    [all...]
  /external/chromium_org/third_party/skia/experimental/SimpleCocoaApp/
SimpleApp.mm 11 static void make_filepath(SkString* path, const char* dir, const SkString& name) {
246 make_filepath(&path, pictDir, filename);
260 make_filepath(&path, pictDir, filename);
  /external/skia/experimental/SimpleCocoaApp/
SimpleApp.mm 11 static void make_filepath(SkString* path, const char* dir, const SkString& name) {
246 make_filepath(&path, pictDir, filename);
260 make_filepath(&path, pictDir, filename);

Completed in 875 milliseconds