Lines Matching refs:endValue
66 PropertyValuesHolderImpl(const T& startValue, const T& endValue) in PropertyValuesHolderImpl() argument
68 , mEndValue(endValue) {} in PropertyValuesHolderImpl()
91 float endValue) in GroupPropertyValuesHolder() argument
92 : PropertyValuesHolderImpl(startValue, endValue) in GroupPropertyValuesHolder()
106 SkColor startValue, SkColor endValue) in FullPathColorPropertyValuesHolder() argument
107 : PropertyValuesHolderImpl(startValue, endValue) in FullPathColorPropertyValuesHolder()
122 float endValue) in FullPathPropertyValuesHolder() argument
123 : PropertyValuesHolderImpl(startValue, endValue) in FullPathPropertyValuesHolder()
137 PathData* endValue) in PathDataPropertyValuesHolder() argument
138 : PropertyValuesHolderImpl(*startValue, *endValue) in PathDataPropertyValuesHolder()
150 RootAlphaPropertyValuesHolder(VectorDrawable::Tree* tree, float startValue, float endValue) in RootAlphaPropertyValuesHolder() argument
151 : PropertyValuesHolderImpl(startValue, endValue) in RootAlphaPropertyValuesHolder()