Home
last modified time | relevance | path

Searched refs:setAnchorPoint (Results 1 – 25 of 37) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/chromium/
DGraphicsLayerChromium.cpp186 void GraphicsLayerChromium::setAnchorPoint(const FloatPoint3D& point) in setAnchorPoint() function in WebCore::GraphicsLayerChromium
191 GraphicsLayer::setAnchorPoint(point); in setAnchorPoint()
529 primaryLayer()->setAnchorPoint(FloatPoint(m_anchorPoint.x(), m_anchorPoint.y())); in updateAnchorPoint()
576 m_layer->setAnchorPoint(FloatPoint(0.5f, 0.5f)); in updateLayerPreserves3D()
657 m_contentsLayer->setAnchorPoint(FloatPoint(0, 0)); in setupContentsLayer()
DGraphicsLayerChromium.h60 virtual void setAnchorPoint(const FloatPoint3D&);
DLayerChromium.h78 …void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; setNeedsCommit()… in setAnchorPoint() function
DLayerChromium.cpp296 layer->setAnchorPoint(m_anchorPoint); in pushPropertiesTo()
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.cpp212 void GraphicsLayerCACF::setAnchorPoint(const FloatPoint3D& point) in setAnchorPoint() function in WebCore::GraphicsLayerCACF
217 GraphicsLayer::setAnchorPoint(point); in setAnchorPoint()
547 primaryLayer()->setAnchorPoint(FloatPoint(m_anchorPoint.x(), m_anchorPoint.y())); in updateAnchorPoint()
601 m_layer->setAnchorPoint(CGPointMake(0.5f, 0.5f)); in updateLayerPreserves3D()
731 m_contentsLayer->setAnchorPoint(CGPointMake(0.0f, 1.0f)); in setupContentsLayer()
733 m_contentsLayer->setAnchorPoint(CGPointMake(0.0f, 0.0f)); in setupContentsLayer()
DGraphicsLayerCACF.h57 virtual void setAnchorPoint(const FloatPoint3D& inPoint);
/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.cpp180 void GraphicsLayerTextureMapper::setAnchorPoint(const FloatPoint3D& value) in setAnchorPoint() function in WebCore::GraphicsLayerTextureMapper
184 GraphicsLayer::setAnchorPoint(value); in setAnchorPoint()
DGraphicsLayerTextureMapper.h59 virtual void setAnchorPoint(const FloatPoint3D& p);
/external/skia/include/utils/
DSkLayer.h45 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); } in setAnchorPoint() function
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.h54 virtual void setAnchorPoint(const FloatPoint3D& p);
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayer.h65 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); } in setAnchorPoint() function
/external/webkit/Source/WebCore/platform/graphics/ca/
DPlatformCALayer.h127 void setAnchorPoint(const FloatPoint3D&);
DGraphicsLayerCA.cpp391 void GraphicsLayerCA::setAnchorPoint(const FloatPoint3D& point) in setAnchorPoint() function in WebCore::GraphicsLayerCA
396 GraphicsLayer::setAnchorPoint(point); in setAnchorPoint()
1029 primaryLayer()->setAnchorPoint(m_anchorPoint); in updateAnchorPoint()
1035 currLayer->setAnchorPoint(m_anchorPoint); in updateAnchorPoint()
1189 m_layer->setAnchorPoint(anchorPoint); in ensureStructuralLayer()
1197 currLayer->setAnchorPoint(anchorPoint); in ensureStructuralLayer()
2120 contentsLayer->setAnchorPoint(FloatPoint3D(0, 1, 0)); in setupContentsLayer()
2122 contentsLayer->setAnchorPoint(FloatPoint3D()); in setupContentsLayer()
2303 newLayer->setAnchorPoint(layer->anchorPoint()); in cloneLayer()
DGraphicsLayerCA.h75 virtual void setAnchorPoint(const FloatPoint3D&);
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsLayerAndroid.h73 virtual void setAnchorPoint(const FloatPoint3D&);
DGraphicsLayerAndroid.cpp323 void GraphicsLayerAndroid::setAnchorPoint(const FloatPoint3D& point) in setAnchorPoint() function in WebCore::GraphicsLayerAndroid
327 GraphicsLayer::setAnchorPoint(point); in setAnchorPoint()
328 m_contentLayer->setAnchorPoint(point.x(), point.y()); in setAnchorPoint()
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCLayerImpl.h77 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; } in setAnchorPoint() function
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginObjectMac.mm70 [caLayer setAnchorPoint:CGPointZero];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DCACFLayerTreeHost.cpp155 m_rootLayer->setAnchorPoint(FloatPoint3D(0, 0, 0)); in initialize()
DPlatformCALayerWin.cpp355 void PlatformCALayer::setAnchorPoint(const FloatPoint3D& value) in setAnchorPoint() function in PlatformCALayer
/external/skia/samplecode/
DSampleSkLayer.cpp187 child->setAnchorPoint(SK_ScalarHalf, SK_ScalarHalf); in SkLayerView()
/external/chromium/chrome/browser/ui/cocoa/
Danimatable_image.mm57 [layer setAnchorPoint:CGPointMake(0, 1)];
Dbase_bubble_controller.mm131 - (void)setAnchorPoint:(NSPoint)anchor {
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h244 virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; } in setAnchorPoint() function
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm436 void PlatformCALayer::setAnchorPoint(const FloatPoint3D& value) function
439 [m_layer.get() setAnchorPoint:CGPointMake(value.x(), value.y())];

12