Home
last modified time | relevance | path

Searched refs:attachColor (Results 1 – 8 of 8) sorted by relevance

/external/skia/modules/skottie/src/
DSkottieLayerEffect.cpp50 abuilder->attachColor(*color0_prop, ascope, "v"), in AttachTintLayerEffect()
51 abuilder->attachColor(*color1_prop, ascope, "v")); in AttachTintLayerEffect()
92 abuilder->attachColor(*locolor_prop, ascope, "v"), in AttachTritoneLayerEffect()
93 abuilder->attachColor(*micolor_prop, ascope, "v"), in AttachTritoneLayerEffect()
94 abuilder->attachColor(*hicolor_prop, ascope, "v") }); in AttachTritoneLayerEffect()
133 sk_sp<sksg::Color> color_node = abuilder->attachColor(*color_prop, ascope, "v"); in AttachFillLayerEffect()
DSkottiePriv.h72 sk_sp<sksg::Color> attachColor(const skjson::ObjectValue&, AnimatorScope*,
DSkottieShapeLayer.cpp241 return AttachPaint(jfill, abuilder, ascope, abuilder->attachColor(jfill, ascope, "c")); in AttachColorFill()
254 abuilder->attachColor(jstroke, ascope, "c"))); in AttachColorStroke()
DSkottie.cpp251 sk_sp<sksg::Color> AnimationBuilder::attachColor(const skjson::ObjectValue& jcolor, in attachColor() function in skottie::internal::AnimationBuilder
/external/skqp/modules/skottie/src/
DSkottieLayerEffect.cpp50 sk_sp<sksg::Color> color_node = abuilder->attachColor(*color_prop, ascope, "v"); in AttachFillLayerEffect()
DSkottiePriv.h72 sk_sp<sksg::Color> attachColor(const skjson::ObjectValue&, AnimatorScope*,
DSkottieShapeLayer.cpp241 return AttachPaint(jfill, abuilder, ascope, abuilder->attachColor(jfill, ascope, "c")); in AttachColorFill()
254 abuilder->attachColor(jstroke, ascope, "c"))); in AttachColorStroke()
DSkottie.cpp199 sk_sp<sksg::Color> AnimationBuilder::attachColor(const skjson::ObjectValue& jcolor, in attachColor() function in skottie::internal::AnimationBuilder