Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp949 int shiftForInner = static_cast<int>(innerThird * 2.5f); in drawArcForBoxSide() local
953 int innerX = x + shiftForInner; in drawArcForBoxSide()
954 int innerY = y + shiftForInner; in drawArcForBoxSide()
955 int innerWidth = (radius.width() - shiftForInner) * 2; in drawArcForBoxSide()
956 int innerHeight = (radius.height() - shiftForInner) * 2; in drawArcForBoxSide()
987 int shiftForInner = static_cast<int>(halfThickness * 1.5f); in drawArcForBoxSide() local
990 …graphicsContext->strokeArc(IntRect(x + shiftForInner, y + shiftForInner, (radius.width() - shiftFo… in drawArcForBoxSide()
991 … (radius.height() - shiftForInner) * 2), angleStart, angleSpan); in drawArcForBoxSide()