Lines Matching refs:skjson
29 EffectBuilder::EffectBuilderT EffectBuilder::findBuilder(const skjson::ObjectValue& jeffect) const {
64 const skjson::StringValue* mn = jeffect["mn"];
105 sk_sp<sksg::RenderNode> EffectBuilder::attachEffects(const skjson::ArrayValue& jeffects,
111 for (const skjson::ObjectValue* jeffect : jeffects) {
117 const skjson::ArrayValue* jprops = (*jeffect)["ef"];
134 sk_sp<sksg::RenderNode> EffectBuilder::attachStyles(const skjson::ArrayValue& jstyles,
142 sk_sp<sksg::RenderNode> (EffectBuilder::*)(const skjson::ObjectValue&,
152 for (const skjson::ObjectValue* jstyle : jstyles) {
174 const skjson::Value& EffectBuilder::GetPropValue(const skjson::ArrayValue& jprops,
176 static skjson::NullValue kNull;
182 const skjson::ObjectValue* jprop = jprops[prop_index];