Searched refs:jeffects (Results 1 – 5 of 5) sorted by relevance
69 sk_sp<sksg::RenderNode> AnimationBuilder::attachLayerEffects(const skjson::ArrayValue& jeffects, in attachLayerEffects() argument72 for (const skjson::ObjectValue* jeffect : jeffects) { in attachLayerEffects()
96 sk_sp<sksg::RenderNode> attachLayerEffects(const skjson::ArrayValue& jeffects, AnimatorScope*,
523 if (const skjson::ArrayValue* jeffects = (*jlayer)["ef"]) { in attachLayer() local524 layer = this->attachLayerEffects(*jeffects, &layer_animators, std::move(layer)); in attachLayer()
101 sk_sp<sksg::RenderNode> EffectBuilder::attachEffects(const skjson::ArrayValue& jeffects, in attachEffects() argument107 for (const skjson::ObjectValue* jeffect : jeffects) { in attachEffects()
490 if (const skjson::ArrayValue* jeffects = fJlayer["ef"]) { in buildRenderTree() local492 .attachEffects(*jeffects, std::move(layer)); in buildRenderTree()