Searched refs:animValue (Results 1 – 3 of 3) sorted by relevance
44 void PrintTo(const AnimatableClipPathOperation& animValue, ::std::ostream* os) in PrintTo() argument46 *os << "AnimatableClipPathOperation@" << &animValue; in PrintTo()102 void PrintTo(const AnimatableNeutral& animValue, ::std::ostream* os) in PrintTo() argument104 *os << "AnimatableNeutral@" << &animValue; in PrintTo()107 void PrintTo(const AnimatableRepeatable& animValue, ::std::ostream* os) in PrintTo() argument111 const Vector<RefPtr<AnimatableValue> > v = animValue.values(); in PrintTo()138 void PrintTo(const AnimatableShapeValue& animValue, ::std::ostream* os) in PrintTo() argument140 *os << "AnimatableShapeValue@" << &animValue; in PrintTo()143 void PrintTo(const AnimatableStrokeDasharrayList& animValue, ::std::ostream* os) in PrintTo() argument146 const Vector<SVGLength> v = animValue.toSVGLengthVector(); in PrintTo()[all …]
53 ::std::string PrintToString(PassRefPtr<AnimatableValue> animValue) in PrintToString() argument55 return PrintToString(animValue.get()); in PrintToString()58 ::std::string PrintToString(const AnimatableValue* animValue) in PrintToString() argument60 return ::testing::PrintToString(*animValue); in PrintToString()
60 …float animValue = blend(from, m_fromMode == AbsoluteCoordinates ? to + toValue : to - toValue, m_p… in blendAnimatedDimensonalFloat() local63 return animValue; in blendAnimatedDimensonalFloat()67 return m_toMode == AbsoluteCoordinates ? animValue + currentValue : animValue - currentValue; in blendAnimatedDimensonalFloat()