OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnimationType
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h
60
enum
AnimationType
{ Basic, Keyframe };
64
static PassRefPtr<PlatformCAAnimation> create(
AnimationType
, const String& keyPath);
75
AnimationType
animationType
() const { return m_type; }
138
PlatformCAAnimation(
AnimationType
, const String& keyPath);
142
AnimationType
m_type;
/external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp
136
PassRefPtr<PlatformCAAnimation> PlatformCAAnimation::create(
AnimationType
type, const String& keyPath)
146
PlatformCAAnimation::PlatformCAAnimation(
AnimationType
type, const String& keyPath)
174
RefPtr<PlatformCAAnimation> animation = create(
animationType
(), keyPath());
189
if (
animationType
() == Keyframe) {
332
if (
animationType
() != Basic)
341
if (
animationType
() != Basic)
350
if (
animationType
() != Basic)
360
if (
animationType
() != Basic)
370
if (
animationType
() != Basic || value->
animationType
() != Basic
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm
148
PassRefPtr<PlatformCAAnimation> PlatformCAAnimation::create(
AnimationType
type, const String& keyPath)
158
PlatformCAAnimation::PlatformCAAnimation(
AnimationType
type, const String& keyPath)
183
RefPtr<PlatformCAAnimation> animation = create(
animationType
(), keyPath());
200
if (
animationType
() == Keyframe) {
359
if (
animationType
() != Basic)
366
if (
animationType
() != Basic)
374
if (
animationType
() != Basic)
387
if (
animationType
() != Basic)
401
if (
animationType
() != Basic || value->
animationType
() != Basic
[
all
...]
Completed in 849 milliseconds