Searched refs:lineCap (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp99 , lineCap(SkPaint::kDefault_Cap)
117 , lineCap(other.lineCap)
280 m_state->lineCap = SkPaint::kButt_Cap;
283 m_state->lineCap = SkPaint::kRound_Cap;
286 m_state->lineCap = SkPaint::kSquare_Cap;
443 paint->setStrokeCap(m_state->lineCap);
H A DPlatformGraphicsContext.h174 SkPaint::Cap lineCap; member in class:WebCore::PlatformGraphicsContext::State
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp287 void GraphicsContext::setLineCap(LineCap lineCap) argument
293 switch (lineCap) {
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPainterOpenVG.cpp53 static VGCapStyle toVGCapStyle(LineCap lineCap) argument
55 switch (lineCap) {
596 void PainterOpenVG::setLineCap(LineCap lineCap) argument
601 m_state->strokeLineCap = lineCap;
602 vgSeti(VG_STROKE_CAP_STYLE, toVGCapStyle(lineCap));
/external/chromium/chrome/browser/resources/
H A Dnetwork_menu.js21 ctx.lineCap = 'round';
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h87 String lineCap() const;
H A DCanvasRenderingContext2D.idl53 attribute [ConvertNullToNullString] DOMString lineCap;
H A DCanvasRenderingContext2D.cpp408 String CanvasRenderingContext2D::lineCap() const function in class:WebCore::CanvasRenderingContext2D
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp975 void GraphicsContext::setLineCap(LineCap lineCap) argument
981 switch (lineCap) {
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp1167 void GraphicsContext::setLineCap(LineCap lineCap) argument
/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 393 milliseconds