Home
last modified time | relevance | path

Searched refs:jstyles (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/modules/skottie/src/effects/
DEffects.cpp134 sk_sp<sksg::RenderNode> EffectBuilder::attachStyles(const skjson::ArrayValue& jstyles, in attachStyles() argument
152 for (const skjson::ObjectValue* jstyle : jstyles) { in attachStyles()
/third_party/skia/modules/skottie/src/
DLayer.cpp501 if (const skjson::ArrayValue* jstyles = fJlayer["sy"]) { in buildRenderTree() local
503 .attachStyles(*jstyles, std::move(layer)); in buildRenderTree()