Searched refs:setLineDash (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | StrokeData.cpp | 38 void StrokeData::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash() function in WebCore::StrokeData
|
D | StrokeData.h | 84 void setLineDash(const DashArray&, const float);
|
D | GraphicsContext.h | 116 …void setLineDash(const DashArray& dashes, float dashOffset) { m_state->m_strokeData.setLineDash(da… in setLineDash() function
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGRenderSupport.cpp | 374 context->setLineDash(dashArray, svgStyle->strokeDashOffset().value(lengthContext)); in applyStrokeStyleToContext() 403 strokeData->setLineDash(dashArray, svgStyle->strokeDashOffset().value(lengthContext)); in applyStrokeStyleToStrokeData()
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasRenderingContext2D.h | 92 void setLineDash(const Vector<float>&);
|
D | CanvasRenderingContext2D.idl | 57 void setLineDash(sequence<float> dash);
|
D | CanvasRenderingContext2D.cpp | 485 void CanvasRenderingContext2D::setLineDash(const Vector<float>& dash) in setLineDash() function in WebCore::CanvasRenderingContext2D 544 c->setLineDash(convertedLineDash, state().m_lineDashOffset); in applyLineDash() 1008 strokeData.setLineDash(getLineDash(), lineDashOffset()); in isPointInStroke()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | GraphicsContextTest.cpp | 983 context.setLineDash(dashArray, 0); in TEST() 1029 context.setLineDash(dashArray, 0); in TEST()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InjectedScriptCanvasModuleSource.js | 3158 if (ctx.setLineDash) 3159 ctx.setLineDash(/** @type {Array.<number>} */ (state[attribute]));
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBoxModelObject.cpp | 1943 graphicsContext->setLineDash(lineDash, dashLength); in drawBoxSideFromPath()
|