Home
last modified time | relevance | path

Searched refs:seed_props (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/text/
DTextAdapter.cpp190 TextAnimator::AnimatedProps seed_props; in applyAnimators() local
191 seed_props.fill_color = txt_val.fFillColor; in applyAnimators()
192 seed_props.stroke_color = txt_val.fStrokeColor; in applyAnimators()
195 buf.resize(fFragments.size(), { seed_props, 0 }); in applyAnimators()
/third_party/skia/modules/skottie/src/text/
DTextAdapter.cpp552 TextAnimator::ResolvedProps seed_props; in onSync() local
553 seed_props.fill_color = fText->fFillColor; in onSync()
554 seed_props.stroke_color = fText->fStrokeColor; in onSync()
557 buf.resize(fFragments.size(), { seed_props, 0 }); in onSync()