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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGradient.h76 bool isRadial() const { return m_radial; }
77 bool isZeroSize() const { return m_p0.x() == m_p1.x() && m_p0.y() == m_p1.y() && (!m_radial || m_r0 == m_r1); }
139 bool m_radial; member in class:WebCore::Gradient

Completed in 92 milliseconds