/external/webkit/WebCore/rendering/ |
D | RenderObject.cpp | 910 …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/ |
D | GraphicsContext.h | 248 void strokeArc(const IntRect&, int startAngle, int angleSpan);
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 230 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 299 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/android/ |
D | GraphicsContextAndroid.cpp | 580 void GraphicsContext::strokeArc(const IntRect& r, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 1091 void GraphicsContext::strokeArc(const IntRect& r, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 277 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 569 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | GraphicsContextWince.cpp | 801 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() function in WebCore::GraphicsContext
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-12-31 | 1975 (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):
|
D | ChangeLog-2007-10-14 | 18917 (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):
|
D | ChangeLog-2009-06-16 | 7519 (WebCore::GraphicsContext::strokeArc): 11938 (WebCore::GraphicsContext::strokeArc): 56830 (WebCore::GraphicsContext::strokeArc): 93631 (WebCore::GraphicsContext::strokeArc):
|
D | ChangeLog-2008-08-10 | 27040 (WebCore::GraphicsContext::strokeArc): 57630 (WebCore::GraphicsContext::strokeArc): 74188 (WebCore::GraphicsContext::strokeArc): Removed an extra set of redundant
|