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

/external/webkit/Source/WebCore/platform/graphics/
H A DGradient.h95 bool isZeroSize() const { return m_p0.x() == m_p1.x() && m_p0.y() == m_p1.y() && (!m_radial || m_r0 == m_r1); }
97 const FloatPoint& p0() const { return m_p0; }
100 void setP0(const FloatPoint& p) { m_p0 = p; }
157 FloatPoint m_p0; member in class:WebCore::Gradient

Completed in 39 milliseconds