Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DStrokeData.cpp79 case DashedStroke: in setupPaint()
DGraphicsTypes.h40 DashedStroke, enumerator
DGraphicsContext.cpp772 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) { in drawLine()
955 case DashedStroke: in drawLineForText()
1706 if (penStyle == DottedStroke || penStyle == DashedStroke) { in adjustLineToPixelBoundaries()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp901 strokeStyle = DashedStroke; in textDecorationStyleToStrokeStyle()
DRenderObject.cpp968 graphicsContext->setStrokeStyle(style == DASHED ? DashedStroke : DottedStroke); in drawDashedOrDottedBoxSide()
DRenderBoxModelObject.cpp1920 graphicsContext->setStrokeStyle(borderStyle == DASHED ? DashedStroke : DottedStroke); in drawBoxSideFromPath()