Searched refs:setTransform (Results 1 - 25 of 57) sorted by last modified time

123

/external/webkit/Source/WebCore/svg/
H A DSVGViewSpec.cpp42 void SVGViewSpec::setTransform(const String& transform) function in class:WebCore::SVGViewSpec
H A DSVGViewSpec.h42 void setTransform(const String&);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFullScreenController.mm459 [rendererLayer setTransform:shrinkTransform];
463 [rendererLayer setTransform:finalTransform];
488 [rendererLayer setTransform:CATransform3DIdentity];
596 [rendererLayer setTransform:shrinkTransform];
600 [rendererLayer setTransform:finalTransform];
H A DWebHTMLView.mm3063 [[_private->layerHostingView layer] setTransform:CATransform3DMakeScale(scaleFactor, scaleFactor, 1)];
5650 [viewLayer setTransform:CATransform3DMakeScale(scaleFactor, scaleFactor, 1)];
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
H A DWebFullScreenManagerMac.mm271 [caLayer setTransform:finalTransform];
/external/webkit/Tools/QtTestBrowser/
H A Dwebview.h124 graphicsWebView()->setTransform(QTransform()
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp5639 m_style->setTransform(operations);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp644 void CanvasRenderingContext2D::setTransform(float m11, float m12, float m21, float m22, float dx, float dy) function in class:WebCore::CanvasRenderingContext2D
H A DCanvasRenderingContext2D.h122 void setTransform(float m11, float m12, float m21, float m22, float dx, float dy);
H A DCanvasRenderingContext2D.idl42 void setTransform(in float m11, in float m12, in float m21, in float m22, in float dx, in float dy);
/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp317 : PropertyWrapper<const TransformOperations&>(CSSPropertyWebkitTransform, &RenderStyle::transform, &RenderStyle::setTransform)
325 dst->setTransform(blendFunc(anim, a->transform(), b->transform(), progress));
684 gPropertyWrappers->append(new PropertyWrapper<const TransformOperations&>(CSSPropertyWebkitTransform, &RenderStyle::transform, &RenderStyle::setTransform));
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h251 virtual void setTransform(const TransformationMatrix& t) { m_transform = t; } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp368 void GraphicsLayerAndroid::setTransform(const TransformationMatrix& t) function in class:WebCore::GraphicsLayerAndroid
373 GraphicsLayer::setTransform(t);
374 m_contentLayer->setTransform(t);
388 layer->setTransform(t);
H A DGraphicsLayerAndroid.h77 virtual void setTransform(const TransformationMatrix&);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DAndroidAnimation.cpp328 layer->setTransform(transformMatrix);
H A DLayerAndroid.h134 void setTransform(const TransformationMatrix& matrix) { m_transform = matrix; } function in class:WebCore::LayerAndroid
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp409 void GraphicsLayerCA::setTransform(const TransformationMatrix& t) function in class:WebCore::GraphicsLayerCA
414 GraphicsLayer::setTransform(t);
1044 primaryLayer()->setTransform(m_transform);
1053 currLayer->setTransform(TransformationMatrix());
1055 currLayer->setTransform(m_transform);
1190 m_layer->setTransform(TransformationMatrix());
1198 currLayer->setTransform(TransformationMatrix());
1397 clonedLayerRoot->setTransform(TransformationMatrix());
1487 transformLayer->setTransform(caTransform);
1490 transformLayer->setTransform(caTransfor
[all...]
H A DGraphicsLayerCA.h78 virtual void setTransform(const TransformationMatrix&);
H A DPlatformCALayer.h130 void setTransform(const TransformationMatrix&);
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm451 void PlatformCALayer::setTransform(const TransformationMatrix& value)
454 [m_layer.get() setTransform:value];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp367 void PlatformCALayer::setTransform(const TransformationMatrix& value) function in class:PlatformCALayer
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.cpp204 void GraphicsLayerChromium::setTransform(const TransformationMatrix& transform) function in class:WebCore::GraphicsLayerChromium
209 GraphicsLayer::setTransform(transform);
537 primaryLayer()->setTransform(m_transform);
578 m_layer->setTransform(identity);
H A DGraphicsLayerChromium.h63 virtual void setTransform(const TransformationMatrix&);
H A DLayerChromium.cpp309 layer->setTransform(m_transform);
H A DLayerChromium.h132 void setTransform(const TransformationMatrix& transform) { m_transform = transform; setNeedsCommit(); } function in class:WebCore::LayerChromium

Completed in 325 milliseconds

123