Searched defs:setTransform (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebCore/svg/
H A DSVGViewSpec.cpp46 void SVGViewSpec::setTransform(const String& transform) function in class:WebCore::SVGViewSpec
/external/webkit/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp232 void GraphicsLayerCACF::setTransform(const TransformationMatrix& t) function in class:WebCore::GraphicsLayerCACF
237 GraphicsLayer::setTransform(t);
510 primaryLayer()->setTransform(transform);
556 m_layer->setTransform(wkqcCATransform3DIdentity());
695 m_contentsLayer->setTransform(flipper);
H A DWKCACFLayer.h220 void setTransform(const CATransform3D& transform) { CACFLayerSetTransform(layer(), transform); setNeedsCommit(); } function in class:WebCore::WKCACFLayer
/external/proguard/src/proguard/gui/splash/
H A DOverrideGraphics2D.java569 public void setTransform(AffineTransform Tx) method in class:OverrideGraphics2D
571 graphics.setTransform(Tx);
/external/webkit/WebCore/platform/graphics/
H A DGraphicsLayer.h233 virtual void setTransform(const TransformationMatrix& t) { m_transform = t; } function in class:WebCore::GraphicsLayer
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.cpp290 void GraphicsLayerAndroid::setTransform(const TransformationMatrix& t) function in class:WebCore::GraphicsLayerAndroid
294 LOG("(%x) setTransform, translate (%.2f, %.2f), mpos(%.2f,%.2f)",
316 layer->setTransform(t);
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp442 void CanvasRenderingContext2D::setTransform(float m11, float m12, float m21, float m22, float dx, float dy) function in class:WebCore::CanvasRenderingContext2D
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp291 setTransform(QTransform::fromTranslate(x, y));
292 setTransform(transform, true);
695 void GraphicsLayerQt::setTransform(const TransformationMatrix& t) function in class:WebCore::GraphicsLayerQt
699 GraphicsLayer::setTransform(t);
/external/webkit/WebCore/rendering/
H A DRenderBoxModelObject.cpp75 void setTransform(const AffineTransform& transform) { m_transform = transform; } function in class:WebCore::RenderBoxModelScaleData
170 data->setTransform(currentTransform);
/external/webkit/WebCore/rendering/style/
H A DRenderStyle.h993 void setTransform(const TransformOperations& ops) { SET_VAR(rareNonInheritedData.access()->m_transform, m_operations, ops); } function in class:WebCore::RenderStyle
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/SwingUtil.class SwingUtil.java package proguard ...

Completed in 128 milliseconds