Home | History | Annotate | Download | only in tests

Lines Matching refs:resourcePath

152     SkString resourcePath = GetResourcePath();
153 if (resourcePath.isEmpty()) {
154 SkDebugf("Could not run unpremul test because resourcePath not specified.");
157 SkOSFile::Iter iter(resourcePath.c_str());
161 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), basename.c_str());
234 SkString resourcePath = GetResourcePath();
235 if (resourcePath.isEmpty()) {
236 SkDebugf("Could not run alphaType test because resourcePath not specified.");
240 SkOSFile::Iter iter(resourcePath.c_str());
244 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), basename.c_str());
257 SkString resourcePath = GetResourcePath();
258 if (resourcePath.isEmpty()) {
259 SkDebugf("Could not run unpremul test because resourcePath not specified.");
267 SkString fullName = SkOSPath::SkPathJoin(resourcePath.c_str(), basename.c_str());
274 basename.c_str(), resourcePath.c_str());
506 SkString resourcePath = GetResourcePath();
508 resourcePath.c_str(), "randPixels.png");