Home | History | Annotate | Download | only in effects

Lines Matching refs:halfHeight

462                     SkScalar halfWidth, halfHeight;
465 halfHeight = SkScalarHalf(rec.getWidth());
468 halfHeight = SkScalarHalf(clampedInitialDashLength);
472 results->fFirst.addRect(x - halfWidth, y - halfHeight,
473 x + halfWidth, y + halfHeight);
513 SkScalar halfWidth, halfHeight;
516 halfHeight = SkScalarHalf(rec.getWidth());
519 halfHeight = SkScalarHalf(temp);
521 results->fLast.addRect(x - halfWidth, y - halfHeight,
522 x + halfWidth, y + halfHeight);