Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DStrokeData.cpp87 case DottedStroke: in setupPaintDashPathEffect()
DGraphicsTypes.h39 DottedStroke, enumerator
DGraphicsContext.cpp698 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) { in drawLine()
884 case DottedStroke: in drawLineForText()
1603 if (penStyle == DottedStroke || penStyle == DashedStroke) { in adjustLineToPixelBoundaries()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp906 strokeStyle = DottedStroke; in textDecorationStyleToStrokeStyle()
DRenderObject.cpp1027 graphicsContext->setStrokeStyle(style == DASHED ? DashedStroke : DottedStroke); in drawDashedOrDottedBoxSide()
DRenderBoxModelObject.cpp1939 graphicsContext->setStrokeStyle(borderStyle == DASHED ? DashedStroke : DottedStroke); in drawBoxSideFromPath()