Home
last modified time | relevance | path

Searched refs:backupHeight (Results 1 – 3 of 3) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Ddrw_win.c85 unsigned int backupHeight; /* Always <= INT_MAX: Cast to int is safe. */ member
110 #define to_backupHeight(win) (((const_win_winType) win)->backupHeight)
225 resizeWindow->backupHeight < height) { in resize()
227 newHeight = resizeWindow->backupHeight > height ? resizeWindow->backupHeight : height; in resize()
234 (int) resizeWindow->backupWidth, (int) resizeWindow->backupHeight, in resize()
241 resizeWindow->backupHeight = newHeight; in resize()
1426 result->backupHeight = (unsigned int) height; in drwOpen()
1540 result->backupHeight = (unsigned int) height; in drwOpenSubWindow()
H A Ddrw_x11.c108 unsigned int backupHeight; member
124 #define to_backupHeight(win) (((const_x11_winType) win)->backupHeight)
292 if (x11Window->backupWidth < width || x11Window->backupHeight < height) { in resize()
294 newHeight = x11Window->backupHeight > height ? x11Window->backupHeight : height; in resize()
301 0, 0, x11Window->backupWidth, x11Window->backupHeight, 0, 0); in resize()
305 x11Window->backupHeight = newHeight; in resize()
560 result->backupHeight = result->height; in setupBackup()
568 result->backupHeight = result->height; in setupBackup()
/dports/games/cake/cake_src/
H A Dmain.cpp77 int backupWidth, backupHeight; // backup used for maximisation/reduce variable
217 backupHeight = height; in ToggleFullScreen()
223 height = backupHeight; in ToggleFullScreen()