Home
last modified time | relevance | path

Searched defs:AnimatedProps (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/modules/skottie/src/text/
H A DTextAnimator.h36 struct AnimatedProps { struct
37 VectorValue position,
38 scale = { 100, 100, 100 };
39 ColorValue fill_color,
40 stroke_color;
65 struct AnimatedPropsModulator { argument