Searched refs:fSystemFontUse (Results 1 – 2 of 2) sorted by relevance
287 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem != custom->fSystemFontUse) { in SkFontMgr_Android()293 (custom && SkFontMgr_Android_CustomFonts::kOnlyCustom != custom->fSystemFontUse)) in SkFontMgr_Android()297 if (custom && SkFontMgr_Android_CustomFonts::kPreferSystem == custom->fSystemFontUse) { in SkFontMgr_Android()581 SkASSERT(0 <= custom->fSystemFontUse); in SkFontMgr_New_Android()582 SkASSERT(custom->fSystemFontUse < SK_ARRAY_COUNT(gSystemFontUseStrings)); in SkFontMgr_New_Android()584 gSystemFontUseStrings[custom->fSystemFontUse], in SkFontMgr_New_Android()
30 SystemFontUse fSystemFontUse; member