HomeSort by relevance Sort by last modified time
    Searched defs:m_anchorPoint (Results 1 - 2 of 2) sorted by null

  /external/skia/include/utils/
SkLayer.h 41 const SkPoint& getAnchorPoint() const { return m_anchorPoint; }
52 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); }
125 SkPoint m_anchorPoint;
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.h 225 const FloatPoint3D& anchorPoint() const { return m_anchorPoint; }
226 virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
362 FloatPoint3D m_anchorPoint;

Completed in 136 milliseconds