Home
last modified time | relevance | path

Searched refs:LazyResolveFontMgr (Results 1 – 2 of 2) sorted by relevance

/external/skqp/modules/skottie/src/
DSkottiePriv.h127 struct LazyResolveFontMgr { struct
128 LazyResolveFontMgr(sk_sp<SkFontMgr> fontMgr) : fFontMgr(std::move(fontMgr)) {} in LazyResolveFontMgr() function
167 LazyResolveFontMgr fLazyFontMgr;
/external/skia/modules/skottie/src/
DSkottiePriv.h216 struct LazyResolveFontMgr { struct
217 LazyResolveFontMgr(sk_sp<SkFontMgr> fontMgr) : fFontMgr(std::move(fontMgr)) {} in LazyResolveFontMgr() function
234 LazyResolveFontMgr fLazyFontMgr; argument