Home | History | Annotate | Download | only in core

Lines Matching refs:miter

361     /** Return the paint's stroke miter value. This is used to control the
362 behavior of miter joins when the joins angle is sharp.
363 @return the paint's miter limit, used whenever the paint's style is
368 /** Set the paint's stroke miter value. This is used to control the
369 behavior of miter joins when the joins angle is sharp. This value must
371 @param miter set the miter limit on the paint, used whenever the
374 void setStrokeMiter(SkScalar miter);