Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/effects/
DCornerPinEffect.cpp18 class CornerPinAdapter final : public AnimatablePropertyContainer { class
20 static sk_sp<CornerPinAdapter> Make(const skjson::ArrayValue& jprops, in Make()
23 return sk_sp<CornerPinAdapter>(new CornerPinAdapter(jprops, abuilder, layer_size)); in Make()
29 CornerPinAdapter(const skjson::ArrayValue& jprops, in CornerPinAdapter() function in skottie::internal::__anon1f8e7fb60111::CornerPinAdapter
80 fBuilder->attachDiscardableAdapter<CornerPinAdapter>(jprops, *fBuilder, fLayerSize); in attachCornerPinEffect()