Searched defs:jstyle (Results 1 – 4 of 4) sorted by relevance
| /external/skia/modules/skottie/src/effects/ |
| D | ShadowStyles.cpp | 31 ShadowAdapter(const skjson::ObjectValue& jstyle, in ShadowAdapter() 116 static sk_sp<sksg::RenderNode> make_shadow_effect(const skjson::ObjectValue& jstyle, in make_shadow_effect() 127 sk_sp<sksg::RenderNode> EffectBuilder::attachDropShadowStyle(const skjson::ObjectValue& jstyle, in attachDropShadowStyle() 133 sk_sp<sksg::RenderNode> EffectBuilder::attachInnerShadowStyle(const skjson::ObjectValue& jstyle, in attachInnerShadowStyle()
|
| D | GlowStyles.cpp | 32 GlowAdapter(const skjson::ObjectValue& jstyle, const AnimationBuilder& abuilder, Type type) in GlowAdapter() 142 static sk_sp<sksg::RenderNode> make_glow_effect(const skjson::ObjectValue& jstyle, in make_glow_effect() 153 sk_sp<sksg::RenderNode> EffectBuilder::attachOuterGlowStyle(const skjson::ObjectValue& jstyle, in attachOuterGlowStyle() 158 sk_sp<sksg::RenderNode> EffectBuilder::attachInnerGlowStyle(const skjson::ObjectValue& jstyle, in attachInnerGlowStyle()
|
| D | Effects.cpp | 154 for (const skjson::ObjectValue* jstyle : jstyles) { in attachStyles() local
|
| /external/skia/modules/skottie/src/layers/ |
| D | TextLayer.cpp | 142 const skjson::StringValue* jstyle = (*jfont)["fStyle"]; in parseFonts() local 269 const skjson::StringValue* jstyle = (*jchar)["style"]; // "style", not "fStyle"... in resolveEmbeddedTypefaces() local
|