Home
last modified time | relevance | path

Searched refs:setLineDash (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DStrokeData.cpp38 void StrokeData::setLineDash(const DashArray& dashes, float dashOffset) in setLineDash() function in WebCore::StrokeData
DStrokeData.h84 void setLineDash(const DashArray&, const float);
DGraphicsContext.h116 …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/
DSVGRenderSupport.cpp374 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/
DCanvasRenderingContext2D.h92 void setLineDash(const Vector<float>&);
DCanvasRenderingContext2D.idl57 void setLineDash(sequence<float> dash);
DCanvasRenderingContext2D.cpp485 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/
DGraphicsContextTest.cpp983 context.setLineDash(dashArray, 0); in TEST()
1029 context.setLineDash(dashArray, 0); in TEST()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScriptCanvasModuleSource.js3158 if (ctx.setLineDash)
3159 ctx.setLineDash(/** @type {Array.<number>} */ (state[attribute]));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBoxModelObject.cpp1943 graphicsContext->setLineDash(lineDash, dashLength); in drawBoxSideFromPath()