Home
last modified time | relevance | path

Searched refs:numStops (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DGradient.cpp167 int numStops = m_stops.size(); in findStop() local
168 ASSERT(numStops >= 2); in findStop()
169 ASSERT(m_lastStop < numStops - 1); in findStop()
177 for (; i < numStops - 1; ++i) in findStop()
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1452 size_t numStops = stops.size(); in fillRect() local
1453 if (numStops == 1) { in fillRect()
1494 size_t numRects = (numStops - 1); in fillRect()
1505 for (size_t i = 0; i < numStops; ++i) { in fillRect()