Home | History | Annotate | Download | only in effects

Lines Matching refs:halfWidth

462                     SkScalar halfWidth, halfHeight;
464 halfWidth = SkScalarHalf(clampedInitialDashLength);
467 halfWidth = SkScalarHalf(rec.getWidth());
472 results->fFirst.addRect(x - halfWidth, y - halfHeight,
473 x + halfWidth, y + halfHeight);
513 SkScalar halfWidth, halfHeight;
515 halfWidth = SkScalarHalf(temp);
518 halfWidth = SkScalarHalf(rec.getWidth());
521 results->fLast.addRect(x - halfWidth, y - halfHeight,
522 x + halfWidth, y + halfHeight);