Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp309 case DottedStroke: in drawLine()
431 case DottedStroke: in strokeArc()
625 return DottedStroke; in focusRingStrokeStyle()
841 case DottedStroke: in setPlatformStrokeStyle()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp496 case DottedStroke: in getHaikuStrokeStyle()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp203 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) { in drawLine()
230 case DottedStroke: in drawLine()
349 case DottedStroke: in strokeArc()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContext.cpp464 case DottedStroke: in setupPaintStroke()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h149 DottedStroke, enumerator
DGraphicsContext.cpp724 if (penStyle == DottedStroke || penStyle == DashedStroke) { in adjustLineToPixelBoundaries()
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp76 if (p == DottedStroke) in strokeStyleToWxPenStyle()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp419 case DottedStroke: in setupPaintForStroking()
DGraphicsContextSkia.cpp584 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) { in drawLine()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp150 case DottedStroke: in toQPenStyle()
364 case DottedStroke: in drawLine()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp346 if (strokeStyle == DottedStroke) { in applyStrokeStyle()
/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp726 graphicsContext->setStrokeStyle(style == DASHED ? DashedStroke : DottedStroke); in drawLineForBoxSide()
942 graphicsContext->setStrokeStyle(style == DOTTED ? DottedStroke : DashedStroke); in drawArcForBoxSide()
DRenderBoxModelObject.cpp1471 graphicsContext->setStrokeStyle(borderStyle == DASHED ? DashedStroke : DottedStroke); in drawBoxSideFromPath()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp359 case DottedStroke: // not supported on Windows CE in createPen()