Home
last modified time | relevance | path

Searched defs:stopCount (Results 1 – 3 of 3) sorted by relevance

/external/skia/experimental/Intersection/
DEdgeWalkerRectangles_Test.cpp259 size_t stopCount = sizeof(stop) / sizeof(stop[0]); in testSimplifyCoincident() local
304 size_t stopCount = sizeof(stop) / sizeof(stop[0]); in testSimplifyOverlap() local
328 size_t stopCount = sizeof(stop) / sizeof(stop[0]); in testSimplifyOverlapTiny() local
353 size_t stopCount = sizeof(stop) / sizeof(stop[0]); in testSimplifyDegenerate() local
/external/chromium_org/third_party/skia/experimental/Intersection/
DEdgeWalkerRectangles_Test.cpp259 size_t stopCount = sizeof(stop) / sizeof(stop[0]); in testSimplifyCoincident() local
304 size_t stopCount = sizeof(stop) / sizeof(stop[0]); in testSimplifyOverlap() local
328 size_t stopCount = sizeof(stop) / sizeof(stop[0]); in testSimplifyOverlapTiny() local
353 size_t stopCount = sizeof(stop) / sizeof(stop[0]); in testSimplifyDegenerate() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.h92 unsigned stopCount() const { return m_stops.size(); } in stopCount() function