Home | History | Annotate | Download | only in ui

Lines Matching refs:x_position

1488                                        int x_position, int y_position,
1491 if (x_position > ds_get_width(vs->ds))
1492 x_position = ds_get_width(vs->ds);
1495 if (x_position + w >= ds_get_width(vs->ds))
1496 w = ds_get_width(vs->ds) - x_position;