Home | History | Annotate | Download | only in core

Lines Matching refs:miter

351     /** Return the paint's stroke miter value. This is used to control the
352 behavior of miter joins when the joins angle is sharp.
353 @return the paint's miter limit, used whenever the paint's style is
358 /** Set the paint's stroke miter value. This is used to control the
359 behavior of miter joins when the joins angle is sharp. This value must
361 @param miter set the miter limit on the paint, used whenever the
364 void setStrokeMiter(SkScalar miter);