Home
last modified time | relevance | path

Searched refs:CurveType (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/cc/animation/
Danimation_curve.h29 enum CurveType { Color, Float, Transform, Filter, ScrollOffset }; enum
34 virtual CurveType Type() const = 0;
53 virtual CurveType Type() const OVERRIDE;
63 virtual CurveType Type() const OVERRIDE;
79 virtual CurveType Type() const OVERRIDE;
89 virtual CurveType Type() const OVERRIDE;
Danimation_curve.cc17 AnimationCurve::CurveType ColorAnimationCurve::Type() const { return Color; } in Type()
24 AnimationCurve::CurveType FloatAnimationCurve::Type() const { in Type()
34 AnimationCurve::CurveType TransformAnimationCurve::Type() const { in Type()
43 AnimationCurve::CurveType FilterAnimationCurve::Type() const { in Type()
Dscroll_offset_animation_curve.h29 virtual CurveType Type() const OVERRIDE;
Dscroll_offset_animation_curve.cc66 AnimationCurve::CurveType ScrollOffsetAnimationCurve::Type() const { in Type()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DPathTraversalState.cpp116 template<class CurveType>
117 static float curveLength(PathTraversalState& traversalState, CurveType curve) in curveLength()
121 Vector<CurveType> curveStack; in curveLength()
128 CurveType leftCurve; in curveLength()
129 CurveType rightCurve; in curveLength()
/external/chromium_org/third_party/WebKit/Source/core/animation/
DCompositorAnimationsTestHelper.h95 template<typename CurveType, blink::WebAnimationCurve::AnimationCurveType CurveId, typename Keyfram…
96 class WebAnimationCurveMock : public CurveType {