Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscosevents.c264 Sint16 new_y = regs.r[1]; in RISCOS_PollMouseHelper() local
272 if (new_x != last_x || new_y != last_y || last_buttons != regs.r[2]) in RISCOS_PollMouseHelper()
297 y = topLeftY - new_y; /* Y goes from top of window/screen */ in RISCOS_PollMouseHelper()
303 if (last_x != new_x || last_y != new_y) in RISCOS_PollMouseHelper()
337 last_y = new_y; in RISCOS_PollMouseHelper()
/external/chromium/base/gfx/
Drect.cc216 int new_y = y(); in AdjustToFit() local
220 AdjustAlongAxis(rect.y(), rect.height(), &new_y, &new_height); in AdjustToFit()
221 return Rect(new_x, new_y, new_width, new_height); in AdjustToFit()
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
DSDL_dibvideo.c1309 int new_y = 10; local
1316 new_y = data.primary.top + (primary_h - this->screen->h)/2;
1318 DIB_SetWinPos(this, new_x, new_y);