Searched refs:DottedStroke (Results 1 – 14 of 14) sorted by relevance
309 case DottedStroke: in drawLine()431 case DottedStroke: in strokeArc()625 return DottedStroke; in focusRingStrokeStyle()841 case DottedStroke: in setPlatformStrokeStyle()
496 case DottedStroke: in getHaikuStrokeStyle()
203 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) { in drawLine()230 case DottedStroke: in drawLine()349 case DottedStroke: in strokeArc()
464 case DottedStroke: in setupPaintStroke()
149 DottedStroke, enumerator
724 if (penStyle == DottedStroke || penStyle == DashedStroke) { in adjustLineToPixelBoundaries()
76 if (p == DottedStroke) in strokeStyleToWxPenStyle()
419 case DottedStroke: in setupPaintForStroking()
584 if (strokeStyle() == DottedStroke || strokeStyle() == DashedStroke) { in drawLine()
150 case DottedStroke: in toQPenStyle()364 case DottedStroke: in drawLine()
346 if (strokeStyle == DottedStroke) { in applyStrokeStyle()
726 graphicsContext->setStrokeStyle(style == DASHED ? DashedStroke : DottedStroke); in drawLineForBoxSide()942 graphicsContext->setStrokeStyle(style == DOTTED ? DottedStroke : DashedStroke); in drawArcForBoxSide()
1471 graphicsContext->setStrokeStyle(borderStyle == DASHED ? DashedStroke : DottedStroke); in drawBoxSideFromPath()
359 case DottedStroke: // not supported on Windows CE in createPen()