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

  /external/webkit/Source/WebCore/platform/graphics/
Gradient.h 95 bool isZeroSize() const { return m_p0.x() == m_p1.x() && m_p0.y() == m_p1.y() && (!m_radial || m_r0 == m_r1); }
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 1010 if (gradient && gradient->isZeroSize())
    [all...]

Completed in 34 milliseconds