Home
last modified time | relevance | path

Searched defs:to_screen (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dmouse.c257 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/
Dcurses.h1594 #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen) argument
Dncurses.h1594 #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 Dcurses.h1590 #define mouse_trafo(y,x,to_screen) wmouse_trafo(stdscr,y,x,to_screen) argument