HomeSort by relevance Sort by last modified time
    Searched refs:RotateX (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 183 return PlatformCAAnimation::RotateX;
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 144 function RotateX(M, Phi) {
237 MTrans = RotateX(MTrans, 1);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 144 function RotateX(M, Phi) {
237 MTrans = RotateX(MTrans, 1);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 71 case PlatformCAAnimation::RotateX: return kCACFValueFunctionRotateX;
90 return PlatformCAAnimation::RotateX;
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 82 case PlatformCAAnimation::RotateX: return kCAValueFunctionRotateX;
100 return PlatformCAAnimation::RotateX;

Completed in 92 milliseconds