Searched refs:resourcePath (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium_org/third_party/skia/tools/
H A DResources.cpp13 DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc.");
/external/skia/tools/
H A DResources.cpp13 DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc.");
/external/chromium_org/third_party/skia/gm/
H A Dcmykjpeg.cpp29 SkString resourcePath = GetResourcePath(); variable
30 if (!resourcePath.endsWith("/") && !resourcePath.endsWith("\\")) {
31 resourcePath.append("/");
34 resourcePath.append("CMYK.jpg");
36 SkFILEStream stream(resourcePath.c_str());
38 SkDebugf("Could not find CMYK.jpg, please set --resourcePath correctly.\n");
H A DcopyTo4444.cpp35 SkString resourcePath = GetResourcePath(); local
36 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_512.png");
40 "resourcePath?\n");
H A Dfactory.cpp32 SkString resourcePath = GetResourcePath(); variable
34 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "plane.png");
H A Detc1bitmap.cpp98 SkString resourcePath = GetResourcePath(); variable
99 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.");
104 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
173 SkString resourcePath = GetResourcePath(); variable
174 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.pkm");
178 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
H A Dfilterindiabox.cpp107 SkString resourcePath = GetResourcePath(); local
108 resourcePath.append("/");
109 resourcePath.append(fFilename);
112 SkFILEStream stream(resourcePath.c_str());
H A Ddownsamplebitmap.cpp175 SkString resourcePath = GetResourcePath(); variable
176 resourcePath.append("/");
177 resourcePath.append(fFilename);
180 SkFILEStream stream(resourcePath.c_str());
H A Dfilterbitmap.cpp197 SkString resourcePath = GetResourcePath(); variable
198 resourcePath.append("/");
199 resourcePath.append(fFilename);
202 SkFILEStream stream(resourcePath.c_str());
/external/skia/gm/
H A Dcmykjpeg.cpp29 SkString resourcePath = GetResourcePath(); variable
30 if (!resourcePath.endsWith("/") && !resourcePath.endsWith("\\")) {
31 resourcePath.append("/");
34 resourcePath.append("CMYK.jpg");
36 SkFILEStream stream(resourcePath.c_str());
38 SkDebugf("Could not find CMYK.jpg, please set --resourcePath correctly.\n");
H A DcopyTo4444.cpp35 SkString resourcePath = GetResourcePath(); local
36 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_512.png");
40 "resourcePath?\n");
H A Dfactory.cpp32 SkString resourcePath = GetResourcePath(); variable
34 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "plane.png");
H A Detc1bitmap.cpp98 SkString resourcePath = GetResourcePath(); variable
99 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.");
104 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
173 SkString resourcePath = GetResourcePath(); variable
174 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.pkm");
178 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
H A Dfilterindiabox.cpp107 SkString resourcePath = GetResourcePath(); local
108 resourcePath.append("/");
109 resourcePath.append(fFilename);
112 SkFILEStream stream(resourcePath.c_str());
H A Ddownsamplebitmap.cpp175 SkString resourcePath = GetResourcePath(); variable
176 resourcePath.append("/");
177 resourcePath.append(fFilename);
180 SkFILEStream stream(resourcePath.c_str());
H A Dfilterbitmap.cpp197 SkString resourcePath = GetResourcePath(); variable
198 resourcePath.append("/");
199 resourcePath.append(fFilename);
202 SkFILEStream stream(resourcePath.c_str());
/external/chromium_org/third_party/skia/bench/
H A DSkipZeroesBench.cpp49 SkString resourcePath = GetResourcePath(); variable
50 if (resourcePath.isEmpty()) {
55 SkString fullPath = SkOSPath::SkPathJoin(resourcePath.c_str(),
H A DETCBitmapBench.cpp93 SkString resourcePath = GetResourcePath(); local
94 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(),
100 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
/external/skia/bench/
H A DSkipZeroesBench.cpp49 SkString resourcePath = GetResourcePath(); variable
50 if (resourcePath.isEmpty()) {
55 SkString fullPath = SkOSPath::SkPathJoin(resourcePath.c_str(),
/external/chromium_org/third_party/skia/samplecode/
H A DSampleSubpixelTranslate.cpp30 SkString resourcePath = GetResourcePath(); local
31 resourcePath.append("/");
32 resourcePath.append(fFilename);
35 SkFILEStream stream(resourcePath.c_str());
H A DSamplePicture.cpp40 SkString resourcePath = GetResourcePath(); local
41 SkString path = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_512.png");
/external/skia/samplecode/
H A DSampleSubpixelTranslate.cpp30 SkString resourcePath = GetResourcePath(); local
31 resourcePath.append("/");
32 resourcePath.append(fFilename);
35 SkFILEStream stream(resourcePath.c_str());
/external/chromium_org/third_party/skia/tests/
H A DImageDecodingTest.cpp152 SkString resourcePath = GetResourcePath(); local
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(); local
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
257 SkString resourcePath = GetResourcePath(); local
506 SkString resourcePath = GetResourcePath(); local
[all...]
/external/skia/tests/
H A DImageDecodingTest.cpp152 SkString resourcePath = GetResourcePath(); local
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(); local
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
257 SkString resourcePath = GetResourcePath(); local
506 SkString resourcePath = GetResourcePath(); local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
H A Dresources-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/resources/ ...

Completed in 653 milliseconds

12