Lines Matching refs:miter
62 The miter limit may be overridden at compile time by defining
77 #define SkPaintDefaults_MiterLimit 10.f // use HTML Canvas miter limit setting
973 Miter_Limit specifies the maximum miter length,
980 If the miter at a corner exceeds this limit, kMiter_Join
984 #Formula # miter limit = 1 / sin ( angle / 2 ) ##.
990 Here are some miter limits and the angles that triggers them.
993 # miter limit # angle in degrees ##
1011 This example draws a stroked corner and the miter length beneath.
1012 When the miter limit is decreased slightly, the miter join is replaced
1055 SkDebugf("default miter limit == %g\n", paint.getStrokeMiter());
1058 default miter limit == 4
1066 #Method void setStrokeMiter(SkScalar miter)
1076 SkDebugf("default miter limit == %g\n", paint.getStrokeMiter());
1079 default miter limit == 8
1257 Choose miter join to draw sharp corners. Choose round join to draw a circle with a