Home
last modified time | relevance | path

Searched refs:drawArc (Results 1 – 15 of 15) sorted by relevance

/external/webkit/WebCore/platform/graphics/openvg/
DPainterOpenVG.h91 …void drawArc(const IntRect& ellipseBounds, int startAngle, int angleSpan, VGbitfield paintModes = …
DGraphicsContextOpenVG.cpp128 m_data->drawArc(rect, startAngle, angleSpan, VG_STROKE_PATH); in strokeArc()
DPainterOpenVG.cpp810 void PainterOpenVG::drawArc(const IntRect& rect, int startAngle, int angleSpan, VGbitfield specifie… in drawArc() function in WebCore::PainterOpenVG
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java274 public void drawArc(int x, int y, int width, int height, int startAngle, int arcAngle) in drawArc() method in OverrideGraphics2D
276 graphics.drawArc(x, y, width, height, startAngle, arcAngle); in drawArc()
/external/skia/include/core/
DSkCanvas.h454 void drawArc(const SkRect& oval, SkScalar startAngle, SkScalar sweepAngle,
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp464 p->drawArc(rect, startAngle, angleSpan); in strokeArc()
467 p->drawArc(rect, startAngle, angleSpan); in strokeArc()
/external/skia/src/core/
DSkCanvas.cpp1389 void SkCanvas::drawArc(const SkRect& oval, SkScalar startAngle, in drawArc() function in SkCanvas
/external/webkit/WebCore/
DChangeLog-2006-05-101538 (WebCore::GraphicsContext::drawArc): Ditto.
1817 (WebCore::GraphicsContext::drawArc): Ditto.
1975 (WebCore::GraphicsContext::drawArc): Ditto.
4110 (WebCore::GraphicsContext::drawArc): Ditto.
12184 (WebCore::GraphicsContext::drawArc):
13122 (WebCore::GraphicsContext::drawArc):
16820 (WebCore::GraphicsContext::drawArc):
28081 (QPainter::drawArc):
DChangeLog-2006-12-312535 …Rename drawArc to strokeArc and remove its strange behavior of trying to "fill" by stroking using …
2699 (WebCore::GraphicsContext::drawArc):
37113 (WebCore::GraphicsContext::drawArc):
51329 (WebCore::GraphicsContext::drawArc): drawArc() has different
51337 (WebCore::GraphicsContext::drawArc): drawArc() now handles drawing
DChangeLog-2002-12-039393 * kwq/KWQPainter.mm: (QPainter::drawArc): Use plain release, not autorelease.
9971 (QPainter::drawArc):
DChangeLog-2003-10-253659 (QPainter::drawArc):
DChangeLog-2005-12-1918688 … (QPainter::drawArc): Removed some uneeded type casts, changed to call the new private functions,
DChangeLog-2005-08-2341645 (QPainter::drawArc): Ditto.
DChangeLog-2007-10-1438186 - Implement drawArc with proper units.
DChangeLog-2010-01-2951 (WebCore::PainterOpenVG::drawArc):