Home
last modified time | relevance | path

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

/third_party/skia/modules/skottie/src/
DComposition.cpp22 AnimationBuilder::ScopedAssetRef::ScopedAssetRef(const AnimationBuilder* abuilder, in ScopedAssetRef() function in skottie::internal::AnimationBuilder::ScopedAssetRef
DSkottiePriv.h269 class ScopedAssetRef {
271 ScopedAssetRef(const AnimationBuilder* abuilder, const skjson::ObjectValue& jlayer);
273 ~ScopedAssetRef() { in ~ScopedAssetRef()
/third_party/skia/modules/skottie/src/layers/
DAudioLayer.cpp55 const ScopedAssetRef audio_asset(this, jlayer); in attachAudioLayer()
DFootageLayer.cpp159 const ScopedAssetRef footage_asset(this, jlayer); in attachFootageLayer()
DPrecompLayer.cpp189 const ScopedAssetRef precomp_asset(this, jlayer); in attachPrecompLayer()