OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fontPath
(Results
1 - 8
of
8
) sorted by null
/frameworks/minikin/tests/
FontTestUtils.cpp
63
std::string
fontPath
= fontDir + std::string((const char*)fontFileName);
66
LOG_ALWAYS_FATAL_IF(access(
fontPath
.c_str(), R_OK) != 0,
67
"%s is not found",
fontPath
.c_str());
69
family->addFont(new MinikinFontForTest(
fontPath
), android::FontStyle(weight, italic));
MinikinFontForTest.h
36
const std::string&
fontPath
() const { return mFontPath; }
FontFamilyTest.cpp
390
const std::string
fontPath
;
403
"Font " + testCase.
fontPath
+ " should have a variation sequence table." :
404
"Font " + testCase.
fontPath
+ " shouldn't have a variation sequence table.");
406
MinikinAutoUnref<MinikinFontForTest> minikinFont(new MinikinFontForTest(testCase.
fontPath
));
FontCollectionItemizeTest.cpp
74
return ((MinikinFontForTest*)run.fakedFont.font)->
fontPath
();
[
all
...]
/external/icu/icu4c/source/test/perf/leperf/
leperf.cpp
100
const char *
fontPath
= "myfont.ttf";
102
font = new PortableFontInstance(
fontPath
, 12, fontStatus);
106
u_printf("leperf: testing %s\n",
fontPath
);
/frameworks/base/rs/java/android/renderscript/
Font.java
241
String
fontPath
= Environment.getRootDirectory().getAbsolutePath();
242
fontPath
+= "/fonts/" + fileName;
243
return createFromFile(rs, res,
fontPath
, pointSize);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xproto.h
[
all
...]
Completed in 149 milliseconds