Searched defs:setAnchorPoint (Results 1 - 12 of 12) sorted by relevance

/external/skia/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/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/texmap/
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/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/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 DLayerChromium.h78 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; setNeedsCommit(); } function in class:WebCore::LayerChromium
/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));
/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/win/
H A DPlatformCALayerWin.cpp355 void PlatformCALayer::setAnchorPoint(const FloatPoint3D& value) function in class:PlatformCALayer
/external/webkit/Source/WebCore/platform/graphics/android/
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 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());
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp1091 void GraphicsLayerQt::setAnchorPoint(const FloatPoint3D& value) function in class:WebCore::GraphicsLayerQt
1095 GraphicsLayer::setAnchorPoint(value);

Completed in 130 milliseconds