Home
last modified time | relevance | path

Searched defs:setAnchorPoint (Results 1 – 13 of 13) sorted by relevance

/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/android/layers/
DLayer.h65 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); } in setAnchorPoint() function
/external/webkit/Source/WebCore/platform/graphics/texmap/
DGraphicsLayerTextureMapper.cpp180 void GraphicsLayerTextureMapper::setAnchorPoint(const FloatPoint3D& value) in setAnchorPoint() function in WebCore::GraphicsLayerTextureMapper
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCLayerImpl.h77 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; } in setAnchorPoint() function
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm436 void PlatformCALayer::setAnchorPoint(const FloatPoint3D& value) function
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerChromium.h78 …void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; setNeedsCommit()… in setAnchorPoint() function
DGraphicsLayerChromium.cpp186 void GraphicsLayerChromium::setAnchorPoint(const FloatPoint3D& point) in setAnchorPoint() function in WebCore::GraphicsLayerChromium
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsLayerCACF.cpp212 void GraphicsLayerCACF::setAnchorPoint(const FloatPoint3D& point) in setAnchorPoint() function in WebCore::GraphicsLayerCACF
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWin.cpp355 void PlatformCALayer::setAnchorPoint(const FloatPoint3D& value) in setAnchorPoint() function in PlatformCALayer
/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/android/
DGraphicsLayerAndroid.cpp323 void GraphicsLayerAndroid::setAnchorPoint(const FloatPoint3D& point) in setAnchorPoint() function in WebCore::GraphicsLayerAndroid
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp1091 void GraphicsLayerQt::setAnchorPoint(const FloatPoint3D& value) in setAnchorPoint() function in WebCore::GraphicsLayerQt
/external/webkit/Source/WebCore/platform/graphics/ca/
DGraphicsLayerCA.cpp391 void GraphicsLayerCA::setAnchorPoint(const FloatPoint3D& point) in setAnchorPoint() function in WebCore::GraphicsLayerCA