Searched refs:angleStart (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderObject.cpp | 927 int angleStart, int angleSpan, BoxSide s, Color color, in drawArcForBoxSide() argument 944 …sContext->strokeArc(IntRect(x, y, radius.width() * 2, radius.height() * 2), angleStart, angleSpan); in drawArcForBoxSide() 965 …hicsContext->strokeArc(IntRect(x, outerY, radius.width() * 2, outerHeight), angleStart, angleSpan); in drawArcForBoxSide() 967 …graphicsContext->strokeArc(IntRect(innerX, innerY, innerWidth, innerHeight), angleStart, angleSpan… in drawArcForBoxSide() 984 …sContext->strokeArc(IntRect(x, y, radius.width() * 2, radius.height() * 2), angleStart, angleSpan); in drawArcForBoxSide() 991 … (radius.height() - shiftForInner) * 2), angleStart, angleSpan); in drawArcForBoxSide() 1004 …sContext->strokeArc(IntRect(x, y, radius.width() * 2, radius.height() * 2), angleStart, angleSpan); in drawArcForBoxSide()
|
D | RenderObject.h | 442 …cForBoxSide(GraphicsContext*, int x, int y, float thickness, const IntSize& radius, int angleStart,
|