Lines Matching defs:halfHeight
290 SkScalar halfWidth, halfHeight;
293 halfHeight = SkScalarHalf(rec.getWidth());
296 halfHeight = SkScalarHalf(clampedInitialDashLength);
300 results->fFirst.addRect(x - halfWidth, y - halfHeight,
301 x + halfWidth, y + halfHeight);
341 SkScalar halfWidth, halfHeight;
344 halfHeight = SkScalarHalf(rec.getWidth());
347 halfHeight = SkScalarHalf(temp);
349 results->fLast.addRect(x - halfWidth, y - halfHeight,
350 x + halfWidth, y + halfHeight);