HomeSort by relevance Sort by last modified time
    Searched refs:RotateY (Results 1 - 6 of 6) 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 };
GraphicsLayerCA.cpp 185 return PlatformCAAnimation::RotateY;
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 158 function RotateY(M, Phi) {
238 MTrans = RotateY(MTrans, 3);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 158 function RotateY(M, Phi) {
238 MTrans = RotateY(MTrans, 3);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 72 case PlatformCAAnimation::RotateY: return kCACFValueFunctionRotateY;
93 return PlatformCAAnimation::RotateY;
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 83 case PlatformCAAnimation::RotateY: return kCAValueFunctionRotateY;
103 return PlatformCAAnimation::RotateY;

Completed in 97 milliseconds