OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:platformAnimation
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp
210
PlatformAnimationRef PlatformCAAnimation::
platformAnimation
() const
373
CACFAnimationSetFromValue(m_animation.get(), CACFAnimationGetFromValue(value->
platformAnimation
()));
419
CACFAnimationSetToValue(m_animation.get(), CACFAnimationGetToValue(value->
platformAnimation
()));
487
CACFAnimationSetValues(m_animation.get(), CACFAnimationGetValues(value->
platformAnimation
()));
509
CACFAnimationSetKeyTimes(m_animation.get(), CACFAnimationGetKeyTimes(value->
platformAnimation
()));
528
CACFAnimationSetTimingFunctions(m_animation.get(), CACFAnimationGetTimingFunctions(value->
platformAnimation
()));
PlatformCALayerWin.cpp
269
CACFLayerAddAnimation(m_layer.get(), s.get(), animation->
platformAnimation
());
/external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h
73
PlatformAnimationRef
platformAnimation
() const;
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm
47
return [[animation->
platformAnimation
() valueForKey:WKNonZeroBeginTimeFlag] boolValue];
52
[animation->
platformAnimation
() setValue:[NSNumber numberWithBool:value] forKey:WKNonZeroBeginTimeFlag];
221
PlatformAnimationRef PlatformCAAnimation::
platformAnimation
() const
PlatformCALayerMac.mm
351
CAPropertyAnimation* propertyAnimation = static_cast<CAPropertyAnimation*>(animation->
platformAnimation
());
Completed in 66 milliseconds