Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathBlender.h28 BlendHorizontal, enumerator
DSVGPathBlender.cpp56 … float fromValue = blendMode == BlendHorizontal ? m_fromCurrentPoint.x() : m_fromCurrentPoint.y(); in blendAnimatedDimensonalFloat()
57 float toValue = blendMode == BlendHorizontal ? m_toCurrentPoint.x() : m_toCurrentPoint.y(); in blendAnimatedDimensonalFloat()
139 …m_consumer->lineToHorizontal(blendAnimatedDimensonalFloat(fromX, toX, BlendHorizontal), m_isInFirs… in blendLineToHorizontalSegment()