Searched refs:FillModeType (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCAAnimation.h61 enum FillModeType { NoFillMode, Forwards, Backwards, Both }; enum in class:WebCore::PlatformCAAnimation
96 FillModeType fillMode() const;
97 void setFillMode(FillModeType);
H A DGraphicsLayerCA.cpp1674 PlatformCAAnimation::FillModeType fillMode = PlatformCAAnimation::NoFillMode;
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp44 static CFStringRef toCACFFillModeType(PlatformCAAnimation::FillModeType type)
56 static PlatformCAAnimation::FillModeType fromCACFFillModeType(CFStringRef string)
280 PlatformCAAnimation::FillModeType PlatformCAAnimation::fillMode() const
285 void PlatformCAAnimation::setFillMode(FillModeType value)
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCAAnimationMac.mm55 static NSString* toCAFillModeType(PlatformCAAnimation::FillModeType type)
66 static PlatformCAAnimation::FillModeType fromCAFillModeType(NSString* string)
298 PlatformCAAnimation::FillModeType PlatformCAAnimation::fillMode() const
303 void PlatformCAAnimation::setFillMode(FillModeType value)

Completed in 45 milliseconds