OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSystemFontUse
(Results
1 - 2
of
2
) sorted by null
/external/skia/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
) {
543
SkASSERT(0 <= custom->
fSystemFontUse
);
544
SkASSERT(custom->
fSystemFontUse
< SK_ARRAY_COUNT(gSystemFontUseStrings));
546
gSystemFontUseStrings[custom->
fSystemFontUse
],
Completed in 46 milliseconds