/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GraphicsLayerChromium.cpp | 186 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()
|
D | GraphicsLayerChromium.h | 60 virtual void setAnchorPoint(const FloatPoint3D&);
|
D | LayerChromium.h | 78 …void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; setNeedsCommit()… in setAnchorPoint() function
|
D | LayerChromium.cpp | 296 layer->setAnchorPoint(m_anchorPoint); in pushPropertiesTo()
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsLayerCACF.cpp | 212 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()
|
D | GraphicsLayerCACF.h | 57 virtual void setAnchorPoint(const FloatPoint3D& inPoint);
|
/external/webkit/Source/WebCore/platform/graphics/texmap/ |
D | GraphicsLayerTextureMapper.cpp | 180 void GraphicsLayerTextureMapper::setAnchorPoint(const FloatPoint3D& value) in setAnchorPoint() function in WebCore::GraphicsLayerTextureMapper 184 GraphicsLayer::setAnchorPoint(value); in setAnchorPoint()
|
D | GraphicsLayerTextureMapper.h | 59 virtual void setAnchorPoint(const FloatPoint3D& p);
|
/external/skia/include/utils/ |
D | SkLayer.h | 45 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); } in setAnchorPoint() function
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.h | 54 virtual void setAnchorPoint(const FloatPoint3D& p);
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
D | Layer.h | 65 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); } in setAnchorPoint() function
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | PlatformCALayer.h | 127 void setAnchorPoint(const FloatPoint3D&);
|
D | GraphicsLayerCA.cpp | 391 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()
|
D | GraphicsLayerCA.h | 75 virtual void setAnchorPoint(const FloatPoint3D&);
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsLayerAndroid.h | 73 virtual void setAnchorPoint(const FloatPoint3D&);
|
D | GraphicsLayerAndroid.cpp | 323 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/ |
D | CCLayerImpl.h | 77 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; } in setAnchorPoint() function
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
D | PluginObjectMac.mm | 70 [caLayer setAnchorPoint:CGPointZero];
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
D | CACFLayerTreeHost.cpp | 155 m_rootLayer->setAnchorPoint(FloatPoint3D(0, 0, 0)); in initialize()
|
D | PlatformCALayerWin.cpp | 355 void PlatformCALayer::setAnchorPoint(const FloatPoint3D& value) in setAnchorPoint() function in PlatformCALayer
|
/external/skia/samplecode/ |
D | SampleSkLayer.cpp | 187 child->setAnchorPoint(SK_ScalarHalf, SK_ScalarHalf); in SkLayerView()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | animatable_image.mm | 57 [layer setAnchorPoint:CGPointMake(0, 1)];
|
D | base_bubble_controller.mm | 131 - (void)setAnchorPoint:(NSPoint)anchor {
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsLayer.h | 244 virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; } in setAnchorPoint() function
|
/external/webkit/Source/WebCore/platform/graphics/ca/mac/ |
D | PlatformCALayerMac.mm | 436 void PlatformCALayer::setAnchorPoint(const FloatPoint3D& value) function 439 [m_layer.get() setAnchorPoint:CGPointMake(value.x(), value.y())];
|