OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keyframes
(Results
51 - 75
of
143
) sorted by null
1
2
3
4
5
6
/external/chromium_org/third_party/WebKit/ManualTests/
no-repaint-after-wake-from-sleep.html
112
@-webkit-
keyframes
x-spin {
118
@-webkit-
keyframes
y-spin {
124
@-webkit-
keyframes
back-y-spin {
svg-css-animate-compound.html
49
@-webkit-
keyframes
bounce {
/external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp
152
// Are the
keyframes
convertible?
414
void CompositorAnimationsImpl::addKeyframesToCurve(blink::WebAnimationCurve& curve, const KeyframeVector&
keyframes
, const TimingFunction& timingFunction)
416
for (size_t i = 0; i <
keyframes
.size(); i++) {
418
if (i + 1 <
keyframes
.size()) { // Last keyframe has no timing function
429
ASSERT(
keyframes
.size() == chained.m_segments.size() + 1);
440
ASSERT(!
keyframes
[i]->value()->dependsOnUnderlyingValue());
441
RefPtr<AnimatableValue> value =
keyframes
[i]->value()->compositeOnto(0);
449
blink::WebFilterKeyframe filterKeyframe(
keyframes
[i]->offset(), ops.release());
455
blink::WebFloatKeyframe floatKeyframe(
keyframes
[i]->offset(), toAnimatableDouble(value.get())->toDouble());
464
blink::WebTransformKeyframe transformKeyframe(
keyframes
[i]->offset(), ops.release())
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.cpp
81
case
Keyframes
:
118
case
Keyframes
:
160
case
Keyframes
:
StyleInvalidationAnalysis.cpp
117
case StyleRule::
Keyframes
: //
Keyframes
never cause style invalidations and are handled during sheet insertion.
StyleRule.h
48
Keyframes
,
60
bool isKeyframesRule() const { return type() ==
Keyframes
; }
/external/chromium_org/webkit/renderer/compositor_bindings/
web_float_animation_curve_unittest.cc
29
// Tests that a float animation with two
keyframes
works as expected.
43
// Tests that a float animation with three
keyframes
works as expected.
86
// Tests that the
keyframes
may be added out of order.
/external/chromium_org/cc/animation/
keyframed_animation_curve_unittest.cc
42
// Tests that a color animation with two
keyframes
works as expected.
61
// Tests that a color animation with three
keyframes
works as expected.
132
// Tests that a float animation with two
keyframes
works as expected.
147
// Tests that a float animation with three
keyframes
works as expected.
208
// Tests that a transform animation with two
keyframes
works as expected.
228
// Tests that a transform animation with three
keyframes
works as expected.
306
// Tests that a filter animation with two
keyframes
works as expected.
326
// Tests that a filter animation with three
keyframes
works as expected.
390
// Tests that the
keyframes
may be added out of order.
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
SkeletonLoader.java
96
assert elementStack.peek().equals("
keyframes
");
98
} else if (qName.equals("
keyframes
")) {
171
if (track != null) { // if track has
keyframes
197
} else if (qName.equals("
keyframes
")) {
/external/chromium_org/chrome/browser/resources/ntp4/
tile_page.css
134
@-webkit-
keyframes
bounce {
152
@-webkit-
keyframes
blipout {
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/
overlay.css
49
/*
keyframes
used to pulse the overlay */
50
@-webkit-
keyframes
pulse {
/external/chromium_org/ui/webui/resources/css/
overlay.css
50
/*
keyframes
used to pulse the overlay */
51
@-webkit-
keyframes
pulse {
dialogs.css
39
@-webkit-
keyframes
pulse {
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
KeyframeAnimation.cpp
58
// Update the m_transformFunctionListValid flag based on whether the function lists in the
keyframes
match.
178
// If we have no
keyframes
, don't animate.
189
// FIXME: we need to be more efficient about determining which
keyframes
we are animating between.
377
// See if the
keyframes
are valid
390
//
Keyframes
are valid
KeyframeAnimation.h
89
// The
keyframes
that we are blending.
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
KeyframeList.cpp
38
// Timing-function within
keyframes
is special, because it is not animated; it just
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
layout_test_runner_unittest.py
163
"animations/
keyframes
.html",
209
('animations', ['animations/
keyframes
.html']),
228
('.', ['animations/
keyframes
.html']),
245
['animations/
keyframes
.html',
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.h
128
// incomplete
keyframes
.
161
// the way in which we split up animations with incomplete
keyframes
.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
canvasProfiler.css
191
@-webkit-
keyframes
fadeout-odd {
196
@-webkit-
keyframes
fadeout-even {
/external/libvpx/libvpx/vpx/
vpx_encoder.h
234
* This enumeration determines whether
keyframes
are placed automatically by
236
* SDK were implemented such that VPX_KF_FIXED meant
keyframes
were disabled.
243
VPX_KF_DISABLED = 0 /**< Encoder does not place
keyframes
. */
577
* This value indicates whether the encoder should place
keyframes
at a
588
* least kf_min_dist frames non-
keyframes
will be coded before the next
598
* A value of 0 implies all frames will be
keyframes
. Set kf_min_dist
[
all
...]
/external/chromium_org/chrome/browser/resources/options/
browser_options.css
208
@-webkit-
keyframes
connecting-animation {
276
@-webkit-
keyframes
vpn-connecting-animation {
/external/chromium_org/media/webm/
webm_cluster_parser.cc
340
//
keyframes
. If this is a Block, then inspection of the payload is
423
// For now, assume that all blocks are
keyframes
for datatypes other than
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
BoneTrack.java
147
throw new RuntimeException("BoneTrack with no
keyframes
!");
182
* The transforms can be interpolated in some method from the
keyframes
.
/external/chromium/chrome/browser/resources/ntp/
apps.css
109
@-webkit-
keyframes
bounce {
/external/chromium_org/chrome/browser/resources/net_internals/
cros_log_visualizer_view.css
221
@-webkit-
keyframes
fade {
Completed in 1284 milliseconds
1
2
3
4
5
6