HomeSort by relevance Sort by last modified time
    Searched refs:ScaleX (Results 1 - 5 of 5) 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 189 return PlatformCAAnimation::ScaleX;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCAAnimationWin.cpp 74 case PlatformCAAnimation::ScaleX: return kCACFValueFunctionScaleX;
99 return PlatformCAAnimation::ScaleX;
  /external/skia/tests/
MatrixTest.cpp 229 REPORTER_ASSERT(reporter, affineEqual(ScaleX));
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCAAnimationMac.mm 85 case PlatformCAAnimation::ScaleX: return kCAValueFunctionScaleX;
109 return PlatformCAAnimation::ScaleX;

Completed in 155 milliseconds