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

12

/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPainterOpenVG.h84 void setLineCap(LineCap);
H A DGraphicsContextOpenVG.cpp327 void GraphicsContext::setLineCap(LineCap lc) function in class:WebCore::GraphicsContext
332 m_data->setLineCap(lc);
H A DPainterOpenVG.cpp596 void PainterOpenVG::setLineCap(LineCap lineCap) function in class:WebCore::PainterOpenVG
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.h119 void setLineCap(SkPaint::Cap);
H A DGraphicsContextSkia.cpp922 void GraphicsContext::setLineCap(LineCap cap) function in class:WebCore::GraphicsContext
928 platformContext()->setLineCap(SkPaint::kButt_Cap);
931 platformContext()->setLineCap(SkPaint::kRound_Cap);
934 platformContext()->setLineCap(SkPaint::kSquare_Cap);
H A DPlatformContextSkia.cpp462 void PlatformContextSkia::setLineCap(SkPaint::Cap lc) function in class:WebCore::PlatformContextSkia
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLSquareRoot.cpp153 info.context->setLineCap(SquareCap);
H A DRenderMathMLRoot.cpp187 info.context->setLineCap(SquareCap);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp469 void GraphicsContext::setLineCap(LineCap cap) function in class:WebCore::GraphicsContext
473 platformContext()->setLineCap(cap);
H A DPlatformGraphicsContext.h68 virtual void setLineCap(LineCap cap);
H A DPlatformGraphicsContextRecording.h85 virtual void setLineCap(LineCap cap);
H A DPlatformGraphicsContext.cpp276 void PlatformGraphicsContext::setLineCap(LineCap cap) function in class:WebCore::PlatformGraphicsContext
289 ALOGD("PlatformGraphicsContextSkia::setLineCap: unknown LineCap %d\n", cap);
H A DPlatformGraphicsContextRecording.cpp597 void PlatformGraphicsContextRecording::setLineCap(LineCap cap) function in class:WebCore::PlatformGraphicsContextRecording
599 PlatformGraphicsContext::setLineCap(cap);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h88 void setLineCap(const String&);
H A DCanvasRenderingContext2D.idl95 void setLineCap(in DOMString cap);
H A DCanvasRenderingContext2D.cpp98 c->setLineCap(m_canvasContext->getLineCap());
413 void CanvasRenderingContext2D::setLineCap(const String& s) function in class:WebCore::CanvasRenderingContext2D
422 c->setLineCap(cap);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp287 void GraphicsContext::setLineCap(LineCap lineCap) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderSupport.cpp331 context->setLineCap(svgStyle->capStyle());
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h420 void setLineCap(LineCap);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp580 void GraphicsContext::setLineCap(LineCap) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp975 void GraphicsContext::setLineCap(LineCap lineCap) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp1050 void GraphicsContext::setLineCap(LineCap cap) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp1037 void GraphicsContext::setLineCap(LineCap lc) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1167 void GraphicsContext::setLineCap(LineCap lineCap) function in class:WebCore::GraphicsContext
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 314 milliseconds

12