Searched refs:jeffect (Results 1 – 2 of 2) sorted by relevance
72 for (const skjson::ObjectValue* jeffect : jeffects) { in attachLayerEffects() local73 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()
276 for (const skjson::ObjectValue* jeffect : jeffects) { in attachLayerEffects() local277 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()