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