HomeSort by relevance Sort by last modified time
    Searched refs:ValueFunctionType (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCAAnimation.h 62 enum ValueFunctionType { NoValueFunction, RotateX, RotateY, RotateZ, ScaleX, ScaleY, ScaleZ, Scale, TranslateX, TranslateY, TranslateZ, Translate };
108 ValueFunctionType valueFunction() const;
109 void setValueFunction(ValueFunctionType);
GraphicsLayerCA.cpp 178 static PlatformCAAnimation::ValueFunctionType getValueFunctionNameForTransformOperation(TransformOperation::OperationType transformType)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 67 static CFStringRef toCACFValueFunctionType(PlatformCAAnimation::ValueFunctionType type)
87 static PlatformCAAnimation::ValueFunctionType fromCACFValueFunctionType(CFStringRef string)
320 PlatformCAAnimation::ValueFunctionType PlatformCAAnimation::valueFunction() const
325 void PlatformCAAnimation::setValueFunction(ValueFunctionType value)
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 78 static NSString* toCAValueFunctionType(PlatformCAAnimation::ValueFunctionType type)
97 static PlatformCAAnimation::ValueFunctionType fromCAValueFunctionType(NSString* string)
338 PlatformCAAnimation::ValueFunctionType PlatformCAAnimation::valueFunction() const
348 void PlatformCAAnimation::setValueFunction(ValueFunctionType value)

Completed in 52 milliseconds