Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp289 case DottedStroke: in drawLine()
412 case DottedStroke: in strokeArc()
637 setPlatformStrokeStyle(DottedStroke); in drawFocusRing()
780 case DottedStroke: in setPlatformStrokeStyle()
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp235 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) { in drawLine()
262 case DottedStroke: in drawLine()
390 case DottedStroke: in strokeArc()
/external/webkit/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp498 case DottedStroke: in getHaikuStrokeStyle()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h143 DottedStroke, enumerator
DGraphicsContext.cpp521 if (penStyle == DottedStroke || penStyle == DashedStroke) { in adjustLineToPixelBoundaries()
/external/webkit/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp382 case WebCore::DottedStroke: in setupPaintForStroking()
DGraphicsContextSkia.cpp564 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) { in drawLine()
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp77 if (p == DottedStroke) in strokeStyleToWxPenStyle()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp146 case DottedStroke: in toQPenStyle()
367 case DottedStroke: in drawLine()
/external/webkit/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp306 if (strokeStyle == DottedStroke) { in applyStrokeStyle()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp297 case DottedStroke: in setup_paint_stroke()
/external/webkit/WebCore/rendering/
DRenderObject.cpp739 graphicsContext->setStrokeStyle(style == DASHED ? DashedStroke : DottedStroke); in drawLineForBoxSide()
932 graphicsContext->setStrokeStyle(style == DOTTED ? DottedStroke : DashedStroke); in drawArcForBoxSide()
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp360 case DottedStroke: // not supported on Windows CE in createPen()