Lines Matching full:endvalue
66 PropertyValuesHolderImpl(const T& startValue, const T& endValue)
68 , mEndValue(endValue) {}
91 float endValue)
92 : PropertyValuesHolderImpl(startValue, endValue)
106 SkColor startValue, SkColor endValue)
107 : PropertyValuesHolderImpl(startValue, endValue)
122 float endValue)
123 : PropertyValuesHolderImpl(startValue, endValue)
137 PathData* endValue)
138 : PropertyValuesHolderImpl(*startValue, *endValue)
150 RootAlphaPropertyValuesHolder(VectorDrawable::Tree* tree, float startValue, float endValue)
151 : PropertyValuesHolderImpl(startValue, endValue)