- const float dashUnit = penWidth < 1.0 ? 1.0 : penWidth;
-
- const float dotted[] = { dashUnit , dashUnit + 2.0 };
- const float short_dashed[] = { 9.0 , 6.0 };
- const float dashed[] = { 19.0 , 9.0 };
- const float dotted_dashed[] = { 9.0 , 6.0 , 3.0 , 3.0 };
+ const CGFloat *lengths = NULL ;
+ CGFloat *userLengths = NULL ;
+
+ const CGFloat dashUnit = penWidth < 1.0 ? 1.0 : penWidth;
+
+ const CGFloat dotted[] = { dashUnit , dashUnit + 2.0 };
+ const CGFloat short_dashed[] = { 9.0 , 6.0 };
+ const CGFloat dashed[] = { 19.0 , 9.0 };
+ const CGFloat dotted_dashed[] = { 9.0 , 6.0 , 3.0 , 3.0 };