Home
last modified time | relevance | path

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

/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
/external/skia/modules/skottie/src/
DSkottieLayer.cpp263 if (asset_info->fIsAttaching) { in attachAssetRef()
269 asset_info->fIsAttaching = true; in attachAssetRef()
271 asset_info->fIsAttaching = false; in attachAssetRef()
DSkottiePriv.h190 mutable bool fIsAttaching; // Used for cycle detection member