OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnimationCurve
(Results
26 - 29
of
29
) sorted by null
1
2
/external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc
649
// Any valid
AnimationCurve
will do here.
650
scoped_ptr<
AnimationCurve
> curve(EaseTimingFunction::Create());
993
curve.PassAs<
AnimationCurve
>(), 1, 0, Animation::ScrollOffset));
/external/chromium_org/cc/animation/
animation_unittest.cc
17
new FakeFloatAnimationCurve(duration)).PassAs<
AnimationCurve
>(),
/external/chromium_org/ui/compositor/
layer_animation_element.cc
462
scoped_ptr<cc::
AnimationCurve
> animation_curve(
528
scoped_ptr<cc::
AnimationCurve
> animation_curve(
674
scoped_ptr<cc::
AnimationCurve
> animation_curve_;
/external/chromium_org/cc/layers/
layer_unittest.cc
[
all
...]
Completed in 1151 milliseconds
1
2