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

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp312 void PlatformGraphicsContext::setLineJoin(LineJoin join) function in class:WebCore::PlatformGraphicsContext
325 ALOGD("PlatformGraphicsContextSkia::setLineJoin: unknown LineJoin %d\n", join);
H A DGraphicsContextAndroid.cpp488 void GraphicsContext::setLineJoin(LineJoin join) function in class:WebCore::GraphicsContext
492 platformContext()->setLineJoin(join);
H A DPlatformGraphicsContextRecording.cpp608 void PlatformGraphicsContextRecording::setLineJoin(LineJoin join) function in class:WebCore::PlatformGraphicsContextRecording
610 PlatformGraphicsContext::setLineJoin(join);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp308 void GraphicsContext::setLineJoin(LineJoin lineJoin) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DGraphicsContextOpenVG.cpp343 void GraphicsContext::setLineJoin(LineJoin lj) function in class:WebCore::GraphicsContext
348 m_data->setLineJoin(lj);
H A DPainterOpenVG.cpp606 void PainterOpenVG::setLineJoin(LineJoin lineJoin) function in class:WebCore::PainterOpenVG
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.cpp467 void PlatformContextSkia::setLineJoin(SkPaint::Join lj) function in class:WebCore::PlatformContextSkia
H A DGraphicsContextSkia.cpp969 void GraphicsContext::setLineJoin(LineJoin join) function in class:WebCore::GraphicsContext
975 platformContext()->setLineJoin(SkPaint::kMiter_Join);
978 platformContext()->setLineJoin(SkPaint::kRound_Join);
981 platformContext()->setLineJoin(SkPaint::kBevel_Join);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp590 void GraphicsContext::setLineJoin(LineJoin) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp99 c->setLineJoin(m_canvasContext->getLineJoin());
430 void CanvasRenderingContext2D::setLineJoin(const String& s) function in class:WebCore::CanvasRenderingContext2D
439 c->setLineJoin(join);
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp1000 void GraphicsContext::setLineJoin(LineJoin lineJoin) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp1072 void GraphicsContext::setLineJoin(LineJoin join) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp1070 void GraphicsContext::setLineJoin(LineJoin lj) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1172 void GraphicsContext::setLineJoin(LineJoin lineJoin) 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 241 milliseconds