Lines Matching refs:custom
249 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local
250 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST()
251 custom.fBasePath = basePath.c_str(); in DEF_TEST()
252 custom.fFontsXml = fontsXml.c_str(); in DEF_TEST()
253 custom.fFallbackFontsXml = nullptr; in DEF_TEST()
254 custom.fIsolated = false; in DEF_TEST()
256 sk_sp<SkFontMgr> fm(SkFontMgr_New_Android(&custom)); in DEF_TEST()
284 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local
285 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST()
286 custom.fBasePath = basePath.c_str(); in DEF_TEST()
287 custom.fFontsXml = fontsXml.c_str(); in DEF_TEST()
288 custom.fFallbackFontsXml = nullptr; in DEF_TEST()
289 custom.fIsolated = false; in DEF_TEST()
291 sk_sp<SkFontMgr> fontMgr(SkFontMgr_New_Android(&custom)); in DEF_TEST()
361 SkFontMgr_Android_CustomFonts custom; in DEF_TEST() local
362 custom.fSystemFontUse = SkFontMgr_Android_CustomFonts::kOnlyCustom; in DEF_TEST()
363 custom.fBasePath = basePath.c_str(); in DEF_TEST()
364 custom.fFontsXml = fontsXml.c_str(); in DEF_TEST()
365 custom.fFallbackFontsXml = nullptr; in DEF_TEST()
366 custom.fIsolated = false; in DEF_TEST()
368 sk_sp<SkFontMgr> fontMgr(SkFontMgr_New_Android(&custom)); in DEF_TEST()