Home
last modified time | relevance | path

Searched refs:sys_world_size (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dags.c92 if (*x >= nact->sys_world_size.width) { in ags_check_param()
96 if (*y >= nact->sys_world_size.height) { in ags_check_param()
104 if ((*x + *w) > nact->sys_world_size.width) { *w = nact->sys_world_size.width - *x;} in ags_check_param()
105 if ((*y + *h) > nact->sys_world_size.height) { *h = nact->sys_world_size.height - *y;} in ags_check_param()
114 if (*x >= nact->sys_world_size.width) { in ags_check_param_xy()
118 if (*y >= nact->sys_world_size.height) { in ags_check_param_xy()
132 nact->sys_world_size.width = SYS35_DEFAULT_WIDTH; in ags_init()
155 nact->sys_world_size.width = width; in ags_setWorldSize()
156 nact->sys_world_size.height = height; in ags_setWorldSize()
203 info->width = nact->sys_world_size.width; in ags_getDIBInfo()
[all …]
H A Dnact.h80 MyDimension sys_world_size; member