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

/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp499 case DashedStroke:
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp226 m_data->setStrokeStyle(DashedStroke);
H A DPainterOpenVG.cpp350 } else if (strokeStyle == DashedStroke) {
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp312 case DashedStroke:
434 case DashedStroke:
844 case DashedStroke:
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp203 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) {
233 case DashedStroke:
352 case DashedStroke:
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp440 case DashedStroke:
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h150 DashedStroke enumerator in enum:WebCore::StrokeStyle
H A DGraphicsContext.cpp724 if (penStyle == DottedStroke || penStyle == DashedStroke) {
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp78 if (p == DashedStroke)
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp153 case DashedStroke:
367 case DashedStroke:
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp584 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) {
H A DPlatformContextSkia.cpp416 case DashedStroke:
/external/webkit/Source/WebCore/rendering/
H A DRenderObject.cpp726 graphicsContext->setStrokeStyle(style == DASHED ? DashedStroke : DottedStroke);
942 graphicsContext->setStrokeStyle(style == DOTTED ? DottedStroke : DashedStroke);
H A DRenderBoxModelObject.cpp1471 graphicsContext->setStrokeStyle(borderStyle == DASHED ? DashedStroke : DottedStroke);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp360 case DashedStroke:

Completed in 161 milliseconds