Home | History | Annotate | Download | only in highgui

Lines Matching refs:x_limit

1745             int x_limit = x_step;
1750 if( x + x_limit > width ) x_limit = width - x;
1761 for( j = 0; j < x_limit; j++, rgb_data += _channels )
1777 rgb_data -= x_limit*_channels;
1788 for( j = 0; j < x_limit; j++ )