Home
last modified time | relevance | path

Searched refs:fSystemFontUse (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_android.cpp295 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem != custom->fSystemFontUse) { in SkFontMgr_Android()
301 (custom && SkFontMgr_Android_CustomFonts::kOnlyCustom != custom->fSystemFontUse)) in SkFontMgr_Android()
305 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem == custom->fSystemFontUse) { in SkFontMgr_Android()
589 SkASSERT(0 <= custom->fSystemFontUse); in SkFontMgr_New_Android()
590 SkASSERT(custom->fSystemFontUse < SK_ARRAY_COUNT(gSystemFontUseStrings)); in SkFontMgr_New_Android()
592 gSystemFontUseStrings[custom->fSystemFontUse], in SkFontMgr_New_Android()
/external/skqp/src/ports/
DSkFontMgr_android.cpp295 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem != custom->fSystemFontUse) { in SkFontMgr_Android()
301 (custom && SkFontMgr_Android_CustomFonts::kOnlyCustom != custom->fSystemFontUse)) in SkFontMgr_Android()
305 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem == custom->fSystemFontUse) { in SkFontMgr_Android()
589 SkASSERT(0 <= custom->fSystemFontUse); in SkFontMgr_New_Android()
590 SkASSERT(custom->fSystemFontUse < SK_ARRAY_COUNT(gSystemFontUseStrings)); in SkFontMgr_New_Android()
592 gSystemFontUseStrings[custom->fSystemFontUse], in SkFontMgr_New_Android()
/external/skqp/include/ports/
DSkFontMgr_android.h23 SystemFontUse fSystemFontUse; member
/external/skia/include/ports/
DSkFontMgr_android.h23 SystemFontUse fSystemFontUse; member
/external/skqp/tests/
DFontMgrAndroidParserTest.cpp251 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST()
286 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST()
363 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST()
/external/skia/tests/
DFontMgrAndroidParserTest.cpp251 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST()
286 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST()
363 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST()