OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSystemFontUse
(Results
1 - 6
of
6
) sorted by null
/external/skia/include/ports/
SkFontMgr_android.h
23
SystemFontUse
fSystemFontUse
;
/external/skqp/include/ports/
SkFontMgr_android.h
23
SystemFontUse
fSystemFontUse
;
/external/skia/src/ports/
SkFontMgr_android.cpp
265
if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem != custom->
fSystemFontUse
) {
271
(custom && SkFontMgr_Android_CustomFonts::kOnlyCustom != custom->
fSystemFontUse
))
275
if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem == custom->
fSystemFontUse
) {
551
SkASSERT(0 <= custom->
fSystemFontUse
);
552
SkASSERT(custom->
fSystemFontUse
< SK_ARRAY_COUNT(gSystemFontUseStrings));
554
gSystemFontUseStrings[custom->
fSystemFontUse
],
/external/skqp/src/ports/
SkFontMgr_android.cpp
265
if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem != custom->
fSystemFontUse
) {
271
(custom && SkFontMgr_Android_CustomFonts::kOnlyCustom != custom->
fSystemFontUse
))
275
if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem == custom->
fSystemFontUse
) {
551
SkASSERT(0 <= custom->
fSystemFontUse
);
552
SkASSERT(custom->
fSystemFontUse
< SK_ARRAY_COUNT(gSystemFontUseStrings));
554
gSystemFontUseStrings[custom->
fSystemFontUse
],
/external/skia/tests/
FontMgrAndroidParserTest.cpp
238
custom.
fSystemFontUse
= SkFontMgr_Android_CustomFonts::kOnlyCustom;
/external/skqp/tests/
FontMgrAndroidParserTest.cpp
238
custom.
fSystemFontUse
= SkFontMgr_Android_CustomFonts::kOnlyCustom;
Completed in 72 milliseconds