Searched refs:RotateX (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCAAnimation.h62 enum ValueFunctionType { NoValueFunction, RotateX, RotateY, RotateZ, ScaleX, ScaleY, ScaleZ, Scale, TranslateX, TranslateY, TranslateZ, Translate }; enumerator in enum:WebCore::PlatformCAAnimation::ValueFunctionType
H A DGraphicsLayerCA.cpp183 return PlatformCAAnimation::RotateX;
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-cube.js144 function RotateX(M, Phi) { function
237 MTrans = RotateX(MTrans, 1);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-cube.js144 function RotateX(M, Phi) { function
237 MTrans = RotateX(MTrans, 1);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp71 case PlatformCAAnimation::RotateX: return kCACFValueFunctionRotateX;
90 return PlatformCAAnimation::RotateX;
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCAAnimationMac.mm82 case PlatformCAAnimation::RotateX: return kCAValueFunctionRotateX;
100 return PlatformCAAnimation::RotateX;

Completed in 142 milliseconds