pub unsafe extern "system" fn LineDDA(
xstart: i32,
ystart: i32,
xend: i32,
yend: i32,
lpproc: Option<unsafe extern "system" fn(i32, i32, isize)>,
data: isize,
) -> i32Expand description
#248 LineDDA
produce the set of points which compose a straight line