HomeSort by relevance Sort by last modified time
    Searched full:sminy (Results 1 - 1 of 1) sorted by null

  /external/qemu/
curses.c 46 static int px, py, sminx, sminy, smaxx, smaxy; variable
56 pnoutrefresh(screenpad, py, px, sminy, sminx, smaxy - 1, smaxx - 1);
90 sminy = 0;
94 sminy = (LINES - height) / 2;
95 smaxy = sminy + height;
141 y = sminy + y - py;

Completed in 40 milliseconds