Home | History | Annotate | Download | only in effects

Lines Matching refs:halfHeight

158                     SkScalar halfWidth, halfHeight;
161 halfHeight = SkScalarHalf(rec.getWidth());
164 halfHeight = SkScalarHalf(clampedInitialDashLength);
168 results->fFirst.addRect(x - halfWidth, y - halfHeight,
169 x + halfWidth, y + halfHeight);
209 SkScalar halfWidth, halfHeight;
212 halfHeight = SkScalarHalf(rec.getWidth());
215 halfHeight = SkScalarHalf(temp);
217 results->fLast.addRect(x - halfWidth, y - halfHeight,
218 x + halfWidth, y + halfHeight);