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