Home | History | Annotate | Download | only in effects

Lines Matching full:halfheight

279                     SkScalar halfWidth, halfHeight;
282 halfHeight = SkScalarHalf(rec.getWidth());
285 halfHeight = SkScalarHalf(clampedInitialDashLength);
289 results->fFirst.addRect(x - halfWidth, y - halfHeight,
290 x + halfWidth, y + halfHeight);
330 SkScalar halfWidth, halfHeight;
333 halfHeight = SkScalarHalf(rec.getWidth());
336 halfHeight = SkScalarHalf(temp);
338 results->fLast.addRect(x - halfWidth, y - halfHeight,
339 x + halfWidth, y + halfHeight);