HomeSort by relevance Sort by last modified time
    Searched refs:RotateZ (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 187 return PlatformCAAnimation::RotateZ;
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
3d-cube.js 172 function RotateZ(M, Phi) {
239 MTrans = RotateZ(MTrans, 5);
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
3d-cube.js 172 function RotateZ(M, Phi) {
239 MTrans = RotateZ(MTrans, 5);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 73 case PlatformCAAnimation::RotateZ: return kCACFValueFunctionRotateZ;
96 return PlatformCAAnimation::RotateZ;
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 84 case PlatformCAAnimation::RotateZ: return kCAValueFunctionRotateZ;
106 return PlatformCAAnimation::RotateZ;

Completed in 161 milliseconds