Home | History | Annotate | Download | only in core

Lines Matching refs:miter

423     /** Return the paint's stroke miter value. This is used to control the
424 behavior of miter joins when the joins angle is sharp.
425 @return the paint's miter limit, used whenever the paint's style is
430 /** Set the paint's stroke miter value. This is used to control the
431 behavior of miter joins when the joins angle is sharp. This value must
433 @param miter set the miter limit on the paint, used whenever the
436 void setStrokeMiter(SkScalar miter);