Searched defs:jstyle (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/modules/skottie/src/effects/ |
H A D | ShadowStyles.cpp | 31 ShadowAdapter(const skjson::ObjectValue& jstyle, in ShadowAdapter() argument 116 static sk_sp<sksg::RenderNode> make_shadow_effect(const skjson::ObjectValue& jstyle, in make_shadow_effect() argument 127 sk_sp<sksg::RenderNode> EffectBuilder::attachDropShadowStyle(const skjson::ObjectValue& jstyle, in attachDropShadowStyle() argument 133 attachInnerShadowStyle(const skjson::ObjectValue& jstyle, sk_sp<sksg::RenderNode> layer) const attachInnerShadowStyle() argument [all...] |
H A D | GlowStyles.cpp | 32 GlowAdapter(const skjson::ObjectValue& jstyle, const AnimationBuilder& abuilder, Type type) in GlowAdapter() argument 142 static sk_sp<sksg::RenderNode> make_glow_effect(const skjson::ObjectValue& jstyle, in make_glow_effect() argument 153 sk_sp<sksg::RenderNode> EffectBuilder::attachOuterGlowStyle(const skjson::ObjectValue& jstyle, in attachOuterGlowStyle() argument 158 attachInnerGlowStyle(const skjson::ObjectValue& jstyle, sk_sp<sksg::RenderNode> layer) const attachInnerGlowStyle() argument [all...] |
/third_party/skia/modules/skottie/src/layers/ |
H A 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
|
Completed in 2 milliseconds