Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/gm/
Dglyph_pos.cpp24 GlyphPosGM(SkScalar strokeWidth, SkPaint::Style strokeStyle) in GlyphPosGM()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h120 StrokeStyle strokeStyle() const { return immutableState()->strokeData().style(); } in strokeStyle() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineTextBox.cpp667 StrokeStyle strokeStyle = SolidStroke; in textDecorationStyleToStrokeStyle() local
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp410 CanvasStyle* CanvasRenderingContext2D::strokeStyle() const in strokeStyle() function in blink::CanvasRenderingContext2D