Home | History | Annotate | Download | only in compositor_bindings

Lines Matching defs:WebFloatAnimationCurveImpl

16 WebFloatAnimationCurveImpl::WebFloatAnimationCurveImpl()
20 WebFloatAnimationCurveImpl::~WebFloatAnimationCurveImpl() {
24 WebFloatAnimationCurveImpl::type() const {
28 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe) {
32 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe,
38 void WebFloatAnimationCurveImpl::add(const WebFloatKeyframe& keyframe,
50 float WebFloatAnimationCurveImpl::getValue(double time) const {
55 WebFloatAnimationCurveImpl::CloneToAnimationCurve() const {