Searched defs:to_screen (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
H A D | mouse.c | 257 bool wmouse_trafo(const WINDOW *win, int *y, int *x, bool to_screen) in wmouse_trafo() 294 bool mouse_trafo(int *y, int *x, bool to_screen) in mouse_trafo()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | curses.h | 1594 #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen) argument
|
D | ncurses.h | 1594 #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen) argument
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/ |
H A D | curses.h | 1590 #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen) argument
|