Home
last modified time | relevance | path

Searched refs:screen_xy (Results 1 – 13 of 13) sorted by relevance

/dports/games/mirrormagic/mirrormagic-2.0.2/src/libgame/
H A Dsdl.c55 static int screen_xy[][2] = in SDLInitVideoBuffer() local
71 for (i=0; screen_xy[i][0] != -1; i++) in SDLInitVideoBuffer()
73 if (video.width <= screen_xy[i][0] && video.height <= screen_xy[i][1]) in SDLInitVideoBuffer()
75 fullscreen_width = screen_xy[i][0]; in SDLInitVideoBuffer()
76 fullscreen_height = screen_xy[i][1]; in SDLInitVideoBuffer()
/dports/games/rnd_jue/rnd_jue-3.3.0.0/src/libgame/
H A Dsdl.c113 static int screen_xy[][2] = in SDLInitVideoBuffer() local
129 for (i = 0; screen_xy[i][0] != -1; i++) in SDLInitVideoBuffer()
131 if (screen_xy[i][0] >= video.width && screen_xy[i][1] >= video.height) in SDLInitVideoBuffer()
133 fullscreen_width = screen_xy[i][0]; in SDLInitVideoBuffer()
134 fullscreen_height = screen_xy[i][1]; in SDLInitVideoBuffer()
/dports/games/rocksndiamonds/rnd_jue-3.3.0.0/src/libgame/
H A Dsdl.c113 static int screen_xy[][2] = in SDLInitVideoBuffer() local
129 for (i = 0; screen_xy[i][0] != -1; i++) in SDLInitVideoBuffer()
131 if (screen_xy[i][0] >= video.width && screen_xy[i][1] >= video.height) in SDLInitVideoBuffer()
133 fullscreen_width = screen_xy[i][0]; in SDLInitVideoBuffer()
134 fullscreen_height = screen_xy[i][1]; in SDLInitVideoBuffer()
/dports/games/rocksndiamonds/rocksndiamonds-3.3.1.2/src/libgame/
H A Dsdl.c113 static int screen_xy[][2] = in SDLInitVideoBuffer() local
129 for (i = 0; screen_xy[i][0] != -1; i++) in SDLInitVideoBuffer()
131 if (screen_xy[i][0] >= video.width && screen_xy[i][1] >= video.height) in SDLInitVideoBuffer()
133 fullscreen_width = screen_xy[i][0]; in SDLInitVideoBuffer()
134 fullscreen_height = screen_xy[i][1]; in SDLInitVideoBuffer()
/dports/games/rnd_jue/rocksndiamonds-3.3.1.0/src/libgame/
H A Dsdl.c113 static int screen_xy[][2] = in SDLInitVideoBuffer() local
129 for (i = 0; screen_xy[i][0] != -1; i++) in SDLInitVideoBuffer()
131 if (screen_xy[i][0] >= video.width && screen_xy[i][1] >= video.height) in SDLInitVideoBuffer()
133 fullscreen_width = screen_xy[i][0]; in SDLInitVideoBuffer()
134 fullscreen_height = screen_xy[i][1]; in SDLInitVideoBuffer()
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dticker.py730 screen_xy = axis_trf.transform((value, 0))
732 screen_xy + [[-1, 0], [+1, 0]])[:, 0]
736 screen_xy = axis_trf.transform((0, value))
738 screen_xy + [[0, -1], [0, +1]])[:, 1]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/
H A DChangeLog88685 glamor: Fix some screen_xy offsets to be the right way around.
/dports/x11-servers/xorg-server/xorg-server-1.20.13/
H A DChangeLog88685 glamor: Fix some screen_xy offsets to be the right way around.
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/
H A DChangeLog88685 glamor: Fix some screen_xy offsets to be the right way around.
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/
H A DChangeLog88685 glamor: Fix some screen_xy offsets to be the right way around.
/dports/x11-servers/xephyr/xorg-server-1.20.13/
H A DChangeLog88685 glamor: Fix some screen_xy offsets to be the right way around.
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/
H A DChangeLog88685 glamor: Fix some screen_xy offsets to be the right way around.
/dports/x11-servers/xwayland/xorg-server-1.20.13/
H A DChangeLog88685 glamor: Fix some screen_xy offsets to be the right way around.