Searched refs:stroke_color (Results 1 – 6 of 6) sorted by relevance
147 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()
38 stroke_color; member56 stroke_color = SK_ColorTRANSPARENT; member
554 seed_props.stroke_color = fText->fStrokeColor; in onSync()729 rec.fStrokeColorNode->setColor(scale_alpha(props.stroke_color, props.opacity)); in pushPropsToFragment()
140 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()
192 seed_props.stroke_color = txt_val.fStrokeColor; in applyAnimators()241 rec.fStrokeColorNode->setColor(scale_alpha(props.stroke_color, props.opacity)); in pushPropsToFragment()
38 stroke_color = SK_ColorTRANSPARENT; member