OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetResourcePath
(Results
1 - 25
of
29
) sorted by null
1
2
/external/skia/tools/
Resources.h
17
SkString
GetResourcePath
(const char* resource = "");
Resources.cpp
19
SkString
GetResourcePath
(const char* resource) {
28
SkString resourcePath =
GetResourcePath
(resource);
34
SkString resourcePath =
GetResourcePath
(resource);
sk_tool_utils_font.cpp
86
SkString filepath(
GetResourcePath
(file));
126
SkString pathStr(
GetResourcePath
());
/external/skia/tests/
BadIcoTest.cpp
26
SkString resourcePath =
GetResourcePath
(badIcoFolder);
FontConfigParser.cpp
101
GetResourcePath
("android_fonts/pre_v17/system_fonts.xml").c_str(),
102
GetResourcePath
("android_fonts/pre_v17/fallback_fonts.xml").c_str());
118
GetResourcePath
("android_fonts/v17/system_fonts.xml").c_str(),
119
GetResourcePath
("android_fonts/v17/fallback_fonts.xml").c_str(),
120
GetResourcePath
("android_fonts/v17").c_str());
136
GetResourcePath
("android_fonts/v22/fonts.xml").c_str(),
PDFJpegEmbedTest.cpp
43
SkString path(
GetResourcePath
(filename));
KtxTest.cpp
143
SkString pkmFilename =
GetResourcePath
("mandrill_128.pkm");
163
SkString ktxFilename =
GetResourcePath
("mandrill_128.ktx");
ImageDecodingTest.cpp
153
SkString resourcePath =
GetResourcePath
();
237
SkString resourcePath =
GetResourcePath
();
260
SkString resourcePath =
GetResourcePath
();
443
SkString pngFilename =
GetResourcePath
("randPixels.png");
614
SkString resourceDir =
GetResourcePath
();
665
SkString resourceDir =
GetResourcePath
();
721
SkString resourceDir =
GetResourcePath
();
skia_test.cpp
154
SkString resourcePath =
GetResourcePath
();
CodexTest.cpp
15
SkString fullPath =
GetResourcePath
(path);
/external/skia/gm/
copyTo4444.cpp
35
SkString pngFilename =
GetResourcePath
("mandrill_512.png");
factory.cpp
32
SkString pngFilename =
GetResourcePath
("plane.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");
etc1bitmap.cpp
98
SkString filename =
GetResourcePath
("mandrill_128.");
183
SkString pkmFilename =
GetResourcePath
("mandrill_128.pkm");
filterindiabox.cpp
103
SkString resourcePath =
GetResourcePath
(fFilename.c_str());
downsamplebitmap.cpp
175
SkString resourcePath =
GetResourcePath
(fFilename.c_str());
filterbitmap.cpp
200
SkString resourcePath =
GetResourcePath
(fFilename.c_str());
/external/skia/samplecode/
SampleIdentityScale.cpp
26
SkString resourcePath =
GetResourcePath
(imageFilename);
SampleLua.cpp
49
SkString str =
GetResourcePath
("mandrill_256.png");
64
SkString str =
GetResourcePath
(LUA_FILENAME);
SamplePicture.cpp
40
SkString pngFilename =
GetResourcePath
("mandrill_512.png");
SampleSubpixelTranslate.cpp
29
SkString resourcePath =
GetResourcePath
(imageFilename);
SampleUnpremul.cpp
195
return new UnpremulView(
GetResourcePath
());
/external/skia/bench/
SkipZeroesBench.cpp
49
SkString resourcePath =
GetResourcePath
();
ETCBitmapBench.cpp
93
SkString pkmFilename =
GetResourcePath
("mandrill_128.pkm");
Completed in 225 milliseconds
1
2