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

1 2

  /external/skia/tools/
Resources.h 13 SkString GetResourcePath(const char* resource = "");
Resources.cpp 15 SkString GetResourcePath(const char* resource) {
  /external/chromium_org/third_party/skia/tools/
Resources.h 13 SkString GetResourcePath(const char* resource = "");
Resources.cpp 15 SkString GetResourcePath(const char* resource) {
sk_tool_utils_font.cpp 86 SkString filepath(GetResourcePath(file));
126 SkString pathStr(GetResourcePath());
  /external/chromium_org/third_party/skia/tests/
FontConfigParser.cpp 66 GetResourcePath("android_fonts/pre_v17/system_fonts.xml").c_str(),
67 GetResourcePath("android_fonts/pre_v17/fallback_fonts.xml").c_str());
82 GetResourcePath("android_fonts/v17/system_fonts.xml").c_str(),
83 GetResourcePath("android_fonts/v17/fallback_fonts.xml").c_str());
98 GetResourcePath("android_fonts/v22/fonts.xml").c_str(),
PDFJpegEmbedTest.cpp 46 SkString path(GetResourcePath(filename));
KtxTest.cpp 143 SkString pkmFilename = GetResourcePath("mandrill_128.pkm");
165 SkString ktxFilename = GetResourcePath("mandrill_128.ktx");
ImageDecodingTest.cpp 153 SkString resourcePath = GetResourcePath();
235 SkString resourcePath = GetResourcePath();
258 SkString resourcePath = GetResourcePath();
507 SkString pngFilename = GetResourcePath("randPixels.png");
678 SkString resourceDir = GetResourcePath();
729 SkString resourceDir = GetResourcePath();
785 SkString resourceDir = GetResourcePath();
  /external/chromium_org/third_party/skia/gm/
copyTo4444.cpp 35 SkString pngFilename = GetResourcePath("mandrill_512.png");
astcbitmap.cpp 67 SkString filename = GetResourcePath(get_astc_filename(j*4+i));
68 if (filename == GetResourcePath("")) {
cmykjpeg.cpp 29 SkString jpgFilename = GetResourcePath("CMYK.jpg");
factory.cpp 33 SkString pngFilename = GetResourcePath("plane.png");
etc1bitmap.cpp 98 SkString filename = GetResourcePath("mandrill_128.");
185 SkString pkmFilename = GetResourcePath("mandrill_128.pkm");
coloremoji.cpp 28 SkString filename = GetResourcePath("/Funkster.ttf");
filterindiabox.cpp 111 SkString resourcePath = GetResourcePath(fFilename.c_str());
  /external/skia/gm/
cmykjpeg.cpp 29 SkString resourcePath = GetResourcePath();
copyTo4444.cpp 35 SkString resourcePath = GetResourcePath();
factory.cpp 32 SkString resourcePath = GetResourcePath();
etc1bitmap.cpp 98 SkString resourcePath = GetResourcePath();
173 SkString resourcePath = GetResourcePath();
coloremoji.cpp 32 SkString filename = GetResourcePath();
  /external/chromium_org/third_party/skia/samplecode/
SampleIdentityScale.cpp 26 SkString resourcePath = GetResourcePath(imageFilename);
  /external/chromium_org/third_party/skia/bench/
SkipZeroesBench.cpp 49 SkString resourcePath = GetResourcePath();
ETCBitmapBench.cpp 93 SkString pkmFilename = GetResourcePath("mandrill_128.pkm");
  /external/skia/bench/
SkipZeroesBench.cpp 49 SkString resourcePath = GetResourcePath();

Completed in 1110 milliseconds

1 2