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

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

Completed in 69 milliseconds