Searched refs:setLineCap (Results 1 - 18 of 18) sorted by relevance

/external/webkit/WebCore/platform/graphics/openvg/
H A DPainterOpenVG.h75 void setLineCap(LineCap);
H A DGraphicsContextOpenVG.cpp354 void GraphicsContext::setLineCap(LineCap lc) function in class:WebCore::GraphicsContext
359 m_data->setLineCap(lc);
H A DPainterOpenVG.cpp518 void PainterOpenVG::setLineCap(LineCap lineCap) function in class:WebCore::PainterOpenVG
/external/webkit/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.h116 void setLineCap(SkPaint::Cap);
H A DGraphicsContextSkia.cpp887 void GraphicsContext::setLineCap(LineCap cap) function in class:WebCore::GraphicsContext
893 platformContext()->setLineCap(SkPaint::kButt_Cap);
896 platformContext()->setLineCap(SkPaint::kRound_Cap);
899 platformContext()->setLineCap(SkPaint::kSquare_Cap);
H A DPlatformContextSkia.cpp425 void PlatformContextSkia::setLineCap(SkPaint::Cap lc) function in class:PlatformContextSkia
/external/webkit/WebCore/html/canvas/
H A DCanvasRenderingContext2D.idl95 void setLineCap(in DOMString cap);
H A DCanvasRenderingContext2D.h76 void setLineCap(const String&);
H A DCanvasRenderingContext2D.cpp84 c->setLineCap(m_canvasContext->getLineCap());
226 void CanvasRenderingContext2D::setLineCap(const String& s) function in class:WebCore::CanvasRenderingContext2D
235 c->setLineCap(cap);
/external/webkit/WebCore/svg/graphics/
H A DSVGPaintServer.cpp157 context->setLineCap(style->svgStyle()->capStyle());
/external/webkit/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp289 void GraphicsContext::setLineCap(LineCap lineCap) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/
H A DGraphicsContext.h308 void setLineCap(LineCap);
/external/webkit/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp549 void GraphicsContext::setLineCap(LineCap) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/android/
H A DGraphicsContextAndroid.cpp955 void GraphicsContext::setLineCap(LineCap cap) function in class:WebCore::GraphicsContext
968 SkDEBUGF(("GraphicsContext::setLineCap: unknown LineCap %d\n", cap));
/external/webkit/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp875 void GraphicsContext::setLineCap(LineCap cap) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp936 void GraphicsContext::setLineCap(LineCap lineCap) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp858 void GraphicsContext::setLineCap(LineCap lc) function in class:WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/wince/
H A DGraphicsContextWince.cpp1186 void GraphicsContext::setLineCap(LineCap lineCap) function in class:WebCore::GraphicsContext

Completed in 1046 milliseconds