HomeSort by relevance Sort by last modified time
    Searched full:m_anchorpoint (Results 1 - 7 of 7) sorted by null

  /external/skia/src/utils/
SkLayer.cpp 18 m_anchorPoint.set(SK_ScalarHalf, SK_ScalarHalf);
35 m_anchorPoint = src.m_anchorPoint;
137 SkScalar tx = SkScalarMul(m_anchorPoint.fX, m_size.width());
138 SkScalar ty = SkScalarMul(m_anchorPoint.fY, m_size.height());
  /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/win/
GraphicsLayerCACF.cpp 216 if (point == m_anchorPoint)
474 CGPoint posPoint = CGPointMake(m_position.x() + m_anchorPoint.x() * m_size.width(),
475 m_position.y() + m_anchorPoint.y() * m_size.height());
501 primaryLayer()->setAnchorPoint(FloatPoint(m_anchorPoint.x(), m_anchorPoint.y()));
502 primaryLayer()->setAnchorPointZ(m_anchorPoint.z());
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.cpp 60 , m_anchorPoint(0.5f, 0.5f, 0)
407 ts << "(anchor " << m_anchorPoint.x() << " " << m_anchorPoint.y() << ")\n";
GraphicsLayer.h 225 const FloatPoint3D& anchorPoint() const { return m_anchorPoint; }
226 virtual void setAnchorPoint(const FloatPoint3D& p) { m_anchorPoint = p; }
362 FloatPoint3D m_anchorPoint;
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 527 if (point == m_anchorPoint)
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 266 m_anchorPoint.x(), m_anchorPoint.y(), m_size.width(), m_size.height());

Completed in 219 milliseconds