Home | History | Annotate | Download | only in core

Lines Matching refs:miter

407     /** Return the paint's stroke miter value. This is used to control the
408 behavior of miter joins when the joins angle is sharp.
409 @return the paint's miter limit, used whenever the paint's style is
414 /** Set the paint's stroke miter value. This is used to control the
415 behavior of miter joins when the joins angle is sharp. This value must
417 @param miter set the miter limit on the paint, used whenever the
420 void setStrokeMiter(SkScalar miter);