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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
Gradient.h 75 bool isRadial() const { return m_radial; }
76 bool isZeroSize() const { return m_p0.x() == m_p1.x() && m_p0.y() == m_p1.y() && (!m_radial || m_r0 == m_r1); }
147 bool m_radial; member in class:WebCore::Gradient
Gradient.cpp 46 : m_radial(false)
60 : m_radial(true)
79 if (m_radial)
221 parameters.radial = m_radial;
329 if (m_radial) {

Completed in 262 milliseconds