Lines Matching refs:halfWidth
290 SkScalar halfWidth, halfHeight;
292 halfWidth = SkScalarHalf(clampedInitialDashLength);
295 halfWidth = SkScalarHalf(rec.getWidth());
300 results->fFirst.addRect(x - halfWidth, y - halfHeight,
301 x + halfWidth, y + halfHeight);
341 SkScalar halfWidth, halfHeight;
343 halfWidth = SkScalarHalf(temp);
346 halfWidth = SkScalarHalf(rec.getWidth());
349 results->fLast.addRect(x - halfWidth, y - halfHeight,
350 x + halfWidth, y + halfHeight);