Home
last modified time | relevance | path

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

/external/skia/modules/skottie/src/
DComposition.cpp36 if (asset_info->fIsAttaching) { in ScopedAssetRef()
42 asset_info->fIsAttaching = true; in ScopedAssetRef()
DSkottiePriv.h256 mutable bool fIsAttaching; // Used for cycle detection member
270 fInfo->fIsAttaching = false; in ~ScopedAssetRef()
/external/skqp/modules/skottie/src/
DSkottieLayer.cpp261 if (asset_info->fIsAttaching) { in attachAssetRef()
267 asset_info->fIsAttaching = true; in attachAssetRef()
269 asset_info->fIsAttaching = false; in attachAssetRef()
DSkottiePriv.h184 mutable bool fIsAttaching; // Used for cycle detection member