Searched refs:refId (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/modules/skottie/src/ |
H A D | Composition.cpp | 24 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 D | SkottieTest.cpp | 766 "refId": "single_frame", in DEF_TEST() 774 "refId": "multi_frame", in DEF_TEST()
|
/third_party/skia/modules/skottie/tests/ |
H A D | AudioLayer.cpp | 37 "refId": "audio_0" in DEF_TEST() 44 "refId": "audio_0" in DEF_TEST()
|
H A D | Image.cpp | 35 "refId": "img_0", in DEF_TEST()
|
Completed in 3 milliseconds