Searched refs:dashLengths (Results 1 – 1 of 1) sorted by relevance
1385 const CGFloat dashLengths[2] = { 4.0, 4.0 }; // for drawing dashed line in invert() local1388 CGContextSetLineDash ( mrContext, 0, dashLengths, 2 ); in invert()1422 const CGFloat dashLengths[2] = { 4.0, 4.0 }; // for drawing dashed line in invert() local1425 CGContextSetLineDash ( mrContext, 0, dashLengths, 2 ); in invert()
Completed in 16 milliseconds