Searched refs:setTransform (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebIndicateLayer.mm61 [self setTransform:CATransform3DMakeScale(documentScale, documentScale, 1.0)];
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp233 void GraphicsLayerTextureMapper::setTransform(const TransformationMatrix& value) function in class:WebCore::GraphicsLayerTextureMapper
238 GraphicsLayer::setTransform(value);
508 m_layer->setTransform(transform());
H A DGraphicsLayerTextureMapper.h57 virtual void setTransform(const TransformationMatrix& t);
H A DTextureMapperLayer.h87 void setTransform(const TransformationMatrix&);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/win/
H A DPlatformCALayerWin.h74 virtual void setTransform(const TransformationMatrix&) override;
H A DPlatformCALayerWin.cpp177 newLayer->setTransform(transform());
403 void PlatformCALayerWin::setTransform(const TransformationMatrix& value) function in class:PlatformCALayerWin
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DViewGestureControllerMac.mm633 [m_swipeLayer setTransform:CATransform3DMakeTranslation(width + swipingLayerOffset, 0, 0)];
637 [m_swipeLayer setTransform:CATransform3DMakeTranslation((direction == SwipeDirection::Left ? -width : width) + swipingLayerOffset, 0, 0)];
642 [layer setTransform:CATransform3DMakeTranslation(swipingLayerOffset, 0, 0)];
644 [layer setTransform:CATransform3DMakeTranslation(swipingLayerOffset, 0, 0)];
791 [layer setTransform:CATransform3DIdentity];
H A DRemoteLayerTreeDrawingAreaProxy.mm313 [m_tileMapHostLayer setTransform:CATransform3DMakeScale(scale, scale, 1)];
/macosx-10.10/ICU-531.30/icuSources/tools/gendict/
H A Dgendict.cpp207 void setTransform(const char *t) { function in class:DataDict
360 dict.setTransform(options[ARG_TRANSFORM].value);
/macosx-10.10/WebKit-7600.1.25/mac/WebInspector/
H A DWebNodeHighlight.mm69 [self setTransform:CATransform3DMakeScale(documentScale, documentScale, 1.0)];
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/
H A DPlatformCALayer.h147 virtual void setTransform(const TransformationMatrix&) = 0;
H A DGraphicsLayerCA.cpp532 void GraphicsLayerCA::setTransform(const TransformationMatrix& t) function in class:WebCore::GraphicsLayerCA
537 GraphicsLayer::setTransform(t);
1552 primaryLayer()->setTransform(m_transform);
1561 currLayer->setTransform(TransformationMatrix());
1563 currLayer->setTransform(m_transform);
1755 m_layer->setTransform(TransformationMatrix());
1763 currLayer->setTransform(TransformationMatrix());
2105 clonedLayerRoot->setTransform(TransformationMatrix());
2210 transformLayer->setTransform(caTransform);
2213 transformLayer->setTransform(caTransfor
[all...]
H A DGraphicsLayerCA.h87 virtual void setTransform(const TransformationMatrix&) override;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/ca/mac/
H A DPlatformCALayerMac.h83 virtual void setTransform(const TransformationMatrix&) override;
H A DPlatformCALayerMac.mm290 newLayer->setTransform(transform());
526 void PlatformCALayerMac::setTransform(const TransformationMatrix& value)
529 [m_layer.get() setTransform:value];
/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.h78 virtual void setTransform(const TransformationMatrix&) override;
H A DCoordinatedGraphicsLayer.cpp230 void CoordinatedGraphicsLayer::setTransform(const TransformationMatrix& t) function in class:WebCore::CoordinatedGraphicsLayer
235 GraphicsLayer::setTransform(t);
H A DCoordinatedGraphicsScene.cpp98 currentRootLayer->setTransform(matrix);
254 layer->setTransform(layerState.transform);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemote.h88 virtual void setTransform(const WebCore::TransformationMatrix&) override;
H A DPlatformCALayerRemote.cpp122 clone.setTransform(*m_properties.transform);
461 void PlatformCALayerRemote::setTransform(const TransformationMatrix& value) function in class:WebKit::PlatformCALayerRemote
H A DTiledCoreAnimationDrawingArea.mm562 zoomLayer->setTransform(transform);
680 layerForTransientZoom()->setTransform(finalTransform);
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasRenderingContext2D.h116 void setTransform(float m11, float m12, float m21, float m22, float dx, float dy);
H A DCanvasRenderingContext2D.idl38 void setTransform(unrestricted float m11, unrestricted float m12, unrestricted float m21, unrestricted float m22,
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOFramebufferPrivate.h219 void setTransform( UInt64 newTransform, bool generateChange );
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsLayer.h314 virtual void setTransform(const TransformationMatrix& t) { m_transform = t; } function in class:WebCore::GraphicsLayer

Completed in 294 milliseconds

12