OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FillModeType
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h
61
enum
FillModeType
{ NoFillMode, Forwards, Backwards, Both };
96
FillModeType
fillMode() const;
97
void setFillMode(
FillModeType
);
GraphicsLayerCA.cpp
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp
44
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/
PlatformCAAnimationMac.mm
55
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 619 milliseconds