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

  /external/skia/bench/
SkBenchmark.h 108 static void SetResourcePath(const char* resPath) { gResourcePath.set(resPath); }
110 static SkString& GetResourcePath() { return gResourcePath; }
130 static SkString gResourcePath;
SkBenchmark.cpp 15 SkString SkBenchmark::gResourcePath;
  /external/skia/gm/
gm.h 90 gResourcePath = resourcePath;
94 return gResourcePath;
108 static SkString gResourcePath;
copyTo4444.cpp 34 INHERITED::gResourcePath.c_str(), "mandrill_512.png");
cmykjpeg.cpp 29 SkString filename(INHERITED::gResourcePath);
factory.cpp 30 SkString filename = SkOSPath::SkPathJoin(INHERITED::gResourcePath.c_str(),
gm.cpp 11 SkString GM::gResourcePath;
coloremoji.cpp 27 SkString filename(INHERITED::gResourcePath);
scalebitmap.cpp 23 SkString path(skiagm::GM::gResourcePath);
downsamplebitmap.cpp 171 SkString path(skiagm::GM::gResourcePath);
filterbitmap.cpp 189 SkString path(skiagm::GM::gResourcePath);

Completed in 627 milliseconds