Searched defs:m_anchorPoint (Results 1 - 5 of 5) sorted by relevance

/external/skia/include/utils/
H A DSkLayer.h34 const SkPoint& getAnchorPoint() const { return m_anchorPoint; }
45 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); }
118 SkPoint m_anchorPoint; member in class:SkLayer
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayer.h53 const SkPoint& getAnchorPoint() const { return m_anchorPoint; }
65 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); }
176 SkPoint m_anchorPoint; member in class:Layer
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h77 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; }
78 const FloatPoint& anchorPoint() const { return m_anchorPoint; }
152 FloatPoint m_anchorPoint; member in class:WebCore::CCLayerImpl
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.h78 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; setNeedsCommit(); }
79 FloatPoint anchorPoint() const { return m_anchorPoint; }
252 FloatPoint m_anchorPoint; member in class:WebCore::LayerChromium
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h243 const FloatPoint3D& anchorPoint() const { return m_anchorPoint; }
244 virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
393 FloatPoint3D m_anchorPoint; member in class:WebCore::GraphicsLayer

Completed in 1512 milliseconds