Home | History | Annotate | Download | only in effects

Lines Matching full:halfwidth

279                     SkScalar halfWidth, halfHeight;
281 halfWidth = SkScalarHalf(clampedInitialDashLength);
284 halfWidth = SkScalarHalf(rec.getWidth());
289 results->fFirst.addRect(x - halfWidth, y - halfHeight,
290 x + halfWidth, y + halfHeight);
330 SkScalar halfWidth, halfHeight;
332 halfWidth = SkScalarHalf(temp);
335 halfWidth = SkScalarHalf(rec.getWidth());
338 results->fLast.addRect(x - halfWidth, y - halfHeight,
339 x + halfWidth, y + halfHeight);