Searched defs:jstyle (Results 1 – 5 of 5) 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 | 148 for (const skjson::ObjectValue* jstyle : jstyles) { in attachStyles() local
|
/external/skqp/modules/skottie/src/ |
D | SkottieTextLayer.cpp | 113 const skjson::StringValue* jstyle = (*jfont)["fStyle"]; in parseFonts() local 189 const skjson::StringValue* jstyle = (*jchar)["style"]; // "style", not "fStyle"... in parseFonts() local
|
/external/skia/modules/skottie/src/layers/ |
D | TextLayer.cpp | 215 const skjson::StringValue* jstyle = (*jfont)["fStyle"]; in parseFonts() local 326 const skjson::StringValue* jstyle = (*jchar)["style"]; // "style", not "fStyle"... in resolveEmbeddedTypefaces() local
|