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

  /external/skia/tools/
Resources.h 20 SkString GetResourcePath(const char* resource = "");
Resources.cpp 21 SkString GetResourcePath(const char* resource) {
30 SkString resourcePath = GetResourcePath(resource);
45 SkString path = GetResourcePath(resource);
51 SkString resourcePath = GetResourcePath(resource);
61 SkString resourcePath = GetResourcePath(resource);
  /external/skia/tests/
ImageIsOpaqueTest.cpp 43 SkData::MakeFromFileName(GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str());
45 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str());
47 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str());
49 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str());
FontMgrAndroidParserTest.cpp 162 GetResourcePath("android_fonts/pre_v17/system_fonts.xml").c_str(),
163 GetResourcePath("android_fonts/pre_v17/fallback_fonts.xml").c_str());
180 GetResourcePath("android_fonts/v17/system_fonts.xml").c_str(),
181 GetResourcePath("android_fonts/v17/fallback_fonts.xml").c_str(),
182 GetResourcePath("android_fonts/v17").c_str());
199 GetResourcePath("android_fonts/v22/fonts.xml").c_str(),
ICCTest.cpp 42 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str());
51 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str());
55 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str());
59 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str());
85 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str());
89 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str());
93 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str());
97 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str());
ColorSpaceTest.cpp 249 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str());
251 monitorData = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str());
253 monitorData = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str());
255 monitorData = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str());
274 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str());
276 data = SkData::MakeFromFileName( GetResourcePath("icc_profiles/HP_Z32x.icc").c_str());
278 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperLeft.icc").c_str());
280 data = SkData::MakeFromFileName(GetResourcePath("icc_profiles/upperRight.icc").c_str());
450 GetResourcePath("icc_profiles/SM2333SW.icc").c_str());
PDFJpegEmbedTest.cpp 35 SkString path(GetResourcePath(filename));
skia_test.cpp 162 SkString resourcePath = GetResourcePath();
GifTest.cpp 229 new SkFILEStream(GetResourcePath("test640x479.gif").c_str()));
268 SkString path = GetResourcePath("test640x479.gif");
CodecTest.cpp     [all...]
StreamTest.cpp 290 SkFILEStream fileStream(GetResourcePath("baby_tux.webp").c_str());
SerializationTest.cpp 372 SkString filename = GetResourcePath("/fonts/test.ttc");
  /external/skia/samplecode/
SampleLighting.cpp 40 SkString diffusePath = GetResourcePath("brickwork-texture.jpg");
42 SkString normalPath = GetResourcePath("brickwork_normal-map.jpg");
SampleIdentityScale.cpp 28 SkString resourcePath = GetResourcePath(imageFilename);
SampleLua.cpp 47 SkString str = GetResourcePath("mandrill_256.png");
62 SkString str = GetResourcePath(LUA_FILENAME);
SampleSubpixelTranslate.cpp 29 SkString resourcePath = GetResourcePath(imageFilename);
SampleUnpremul.cpp 182 return new UnpremulView(GetResourcePath());
  /external/skia/bench/
ColorCodecBench.cpp 81 GetResourcePath("icc_profiles/HP_ZR30w.icc").c_str());
  /external/skia/dm/
DM.cpp     [all...]
DMSrcSink.cpp     [all...]

Completed in 6108 milliseconds