Home
last modified time | relevance | path

Searched refs:refId (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/modules/skottie/src/
H A DComposition.cpp24 const auto refId = ParseDefault<SkString>(jlayer["refId"], SkString()); in ScopedAssetRef() local
25 if (refId.isEmpty()) { in ScopedAssetRef()
26 abuilder->log(Logger::Level::kError, nullptr, "Layer missing refId."); in ScopedAssetRef()
30 const auto* asset_info = abuilder->fAssets.find(refId); in ScopedAssetRef()
32 abuilder->log(Logger::Level::kError, nullptr, "Asset not found: '%s'.", refId.c_str()); in ScopedAssetRef()
38 "Asset cycle detected for: '%s'", refId.c_str()); in ScopedAssetRef()
H A DSkottieTest.cpp766 "refId": "single_frame", in DEF_TEST()
774 "refId": "multi_frame", in DEF_TEST()
/third_party/skia/modules/skottie/tests/
H A DAudioLayer.cpp37 "refId": "audio_0" in DEF_TEST()
44 "refId": "audio_0" in DEF_TEST()
H A DImage.cpp35 "refId": "img_0", in DEF_TEST()

Completed in 2 milliseconds