Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp390 int numDashes = distance / dashLength; in setupPaintForStroking() local
393 if (numDashes % 2 == 0) { in setupPaintForStroking()