Home
last modified time | relevance | path

Searched refs:toSVGLength (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLength.cpp444 …setValue(value(lengthContext) + toSVGLength(other)->value(lengthContext), lengthContext, ASSERT_NO… in add()
449 RefPtr<SVGLength> fromLength = toSVGLength(fromValue); in calculateAnimatedValue()
450 RefPtr<SVGLength> toLength = toSVGLength(toValue); in calculateAnimatedValue()
451 RefPtr<SVGLength> toAtEndOfDurationLength = toSVGLength(toAtEndOfDurationValue); in calculateAnimatedValue()
465 RefPtr<SVGLength> toLength = toSVGLength(toValue); in calculateDistance()
DSVGLength.h114 inline PassRefPtr<SVGLength> toSVGLength(PassRefPtr<SVGPropertyBase> passBase) in toSVGLength() function
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
DAnimatableSVGLength.cpp40 …return create(toAnimatableSVGLength(value)->toSVGLength()->blend(m_length.get(), narrowPrecisionTo… in interpolateTo()
DAnimatableSVGLength.h48 SVGLength* toSVGLength() const in toSVGLength() function
DAnimatableStrokeDasharrayList.cpp52 RefPtr<SVGLength> length = toAnimatableSVGLength(m_values[i].get())->toSVGLength()->clone(); in toSVGLengthList()
DAnimatableValueTestHelper.cpp80 << animSVGLength.toSVGLength()->valueAsString().utf8().data() << ")"; in PrintTo()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DAnimatedStyleBuilder.cpp139 RefPtr<SVGLength> length = toAnimatableSVGLength(value)->toSVGLength(); in animatableValueToNonNegativeSVGLength()
281 style->setBaselineShiftValue(toAnimatableSVGLength(value)->toSVGLength()); in applyProperty()
476 style->setStrokeDashOffset(toAnimatableSVGLength(value)->toSVGLength()); in applyProperty()