Home
last modified time | relevance | path

Searched refs:NoStroke (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp97 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/
DPlatformGraphicsContextSkia.cpp286 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()
DPlatformGraphicsContext.cpp456 case NoStroke: in setupPaintStroke()
DPlatformGraphicsContextRecording.cpp1010 if (m_state->strokeStyle != NoStroke) in calculateFinalBounds()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp268 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/
DFontLinux.cpp140 && gc->platformContext()->getStrokeStyle() != NoStroke in drawGlyphs()
193 && gc->platformContext()->getStrokeStyle() != NoStroke in drawComplexText()
DFontChromiumWin.cpp455 …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/
DGraphicsContextSkia.cpp481 if (strokeStyle() != NoStroke) { in drawConvexPolygon()
514 if (strokeStyle() != NoStroke) { in drawEllipse()
563 if (penStyle == NoStroke) in drawLine()
1177 if (strokeStyle() == NoStroke) { in strokeArc()
DPlatformContextSkia.cpp350 if (m_state->m_strokeStyle != NoStroke in drawRect()
413 case NoStroke: in setupPaintForStroking()
DSkiaFontWin.cpp382 && platformContext->getStrokeStyle() != NoStroke in paintSkiaText()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp167 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/
DGraphicsContextWinCE.cpp651 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/
DRenderMediaControlsChromium.cpp159 context->setStrokeStyle(NoStroke); in paintMediaSlider()
DRenderObject.cpp749 graphicsContext->setStrokeStyle(NoStroke); in drawLineForBoxSide()
869 graphicsContext->setStrokeStyle(NoStroke); in drawLineForBoxSide()
DRenderThemeSafari.cpp829 paintInfo.context->setStrokeColor(NoStroke, ColorSpaceDeviceRGB); in paintMenuListButton()
DRenderBoxModelObject.cpp1589 graphicsContext->setStrokeStyle(NoStroke); in drawBoxSideFromPath()
DRenderThemeMac.mm1108 paintInfo.context->setStrokeStyle(NoStroke);
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp144 case NoStroke: in toQPenStyle()
345 if (style == NoStroke) in drawLine()
361 case NoStroke: in drawLine()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp138 , strokeStyle(NoStroke) in PlatformPainterState()
373 && (strokeStyle == NoStroke || !strokeColor.alpha())); in strokeDisabled()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h147 NoStroke, enumerator
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp80 if (p == NoStroke) in strokeStyleToWxPenStyle()
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.cpp549 context->setStrokeStyle(NoStroke); in paintMediaSliderTrack()
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp328 context->setStrokeStyle(NoStroke); in paintButton()
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp520 gc->setStrokeStyle(NoStroke); in paintBorder()