Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp312 case DashedStroke: in drawLine()
434 case DashedStroke: in strokeArc()
844 case DashedStroke: in setPlatformStrokeStyle()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp499 case DashedStroke: in getHaikuStrokeStyle()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp226 m_data->setStrokeStyle(DashedStroke); in drawFocusRing()
DPainterOpenVG.cpp350 } else if (strokeStyle == DashedStroke) { in applyStrokeStyle()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp203 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) { in drawLine()
233 case DashedStroke: in drawLine()
352 case DashedStroke: in strokeArc()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h150 DashedStroke enumerator
DGraphicsContext.cpp722 if (penStyle == DottedStroke || penStyle == DashedStroke) { in adjustLineToPixelBoundaries()
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp78 if (p == DashedStroke) in strokeStyleToWxPenStyle()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp416 case DashedStroke: in setupPaintForStroking()
DGraphicsContextSkia.cpp584 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) { in drawLine()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp153 case DashedStroke: in toQPenStyle()
367 case DashedStroke: in drawLine()
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp347 case DashedStroke: in setupPaintStroke()
/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.cpp360 case DashedStroke: in createPen()