Lines Matching refs:miter
63 The miter limit may be overridden at compile time by defining
79 #define SkPaintDefaults_MiterLimit 10.f // use HTML Canvas miter limit setting
1165 Miter_Limit specifies the maximum miter length,
1172 If the miter at a corner exceeds this limit, kMiter_Join
1176 #Formula # miter limit = 1 / sin ( angle / 2 ) ##.
1182 Here are some miter limits and the angles that triggers them.
1185 # miter limit # angle in degrees ##
1203 This example draws a stroked corner and the miter length beneath.
1204 When the miter limit is decreased slightly, the miter join is replaced
1247 SkDebugf("default miter limit == %g\n", paint.getStrokeMiter());
1250 default miter limit == 4
1258 #Method void setStrokeMiter(SkScalar miter)
1268 SkDebugf("default miter limit == %g\n", paint.getStrokeMiter());
1271 default miter limit == 8
1449 Choose miter join to draw sharp corners. Choose round join to draw a circle with a