Home
last modified time | relevance | path

Searched refs:angleStart (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp927 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()
DRenderObject.h442 …cForBoxSide(GraphicsContext*, int x, int y, float thickness, const IntSize& radius, int angleStart,