Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp176 if (style == DottedStroke || style == DashedStroke) { in adjustLineToPixelBoundaries()
233 case DashedStroke: in drawLine()
358 case DashedStroke: in strokeArc()
736 case DashedStroke: in setPlatformStrokeStyle()
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp158 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) { in drawLine()
188 case DashedStroke: in drawLine()
317 case DashedStroke: in strokeArc()
/external/webkit/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp263 case WebCore::DashedStroke: in setupPaintForStroking()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h123 DashedStroke enumerator
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp79 if (p == DashedStroke) in strokeStyleToWxPenStyle()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp147 case DashedStroke: in toQPenStyle()
432 if (penStyle == DottedStroke || penStyle == DashedStroke) { in adjustLineToPixelBoundaries()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp277 case DashedStroke: in setup_paint_stroke()
/external/webkit/WebCore/rendering/
DRenderObject.cpp760 graphicsContext->setStrokeStyle(style == DOTTED ? DottedStroke : DashedStroke); in drawBorderArc()
851 graphicsContext->setStrokeStyle(style == DASHED ? DashedStroke : DottedStroke); in drawBorder()