Searched defs:strokeStyle (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dglyph_pos.cpp24 GlyphPosGM(SkScalar strokeWidth, SkPaint::Style strokeStyle) argument
26 , fStrokeStyle(strokeStyle) {
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h115 bool hasStroke() const { return strokeStyle() != NoStroke && strokeThickness() > 0; }
120 StrokeStyle strokeStyle() const { return immutableState()->strokeData().style(); } function in class:blink::GraphicsContext
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp667 StrokeStyle strokeStyle = SolidStroke; local
670 strokeStyle = SolidStroke;
673 strokeStyle = DoubleStroke;
676 strokeStyle = DottedStroke;
679 strokeStyle = DashedStroke;
682 strokeStyle = WavyStroke;
686 return strokeStyle;
770 context->adjustLineToPixelBoundaries(p1, p2, strokeThickness, context->strokeStyle());
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp410 CanvasStyle* CanvasRenderingContext2D::strokeStyle() const function in class:blink::CanvasRenderingContext2D

Completed in 1263 milliseconds