Lines Matching full:halfheight
460 SkScalar halfWidth, halfHeight;
463 halfHeight = SkScalarHalf(rec.getWidth());
466 halfHeight = SkScalarHalf(clampedInitialDashLength);
470 results->fFirst.addRect(x - halfWidth, y - halfHeight,
471 x + halfWidth, y + halfHeight);
511 SkScalar halfWidth, halfHeight;
514 halfHeight = SkScalarHalf(rec.getWidth());
517 halfHeight = SkScalarHalf(temp);
519 results->fLast.addRect(x - halfWidth, y - halfHeight,
520 x + halfWidth, y + halfHeight);