/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/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/texmap/ |
D | GraphicsLayerTextureMapper.cpp | 180 void GraphicsLayerTextureMapper::setAnchorPoint(const FloatPoint3D& value) in setAnchorPoint() function in WebCore::GraphicsLayerTextureMapper
|
/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/Source/WebCore/platform/graphics/ca/mac/ |
D | PlatformCALayerMac.mm | 436 void PlatformCALayer::setAnchorPoint(const FloatPoint3D& value) function
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | LayerChromium.h | 78 …void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; setNeedsCommit()… in setAnchorPoint() function
|
D | GraphicsLayerChromium.cpp | 186 void GraphicsLayerChromium::setAnchorPoint(const FloatPoint3D& point) in setAnchorPoint() function in WebCore::GraphicsLayerChromium
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
D | GraphicsLayerCACF.cpp | 212 void GraphicsLayerCACF::setAnchorPoint(const FloatPoint3D& point) in setAnchorPoint() function in WebCore::GraphicsLayerCACF
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
D | PlatformCALayerWin.cpp | 355 void PlatformCALayer::setAnchorPoint(const FloatPoint3D& value) in setAnchorPoint() function in PlatformCALayer
|
/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/android/ |
D | GraphicsLayerAndroid.cpp | 323 void GraphicsLayerAndroid::setAnchorPoint(const FloatPoint3D& point) in setAnchorPoint() function in WebCore::GraphicsLayerAndroid
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsLayerQt.cpp | 1091 void GraphicsLayerQt::setAnchorPoint(const FloatPoint3D& value) in setAnchorPoint() function in WebCore::GraphicsLayerQt
|
/external/webkit/Source/WebCore/platform/graphics/ca/ |
D | GraphicsLayerCA.cpp | 391 void GraphicsLayerCA::setAnchorPoint(const FloatPoint3D& point) in setAnchorPoint() function in WebCore::GraphicsLayerCA
|