Home | History | Annotate | Download | only in effects

Lines Matching refs:halfHeight

278                     SkScalar halfWidth, halfHeight;
281 halfHeight = SkScalarHalf(rec.getWidth());
284 halfHeight = SkScalarHalf(clampedInitialDashLength);
288 results->fFirst.addRect(x - halfWidth, y - halfHeight,
289 x + halfWidth, y + halfHeight);
329 SkScalar halfWidth, halfHeight;
332 halfHeight = SkScalarHalf(rec.getWidth());
335 halfHeight = SkScalarHalf(temp);
337 results->fLast.addRect(x - halfWidth, y - halfHeight,
338 x + halfWidth, y + halfHeight);