Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/skottie/src/text/
DTextAdapter.h25 TextAdapter(sk_sp<sksg::Group> root, sk_sp<SkFontMgr>, sk_sp<Logger>, bool hasAnimators);
DTextAdapter.cpp23 bool hasAnimators) in TextAdapter() argument
27 , fHasAnimators(hasAnimators) {} in TextAdapter()