Home
last modified time | relevance | path

Searched refs:stroke_color (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/modules/skottie/src/text/
DTextAnimator.cpp147 const auto sc = static_cast<SkColor>(fTextProps.stroke_color); in modulateProps()
148 modulated_props.stroke_color = lerp_color(props.stroke_color, sc, clamped_amount); in modulateProps()
165 modulated_props.stroke_color = adjust_opacity(modulated_props.stroke_color, in modulateProps()
199 fHasStrokeColor = acontainer->bind(*abuilder, jprops["sc"], fTextProps.stroke_color); in TextAnimator()
DTextAnimator.h38 stroke_color; member
56 stroke_color = SK_ColorTRANSPARENT; member
DTextAdapter.cpp554 seed_props.stroke_color = fText->fStrokeColor; in onSync()
729 rec.fStrokeColorNode->setColor(scale_alpha(props.stroke_color, props.opacity)); in pushPropsToFragment()
/third_party/flutter/skia/modules/skottie/src/text/
DTextAnimator.cpp140 modulated_props.stroke_color = lerp_color(props.stroke_color, in modulateProps()
141 fTextProps.stroke_color, in modulateProps()
178 animator->fTextProps.stroke_color = ValueTraits<VectorValue>::As<SkColor>(sc); in TextAnimator()
DTextAdapter.cpp192 seed_props.stroke_color = txt_val.fStrokeColor; in applyAnimators()
241 rec.fStrokeColorNode->setColor(scale_alpha(props.stroke_color, props.opacity)); in pushPropsToFragment()
DTextAnimator.h38 stroke_color = SK_ColorTRANSPARENT; member