Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp285 const CGFloat dottedLine[2] = { patWidth, patWidth }; in drawLine() local
286 CGContextSetLineDash(context, patternOffset, dottedLine, 2); in drawLine()
393 const CGFloat dottedLine[2] = { patWidth, patWidth }; in strokeArc() local
394 CGContextSetLineDash(context, patternOffset, dottedLine, 2); in strokeArc()