Home
last modified time | relevance | path

Searched refs:winpos_y (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/mednafen/mednafen/src/drivers/
H A Dvideo.cpp436 static int winpos_x, winpos_y; variable
737 SDL_GetWindowPosition(window, &winpos_x, &winpos_y);
740 SDL_GetWindowPosition(window, &winpos_x, &winpos_y);
755 SDL_GetWindowPosition(window, &winpos_x, &winpos_y); in Video_Sync()
875 SDL_SetWindowPosition(window, winpos_x, winpos_y); in Video_Sync()
1288 winpos_y = SDL_WINDOWPOS_CENTERED; //MDFN_GetSettingI("video.window.y"); in Video_Init()
1305 window = SDL_CreateWindow("Mednafen", winpos_x, winpos_y, 64, 64, try_flags[i]); in Video_Init()
/dports/astro/sextractor/sextractor-2.5.0/src/
H A Dtypes.h202 double winpos_x,winpos_y; /* Windowed barycenter */ member
H A Dwinpos.c245 obj2->winpos_y = my + 1.0; /* The dreaded 1.0 FITS offset */ in compute_winpos()
H A Dastrom.c240 wcspos = compute_wcs(field, obj2->winpos_x, obj2->winpos_y); in computeastrom()
263 dy = obj2->winpos_y - as->crpix[1]; in computeastrom()
H A Dparam.h447 &outobj2.winpos_y, H_FLOAT, T_DOUBLE, "%10.3f", "pixel",
H A Dcatout.c232 FLAG(obj2.winpos_x) |= FLAG(obj2.winpos_y) in updateparamflags()
/dports/security/putty-nogtk/putty-0.76/
H A Dterminal.h371 unsigned winpos_x, winpos_y, winpixsize_x, winpixsize_y; member
H A Dterminal.c2037 term->winpos_x = term->winpos_y = 0; in term_init()
4732 term->winpos_y); in term_out()
7649 term->winpos_y = y; in term_notify_window_pos()
/dports/security/putty/putty-0.76/
H A Dterminal.h371 unsigned winpos_x, winpos_y, winpixsize_x, winpixsize_y; member
H A Dterminal.c2037 term->winpos_x = term->winpos_y = 0; in term_init()
4732 term->winpos_y); in term_out()
7649 term->winpos_y = y; in term_notify_window_pos()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dterminal.h371 unsigned winpos_x, winpos_y, winpixsize_x, winpixsize_y; member
/dports/editors/vim/vim-8.2.3745/src/
H A Dterm.c2884 static int winpos_y = -1; variable
2897 int prev_winpos_y = winpos_y; in term_get_winpos()
2902 winpos_y = -1; in term_get_winpos()
2912 if (winpos_x >= 0 && winpos_y >= 0) in term_get_winpos()
2915 *y = winpos_y; in term_get_winpos()
2924 winpos_y = prev_winpos_y; in term_get_winpos()
2929 *y = winpos_y; in term_get_winpos()
5060 winpos_y = arg[2]; in handle_csi()