Home | History | Annotate | Download | only in core

Lines Matching refs:miter

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