/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebFilterKeyframe.cpp | 26 #include "public/platform/WebFilterKeyframe.h" 32 WebFilterKeyframe::WebFilterKeyframe(double time, PassOwnPtr<WebFilterOperations> value) 38 WebFilterKeyframe::~WebFilterKeyframe()
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_filter_animation_curve_impl.h | 17 namespace blink { class WebFilterKeyframe; } 31 virtual void add(const blink::WebFilterKeyframe& keyframe, 33 virtual void add(const blink::WebFilterKeyframe& keyframe,
|
web_filter_animation_curve_impl.cc | 13 using blink::WebFilterKeyframe; 27 void WebFilterAnimationCurveImpl::add(const WebFilterKeyframe& keyframe, 36 void WebFilterAnimationCurveImpl::add(const WebFilterKeyframe& keyframe,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFilterAnimationCurve.h | 37 #include "WebFilterKeyframe.h" 46 virtual void add(const WebFilterKeyframe&, TimingFunctionType = TimingFunctionTypeEase) = 0; 49 virtual void add(const WebFilterKeyframe&, double x1, double y1, double x2, double y2) = 0;
|
WebFilterKeyframe.h | 44 class WebFilterKeyframe { 47 BLINK_PLATFORM_EXPORT WebFilterKeyframe(double time, PassOwnPtr<WebFilterOperations>); 50 BLINK_PLATFORM_EXPORT ~WebFilterKeyframe();
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
AnimationTranslationUtil.cpp | 198 bool appendKeyframeWithStandardTimingFunction<FilterAnimationValue, WebFilterKeyframe, WebFilterAnimationCurve>(WebFilterAnimationCurve* curve, double keyTime, const FilterAnimationValue* value, const FilterAnimationValue* lastValue, blink::WebAnimationCurve::TimingFunctionType timingFunctionType, const FloatSize& boxSize) 209 curve->add(WebFilterKeyframe(keyTime, operations.release()), timingFunctionType); 214 bool appendKeyframeWithCustomBezierTimingFunction<FilterAnimationValue, WebFilterKeyframe, WebFilterAnimationCurve>(WebFilterAnimationCurve* curve, double keyTime, const FilterAnimationValue* value, const FilterAnimationValue* lastValue, double x1, double y1, double x2, double y2, const FloatSize& boxSize) 226 curve->add(WebFilterKeyframe(keyTime, operations.release()), x1, y1, x2, y2); 344 return createWebAnimation<FilterAnimationValue, WebFilterKeyframe, WebFilterAnimationCurve>(values, animation, animationId, timeOffset, curve.get(), blink::WebAnimation::TargetPropertyFilter, FloatSize(boxSize));
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
CompositorAnimations.cpp | 48 #include "public/platform/WebFilterKeyframe.h" 449 blink::WebFilterKeyframe filterKeyframe(keyframes[i]->offset(), ops.release());
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
blink_platform.gypi | 260 'exported/WebFilterKeyframe.cpp', [all...] |
blink_platform.target.darwin-arm.mk | 159 third_party/WebKit/Source/platform/exported/WebFilterKeyframe.cpp \ [all...] |
blink_platform.target.darwin-mips.mk | 158 third_party/WebKit/Source/platform/exported/WebFilterKeyframe.cpp \ [all...] |
blink_platform.target.darwin-x86.mk | 158 third_party/WebKit/Source/platform/exported/WebFilterKeyframe.cpp \ [all...] |
blink_platform.target.linux-arm.mk | 159 third_party/WebKit/Source/platform/exported/WebFilterKeyframe.cpp \ [all...] |
blink_platform.target.linux-mips.mk | 158 third_party/WebKit/Source/platform/exported/WebFilterKeyframe.cpp \ [all...] |
blink_platform.target.linux-x86.mk | 158 third_party/WebKit/Source/platform/exported/WebFilterKeyframe.cpp \ [all...] |