Searched refs:setAnchorPoint (Results 1 - 25 of 29) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginObjectMac.mm70 [caLayer setAnchorPoint:CGPointZero];
/external/skia/include/utils/
H A DSkLayer.h47 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); } function in class:SkLayer
/external/skia/legacy/include/utils/
H A DSkLayer.h45 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); } function in class:SkLayer
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGraphicsLayerChromium.cpp186 void GraphicsLayerChromium::setAnchorPoint(const FloatPoint3D& point) function in class:WebCore::GraphicsLayerChromium
191 GraphicsLayer::setAnchorPoint(point);
529 primaryLayer()->setAnchorPoint(FloatPoint(m_anchorPoint.x(), m_anchorPoint.y()));
576 m_layer->setAnchorPoint(FloatPoint(0.5f, 0.5f));
657 m_contentsLayer->setAnchorPoint(FloatPoint(0, 0));
H A DGraphicsLayerChromium.h60 virtual void setAnchorPoint(const FloatPoint3D&);
H A DLayerChromium.h78 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; setNeedsCommit(); } function in class:WebCore::LayerChromium
H A DLayerChromium.cpp296 layer->setAnchorPoint(m_anchorPoint);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsLayerCACF.cpp212 void GraphicsLayerCACF::setAnchorPoint(const FloatPoint3D& point) function in class:WebCore::GraphicsLayerCACF
217 GraphicsLayer::setAnchorPoint(point);
547 primaryLayer()->setAnchorPoint(FloatPoint(m_anchorPoint.x(), m_anchorPoint.y()));
601 m_layer->setAnchorPoint(CGPointMake(0.5f, 0.5f));
731 m_contentsLayer->setAnchorPoint(CGPointMake(0.0f, 1.0f));
733 m_contentsLayer->setAnchorPoint(CGPointMake(0.0f, 0.0f));
H A DGraphicsLayerCACF.h57 virtual void setAnchorPoint(const FloatPoint3D& inPoint);
H A DMediaPlayerPrivateQuickTimeWin.cpp901 m_qtVideoLayer->setAnchorPoint(FloatPoint3D());
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayer.h65 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); } function in class:Layer
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.h54 virtual void setAnchorPoint(const FloatPoint3D& p);
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h59 virtual void setAnchorPoint(const FloatPoint3D& p);
H A DGraphicsLayerTextureMapper.cpp180 void GraphicsLayerTextureMapper::setAnchorPoint(const FloatPoint3D& value) function in class:WebCore::GraphicsLayerTextureMapper
184 GraphicsLayer::setAnchorPoint(value);
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGraphicsLayerAndroid.h73 virtual void setAnchorPoint(const FloatPoint3D&);
H A DGraphicsLayerAndroid.cpp323 void GraphicsLayerAndroid::setAnchorPoint(const FloatPoint3D& point) function in class:WebCore::GraphicsLayerAndroid
327 GraphicsLayer::setAnchorPoint(point);
328 m_contentLayer->setAnchorPoint(point.x(), point.y());
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCALayer.h127 void setAnchorPoint(const FloatPoint3D&);
H A DGraphicsLayerCA.cpp391 void GraphicsLayerCA::setAnchorPoint(const FloatPoint3D& point) function in class:WebCore::GraphicsLayerCA
396 GraphicsLayer::setAnchorPoint(point);
1029 primaryLayer()->setAnchorPoint(m_anchorPoint);
1035 currLayer->setAnchorPoint(m_anchorPoint);
1189 m_layer->setAnchorPoint(anchorPoint);
1197 currLayer->setAnchorPoint(anchorPoint);
2120 contentsLayer->setAnchorPoint(FloatPoint3D(0, 1, 0));
2122 contentsLayer->setAnchorPoint(FloatPoint3D());
2303 newLayer->setAnchorPoint(layer->anchorPoint());
H A DGraphicsLayerCA.h75 virtual void setAnchorPoint(const FloatPoint3D&);
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h77 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; } function in class:WebCore::CCLayerImpl
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DCACFLayerTreeHost.cpp155 m_rootLayer->setAnchorPoint(FloatPoint3D(0, 0, 0));
H A DPlatformCALayerWin.cpp355 void PlatformCALayer::setAnchorPoint(const FloatPoint3D& value) function in class:PlatformCALayer
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h244 virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm436 void PlatformCALayer::setAnchorPoint(const FloatPoint3D& value)
439 [m_layer.get() setAnchorPoint:CGPointMake(value.x(), value.y())];
/external/webkit/Source/WebKit/android/jni/
H A DViewStateSerializer.cpp465 layer->setAnchorPoint(stream->readScalar(), stream->readScalar());

Completed in 889 milliseconds

12