Home | History | Annotate | Download | only in highgui

Lines Matching defs:x_step

1643     int  x_step = x_scale * 8;
1743 for( x = 0; x < width; x += x_step )
1745 int x_limit = x_step;