Lines Matching refs:x_position
1487 int x_position, int y_position,1490 if (x_position > ds_get_width(vs->ds))1491 x_position = ds_get_width(vs->ds);1494 if (x_position + w >= ds_get_width(vs->ds))1495 w = ds_get_width(vs->ds) - x_position;