Home
last modified time | relevance | path

Searched refs:strokeArc (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderObject.cpp910 …graphicsContext->strokeArc(IntRect(x, y, radius.width() * 2, radius.height() * 2), angleStart, ang… in drawArcForBoxSide()
931 …graphicsContext->strokeArc(IntRect(x, outerY, radius.width() * 2, outerHeight), angleStart, angleS… in drawArcForBoxSide()
933 …graphicsContext->strokeArc(IntRect(innerX, innerY, innerWidth, innerHeight), angleStart, angleSpan… in drawArcForBoxSide()
950 …graphicsContext->strokeArc(IntRect(x, y, radius.width() * 2, radius.height() * 2), angleStart, ang… in drawArcForBoxSide()
956 …graphicsContext->strokeArc(IntRect(x + shiftForInner, y + shiftForInner, (radius.width() - shiftFo… in drawArcForBoxSide()
970 …graphicsContext->strokeArc(IntRect(x, y, radius.width() * 2, radius.height() * 2), angleStart, ang… in drawArcForBoxSide()
/external/webkit/WebCore/platform/graphics/
DGraphicsContext.h248 void strokeArc(const IntRect&, int startAngle, int angleSpan);
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp230 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp299 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp580 void GraphicsContext::strokeArc(const IntRect& r, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp1091 void GraphicsContext::strokeArc(const IntRect& r, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp277 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp569 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp801 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
/external/webkit/WebCore/
DChangeLog-2006-12-311975 (WebCore::GraphicsContext::strokeArc):
2515 …Convert stroke thickness to a float. This allows the thickness argument to strokeArc to be elimin…
2526 (WebCore::GraphicsContext::strokeArc):
2528 (WebCore::GraphicsContext::strokeArc):
2535 …Rename drawArc to strokeArc and remove its strange behavior of trying to "fill" by stroking using …
2546 (WebCore::GraphicsContext::strokeArc):
2548 (WebCore::GraphicsContext::strokeArc):
DChangeLog-2007-10-1418917 (WebCore::GraphicsContext::strokeArc): Save/restore the graphics state.
19873 (WebCore::GraphicsContext::strokeArc):
20865 (WebCore::GraphicsContext::strokeArc):
34615 (WebCore::GraphicsContext::strokeArc): Use cairo_arc_negative() to fix
38189 (WebCore::GraphicsContext::strokeArc):
57417 (WebCore::GraphicsContext::strokeArc):
69485 (WebCore::GraphicsContext::strokeArc):
DChangeLog-2009-06-167519 (WebCore::GraphicsContext::strokeArc):
11938 (WebCore::GraphicsContext::strokeArc):
56830 (WebCore::GraphicsContext::strokeArc):
93631 (WebCore::GraphicsContext::strokeArc):
DChangeLog-2008-08-1027040 (WebCore::GraphicsContext::strokeArc):
57630 (WebCore::GraphicsContext::strokeArc):
74188 (WebCore::GraphicsContext::strokeArc): Removed an extra set of redundant