Searched refs:setMiterLimit (Results 1 - 25 of 33) sorted by relevance

12

/external/skia/src/core/
H A DSkStroke.h33 void setMiterLimit(SkScalar);
H A DSkStrokeRec.cpp100 stroker.setMiterLimit(fMiterLimit);
/external/skia/legacy/include/core/
H A DSkStroke.h37 void setMiterLimit(SkScalar);
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DPainterOpenVG.h86 void setMiterLimit(float);
H A DGraphicsContextOpenVG.cpp351 void GraphicsContext::setMiterLimit(float limit) function in class:WebCore::GraphicsContext
356 m_data->setMiterLimit(limit);
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DPlatformContextSkia.h117 void setMiterLimit(float);
H A DGraphicsContextSkia.cpp989 void GraphicsContext::setMiterLimit(float limit) function in class:WebCore::GraphicsContext
993 platformContext()->setMiterLimit(limit);
/external/skia/legacy/src/core/
H A DSkPathEffect.cpp102 stroke.setMiterLimit(fMiter);
/external/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLSquareRoot.cpp123 info.context->setMiterLimit(style()->fontSize());
H A DRenderMathMLRoot.cpp157 info.context->setMiterLimit(style()->fontSize());
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsContextAndroid.cpp430 void GraphicsContext::setMiterLimit(float limit) function in class:WebCore::GraphicsContext
434 platformContext()->setMiterLimit(limit);
H A DPlatformGraphicsContext.h71 virtual void setMiterLimit(float limit);
H A DPlatformGraphicsContextRecording.h88 virtual void setMiterLimit(float limit);
H A DPlatformGraphicsContext.cpp330 void PlatformGraphicsContext::setMiterLimit(float limit) function in class:WebCore::PlatformGraphicsContext
H A DPlatformGraphicsContextRecording.cpp615 void PlatformGraphicsContextRecording::setMiterLimit(float limit) function in class:WebCore::PlatformGraphicsContextRecording
617 PlatformGraphicsContext::setMiterLimit(limit);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp138 stroke.setMiterLimit(pen.miterLimit());
168 stroke.setMiterLimit(pen.miterLimit());
H A DImageBufferQt.cpp73 pen.setMiterLimit(10);
H A DGraphicsContextQt.cpp1081 void GraphicsContext::setMiterLimit(float limit) function in class:WebCore::GraphicsContext
1088 nPen.setMiterLimit(limit);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.h94 void setMiterLimit(float);
H A DCanvasRenderingContext2D.idl97 void setMiterLimit(in float limit);
H A DCanvasRenderingContext2D.cpp100 c->setMiterLimit(m_canvasContext->miterLimit());
447 void CanvasRenderingContext2D::setMiterLimit(float limit) function in class:WebCore::CanvasRenderingContext2D
455 c->setMiterLimit(limit);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DGraphicsContextHaiku.cpp329 void GraphicsContext::setMiterLimit(float limit) function in class:WebCore::GraphicsContext
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderSupport.cpp334 context->setMiterLimit(svgStyle->strokeMiterLimit());
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h423 void setMiterLimit(float);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DGraphicsContextWx.cpp595 void GraphicsContext::setMiterLimit(float) function in class:WebCore::GraphicsContext

Completed in 156 milliseconds

12