Searched refs:NoStroke (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsTypes.h38 NoStroke, enumerator in enum:blink::StrokeStyle
H A DStrokeData.cpp45 // FIXME: do we need to set NoStroke in some cases?
78 case NoStroke:
H A DGraphicsContext.cpp597 if (strokeStyle() != NoStroke)
762 if (penStyle == NoStroke)
946 case NoStroke:
990 if (immutableState()->strokeData().style() != NoStroke
H A DGraphicsContext.h115 bool hasStroke() const { return strokeStyle() != NoStroke && strokeThickness() > 0; }
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontMac.cpp150 && gc->strokeStyle() != NoStroke
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DObjectPainter.cpp187 graphicsContext->setStrokeStyle(NoStroke);
303 graphicsContext->setStrokeStyle(NoStroke);
H A DBoxPainter.cpp1837 graphicsContext->setStrokeStyle(NoStroke);
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupContainer.cpp369 gc->setStrokeStyle(NoStroke);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumMac.mm1104 paintInfo.context->setStrokeStyle(NoStroke);

Completed in 4279 milliseconds