Home
last modified time | relevance | path

Searched defs:jprops (Results 1 – 1 of 1) sorted by relevance

/external/skia/modules/skottie/src/
DSkottieLayerEffect.cpp23 sk_sp<sksg::RenderNode> AttachTintLayerEffect(const skjson::ArrayValue& jprops, in AttachTintLayerEffect()
64 sk_sp<sksg::RenderNode> AttachTritoneLayerEffect(const skjson::ArrayValue& jprops, in AttachTritoneLayerEffect()
107 sk_sp<sksg::RenderNode> AttachFillLayerEffect(const skjson::ArrayValue& jprops, in AttachFillLayerEffect()
150 sk_sp<sksg::RenderNode> AttachDropShadowLayerEffect(const skjson::ArrayValue& jprops, in AttachDropShadowLayerEffect()
216 sk_sp<sksg::RenderNode> AttachGaussianBlurLayerEffect(const skjson::ArrayValue& jprops, in AttachGaussianBlurLayerEffect()
281 const skjson::ArrayValue* jprops = (*jeffect)["ef"]; in attachLayerEffects() local