Searched refs:FillAdapter (Results 1 – 2 of 2) sorted by relevance
22 class FillAdapter final : public AnimatablePropertyContainer { class24 static sk_sp<FillAdapter> Make(const skjson::ArrayValue& jprops, in Make()27 return sk_sp<FillAdapter>(new FillAdapter(jprops, std::move(layer), abuilder)); in Make()33 FillAdapter(const skjson::ArrayValue& jprops, in FillAdapter() function in skottie::internal::__anon086c18320111::FillAdapter75 return fBuilder->attachDiscardableAdapter<FillAdapter>(jprops, std::move(layer), *fBuilder); in attachFillEffect()