HomeSort by relevance Sort by last modified time
    Searched refs:CurveType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/animation/
animation_curve.h 23 enum CurveType { Float, Transform, Filter };
28 virtual CurveType Type() const = 0;
43 virtual CurveType Type() const OVERRIDE;
53 virtual CurveType Type() const OVERRIDE;
63 virtual CurveType Type() const OVERRIDE;
animation_curve.cc 16 AnimationCurve::CurveType FloatAnimationCurve::Type() const {
26 AnimationCurve::CurveType TransformAnimationCurve::Type() const {
35 AnimationCurve::CurveType FilterAnimationCurve::Type() const {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
PathTraversalState.cpp 116 template<class CurveType>
117 static float curveLength(PathTraversalState& traversalState, CurveType curve)
121 Vector<CurveType> curveStack;
128 CurveType leftCurve;
129 CurveType rightCurve;

Completed in 65 milliseconds