Lines Matching refs:x_position
1481 int x_position, int y_position,1484 if (x_position > ds_get_width(vs->ds))1485 x_position = ds_get_width(vs->ds);1488 if (x_position + w >= ds_get_width(vs->ds))1489 w = ds_get_width(vs->ds) - x_position;