Searched defs:setLineCap (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
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 DGraphicsContextAndroid.cpp471 void GraphicsContext::setLineCap(LineCap cap) function in class:WebCore::GraphicsContext
475 platformContext()->setLineCap(cap);
H A DPlatformGraphicsContextRecording.cpp596 void PlatformGraphicsContextRecording::setLineCap(LineCap cap) function in class:WebCore::PlatformGraphicsContextRecording
598 PlatformGraphicsContext::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/platform/graphics/openvg/
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.cpp462 void PlatformContextSkia::setLineCap(SkPaint::Cap lc) function in class:WebCore::PlatformContextSkia
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);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp580 void GraphicsContext::setLineCap(LineCap) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/html/canvas/
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/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 ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 219 milliseconds