/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 97 if (strokeStyle() != NoStroke) in drawRect() 107 if (strokeStyle() == NoStroke) in drawLine() 120 if (strokeStyle() != NoStroke) in drawEllipse() 147 if (strokeStyle() != NoStroke) in drawConvexPolygon()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContextSkia.cpp | 286 if (m_state->strokeStyle != NoStroke) { in drawConvexPolygon() 303 if (m_state->strokeStyle != NoStroke) { in drawEllipse() 361 if (style == NoStroke) in drawLine() 469 if (m_state->strokeStyle != NoStroke && (m_state->strokeColor & 0xFF000000)) { in drawRect() 574 if (m_state->strokeStyle == NoStroke) { in strokeArc()
|
D | PlatformGraphicsContext.cpp | 456 case NoStroke: in setupPaintStroke()
|
D | PlatformGraphicsContextRecording.cpp | 1010 if (m_state->strokeStyle != NoStroke) in calculateFinalBounds()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 268 if (strokeStyle() != NoStroke) { in drawRect() 287 if (style == NoStroke) in drawLine() 306 case NoStroke: in drawLine() 391 if (strokeStyle() != NoStroke) { in drawEllipse() 401 if (paintingDisabled() || strokeStyle() == NoStroke) in strokeArc() 505 if (strokeStyle() != NoStroke) { in drawConvexPolygon() 834 case NoStroke: in setPlatformStrokeStyle()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontLinux.cpp | 140 && gc->platformContext()->getStrokeStyle() != NoStroke in drawGlyphs() 193 && gc->platformContext()->getStrokeStyle() != NoStroke in drawComplexText()
|
D | FontChromiumWin.cpp | 455 …if (!alpha && graphicsContext->platformContext()->getStrokeStyle() == NoStroke && !graphicsContext… in drawGlyphs() 492 if (!alpha && graphicsContext->platformContext()->getStrokeStyle() == NoStroke) in drawComplexText()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 481 if (strokeStyle() != NoStroke) { in drawConvexPolygon() 514 if (strokeStyle() != NoStroke) { in drawEllipse() 563 if (penStyle == NoStroke) in drawLine() 1177 if (strokeStyle() == NoStroke) { in strokeArc()
|
D | PlatformContextSkia.cpp | 350 if (m_state->m_strokeStyle != NoStroke in drawRect() 413 case NoStroke: in setupPaintForStroking()
|
D | SkiaFontWin.cpp | 382 && platformContext->getStrokeStyle() != NoStroke in paintSkiaText()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 167 if (strokeStyle() != NoStroke) { in drawRect() 190 if (strokeStyle() == NoStroke) in drawLine() 227 case NoStroke: in drawLine() 316 if (paintingDisabled() || strokeStyle() == NoStroke || strokeThickness() <= 0.0f) in strokeArc() 487 …bool shouldStroke = state.strokePattern || (state.strokeStyle != NoStroke && state.strokeColor.alp… in calculateDrawingMode()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 651 if (strokeStyle() != NoStroke) { in drawRect() 672 …if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke || !strokeColor().alpha(… in drawLine() 702 …f (!m_data->m_opacity || paintingDisabled() || (!fillColor().alpha() && strokeStyle() == NoStroke)) in drawEllipse() 726 if (strokeStyle() != NoStroke) { in drawEllipse() 784 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke || rect.isEmpty()) in strokeArc() 908 if (strokeStyle() != NoStroke) { in drawConvexPolygon() 1082 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke) in strokeRect()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderMediaControlsChromium.cpp | 159 context->setStrokeStyle(NoStroke); in paintMediaSlider()
|
D | RenderObject.cpp | 749 graphicsContext->setStrokeStyle(NoStroke); in drawLineForBoxSide() 869 graphicsContext->setStrokeStyle(NoStroke); in drawLineForBoxSide()
|
D | RenderThemeSafari.cpp | 829 paintInfo.context->setStrokeColor(NoStroke, ColorSpaceDeviceRGB); in paintMenuListButton()
|
D | RenderBoxModelObject.cpp | 1589 graphicsContext->setStrokeStyle(NoStroke); in drawBoxSideFromPath()
|
D | RenderThemeMac.mm | 1108 paintInfo.context->setStrokeStyle(NoStroke);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 144 case NoStroke: in toQPenStyle() 345 if (style == NoStroke) in drawLine() 361 case NoStroke: in drawLine()
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | PainterOpenVG.cpp | 138 , strokeStyle(NoStroke) in PlatformPainterState() 373 && (strokeStyle == NoStroke || !strokeColor.alpha())); in strokeDisabled()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 147 NoStroke, enumerator
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 80 if (p == NoStroke) in strokeStyleToWxPenStyle()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | RenderThemeGtk.cpp | 549 context->setStrokeStyle(NoStroke); in paintMediaSliderTrack()
|
/external/webkit/Source/WebCore/platform/android/ |
D | RenderThemeAndroid.cpp | 328 context->setStrokeStyle(NoStroke); in paintButton()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PopupMenuChromium.cpp | 520 gc->setStrokeStyle(NoStroke); in paintBorder()
|