Searched refs:jstyles (Results 1 – 2 of 2) sorted by relevance
136 sk_sp<sksg::RenderNode> EffectBuilder::attachStyles(const skjson::ArrayValue& jstyles, in attachStyles() argument154 for (const skjson::ObjectValue* jstyle : jstyles) { in attachStyles()
503 if (const skjson::ArrayValue* jstyles = fJlayer["sy"]) { in buildRenderTree() local505 .attachStyles(*jstyles, std::move(layer)); in buildRenderTree()