Home
last modified time | relevance | path

Searched refs:jeffect (Results 1 – 2 of 2) sorted by relevance

/external/skqp/modules/skottie/src/
DSkottieLayerEffect.cpp72 for (const skjson::ObjectValue* jeffect : jeffects) { in attachLayerEffects() local
73 if (!jeffect) continue; in attachLayerEffects()
75 switch (const auto ty = ParseDefault<int>((*jeffect)["ty"], -1)) { in attachLayerEffects()
77 layer = AttachFillLayerEffect((*jeffect)["ef"], this, ascope, std::move(layer)); in attachLayerEffects()
85 this->log(Logger::Level::kError, jeffect, "Invalid layer effect."); in attachLayerEffects()
/external/skia/modules/skottie/src/
DSkottieLayerEffect.cpp276 for (const skjson::ObjectValue* jeffect : jeffects) { in attachLayerEffects() local
277 if (!jeffect) { in attachLayerEffects()
281 const skjson::ArrayValue* jprops = (*jeffect)["ef"]; in attachLayerEffects()
286 switch (const auto ty = ParseDefault<int>((*jeffect)["ty"], -1)) { in attachLayerEffects()
308 this->log(Logger::Level::kError, jeffect, "Invalid layer effect."); in attachLayerEffects()