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

  /external/webkit/WebCore/platform/graphics/
Gradient.cpp 167 int numStops = m_stops.size();
168 ASSERT(numStops >= 2);
169 ASSERT(m_lastStop < numStops - 1);
177 for (; i < numStops - 1; ++i)
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp     [all...]

Completed in 128 milliseconds