Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp157 if (strokeStyle() != NoStroke) { in drawRect()
208 if (style == NoStroke) in drawLine()
227 case NoStroke: in drawLine()
314 if (strokeStyle() != NoStroke) { in drawEllipse()
325 if (paintingDisabled() || strokeStyle() == NoStroke) in strokeArc()
432 if (strokeStyle() != NoStroke) { in drawConvexPolygon()
726 case NoStroke: in setPlatformStrokeStyle()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp273 case NoStroke: in setup_paint_stroke()
412 if (strokeStyle() != NoStroke && strokeColor().alpha()) { in drawRect()
426 if (style == NoStroke) in drawLine()
557 if (strokeStyle() != NoStroke) { in drawEllipse()
586 if (strokeStyle() == NoStroke) { in strokeArc()
630 if (strokeStyle() != NoStroke) { in drawConvexPolygon()
1093 if (paintingDisabled() || !path || strokeStyle() == NoStroke) in strokePath()
/external/webkit/WebCore/platform/graphics/chromium/
DFontChromiumWin.cpp143 && platformContext->getStrokeStyle() != NoStroke in paintSkiaText()
185 if (!alpha && context->getStrokeStyle() == NoStroke) in drawGlyphs()
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp122 if (strokeStyle() != NoStroke && strokeColor().alpha()) { in drawRect()
145 if (strokeStyle() == NoStroke || !strokeColor().alpha()) in drawLine()
182 case NoStroke: in drawLine()
280 …if (paintingDisabled() || strokeStyle() == NoStroke || strokeThickness() <= 0.0f || !strokeColor()… in strokeArc()
369 …aintingDisabled() || !fillColor().alpha() && (strokeThickness() <= 0 || strokeStyle() == NoStroke)) in drawConvexPolygon()
429 … = state.strokeColorSpace == PatternColorSpace || (state.strokeStyle != NoStroke && state.strokeCo… in calculateDrawingMode()
/external/webkit/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp201 if (m_state->m_strokeStyle != WebCore::NoStroke && in drawRect()
260 case WebCore::NoStroke: in setupPaintForStroking()
DGraphicsContextSkia.cpp461 if (strokeStyle() != NoStroke) { in drawConvexPolygon()
484 if (strokeStyle() != NoStroke) { in drawEllipse()
528 if (penStyle == NoStroke) in drawLine()
1028 if (strokeStyle() == NoStroke) { in strokeArc()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h120 NoStroke, enumerator
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp81 if (p == NoStroke) in strokeStyleToWxPenStyle()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp138 case NoStroke: in toQPenStyle()
496 …if (paintingDisabled() || strokeStyle() == NoStroke || strokeThickness() <= 0.0f || !strokeColor()… in strokeArc()
/external/webkit/WebCore/platform/chromium/
DPopupMenuChromium.cpp455 gc->setStrokeStyle(NoStroke); in paintBorder()
/external/webkit/WebCore/rendering/
DRenderThemeSafari.cpp790 paintInfo.context->setStrokeColor(NoStroke); in paintMenuListButton()
DRenderObject.cpp869 graphicsContext->setStrokeStyle(NoStroke); in drawBorder()
982 graphicsContext->setStrokeStyle(NoStroke); in drawBorder()
DRenderThemeMac.mm893 paintInfo.context->setStrokeStyle(NoStroke);
DRenderThemeChromiumMac.mm1253 paintInfo.context->setStrokeStyle(NoStroke);