HomeSort by relevance Sort by last modified time
    Searched refs:resourcePath (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/skia/tools/
Resources.cpp 13 DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc.");
  /external/skia/gm/
cmykjpeg.cpp 29 SkString resourcePath = GetResourcePath();
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");
copyTo4444.cpp 35 SkString resourcePath = GetResourcePath();
36 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_512.png");
40 "resourcePath?\n");
factory.cpp 32 SkString resourcePath = GetResourcePath();
34 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "plane.png");
etc1bitmap.cpp 98 SkString resourcePath = GetResourcePath();
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();
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");
filterindiabox.cpp 107 SkString resourcePath = GetResourcePath();
108 resourcePath.append("/");
109 resourcePath.append(fFilename);
112 SkFILEStream stream(resourcePath.c_str());
downsamplebitmap.cpp 175 SkString resourcePath = GetResourcePath();
176 resourcePath.append("/");
177 resourcePath.append(fFilename);
180 SkFILEStream stream(resourcePath.c_str());
filterbitmap.cpp 197 SkString resourcePath = GetResourcePath();
198 resourcePath.append("/");
199 resourcePath.append(fFilename);
202 SkFILEStream stream(resourcePath.c_str());
  /external/chromium_org/third_party/skia/tools/
Resources.cpp 13 DEFINE_string2(resourcePath, i, "resources", "Directory with test resources: images, fonts, etc.");
  /frameworks/base/services/core/java/com/android/server/pm/
PendingPackage.java 24 PendingPackage(String name, String realName, File codePath, File resourcePath,
28 super(name, realName, codePath, resourcePath, legacyNativeLibraryPathString,
PackageSetting.java 32 PackageSetting(String name, String realName, File codePath, File resourcePath,
36 super(name, realName, codePath, resourcePath, legacyNativeLibraryPathString,
PackageSettingBase.java 56 File resourcePath;
112 PackageSettingBase(String name, String realName, File codePath, File resourcePath,
119 init(codePath, resourcePath, legacyNativeLibraryPathString, primaryCpuAbiString,
134 resourcePath = base.resourcePath;
166 void init(File codePath, File resourcePath, String legacyNativeLibraryPathString,
171 this.resourcePath = resourcePath;
172 this.resourcePathString = resourcePath.toString();
  /external/chromium_org/third_party/skia/tools/flags/
SkCommonFlags.h 25 DECLARE_string(resourcePath);
  /external/chromium_org/third_party/skia/bench/
SkipZeroesBench.cpp 49 SkString resourcePath = GetResourcePath();
50 if (resourcePath.isEmpty()) {
55 SkString fullPath = SkOSPath::Join(resourcePath.c_str(), fFilename.c_str());
  /external/skia/bench/
SkipZeroesBench.cpp 49 SkString resourcePath = GetResourcePath();
50 if (resourcePath.isEmpty()) {
55 SkString fullPath = SkOSPath::SkPathJoin(resourcePath.c_str(),
ETCBitmapBench.cpp 93 SkString resourcePath = GetResourcePath();
94 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(),
100 SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n");
  /external/chromium_org/third_party/skia/samplecode/
SampleIdentityScale.cpp 26 SkString resourcePath = GetResourcePath(imageFilename);
28 SkFILEStream stream(resourcePath.c_str());
SampleSubpixelTranslate.cpp 29 SkString resourcePath = GetResourcePath(imageFilename);
31 SkFILEStream stream(resourcePath.c_str());
  /external/skia/samplecode/
SampleSubpixelTranslate.cpp 30 SkString resourcePath = GetResourcePath();
31 resourcePath.append("/");
32 resourcePath.append(fFilename);
35 SkFILEStream stream(resourcePath.c_str());
SamplePicture.cpp 40 SkString resourcePath = GetResourcePath();
41 SkString path = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_512.png");
  /external/chromium_org/third_party/skia/tests/
skia_test.cpp 141 SkString resourcePath = GetResourcePath();
142 if (!resourcePath.isEmpty()) {
143 header.appendf(" --resourcePath %s", resourcePath.c_str());
ImageDecodingTest.cpp 153 SkString resourcePath = GetResourcePath();
154 if (resourcePath.isEmpty()) {
155 SkDebugf("Could not run unpremul test because resourcePath not specified.");
158 SkOSFile::Iter iter(resourcePath.c_str());
162 SkString filename = SkOSPath::Join(resourcePath.c_str(), basename.c_str());
235 SkString resourcePath = GetResourcePath();
236 if (resourcePath.isEmpty()) {
237 SkDebugf("Could not run alphaType test because resourcePath not specified.");
241 SkOSFile::Iter iter(resourcePath.c_str());
245 SkString filename = SkOSPath::Join(resourcePath.c_str(), basename.c_str())
    [all...]
  /external/chromium_org/third_party/skia/gm/
filterindiabox.cpp 111 SkString resourcePath = GetResourcePath(fFilename.c_str());
112 SkFILEStream stream(resourcePath.c_str());
  /external/skia/tests/
ImageDecodingTest.cpp 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())
    [all...]
KtxTest.cpp 144 SkString resourcePath = GetResourcePath();
145 SkString filename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.pkm");
167 SkString ktxFilename = SkOSPath::SkPathJoin(resourcePath.c_str(), "mandrill_128.ktx");

Completed in 655 milliseconds

1 2 3