Lines Matching refs:thickness
969 float thickness; in paintBorder() local
1000 thickness = style->borderTopWidth() * 2; in paintBorder()
1018 …drawArcForBoxSide(graphicsContext, leftX, leftY, thickness, topLeft, firstAngleStart, firstAngleSp… in paintBorder()
1044 …drawArcForBoxSide(graphicsContext, rightX, leftY, thickness, topRight, secondAngleStart, secondAng… in paintBorder()
1072 thickness = style->borderBottomWidth() * 2; in paintBorder()
1095 …drawArcForBoxSide(graphicsContext, leftX, leftY, thickness, bottomLeft, firstAngleStart, firstAngl… in paintBorder()
1117 …drawArcForBoxSide(graphicsContext, rightX, rightY, thickness, bottomRight, secondAngleStart, secon… in paintBorder()
1146 thickness = style->borderLeftWidth() * 2; in paintBorder()
1163 …drawArcForBoxSide(graphicsContext, topX, topY, thickness, topLeft, firstAngleStart, firstAngleSpan, in paintBorder()
1184 …drawArcForBoxSide(graphicsContext, topX, bottomY, thickness, bottomLeft, secondAngleStart, secondA… in paintBorder()
1214 thickness = style->borderRightWidth() * 2; in paintBorder()
1232 …drawArcForBoxSide(graphicsContext, topX, topY, thickness, topRight, firstAngleStart, firstAngleSpa… in paintBorder()
1254 …drawArcForBoxSide(graphicsContext, bottomX, bottomY, thickness, bottomRight, secondAngleStart, sec… in paintBorder()