Lines Matching refs:halfWidth
1081 SkScalar halfWidth = 0;
1084 halfWidth = SK_ScalarHalf;
1086 halfWidth = SkScalarHalf(strokeWidth);
1089 outerRadius += halfWidth;
1091 innerRadius = radius - halfWidth;
1237 radius += halfWidth;
1338 SkScalar halfWidth = 0.5f * bounds.width();
1352 offsetClipDist = 0.5f / halfWidth;
1360 vertices << (center + offset * halfWidth)
1573 SkScalar halfWidth = 0;
1575 halfWidth = SK_ScalarHalf;
1577 halfWidth = SkScalarHalf(strokeWidth);
1580 SkScalar outerRadius = radius + halfWidth;
1581 SkScalar innerRadius = radius - halfWidth;
1610 radius += halfWidth;
1722 SkScalar halfWidth = 0.5f * bounds.width();
1729 vertices << (center + kOctagonOuter[i] * halfWidth)
2562 SkScalar halfWidth = 0;
2566 halfWidth = SK_ScalarHalf;
2568 halfWidth = SkScalarHalf(devStrokeWidth);
2577 innerRadius = devRadius - halfWidth;
2581 outerRadius += halfWidth;
2582 bounds.outset(halfWidth, halfWidth);