Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscosevents.c263 Sint16 new_x = regs.r[0]; /* Initialy get as OS units */ in RISCOS_PollMouseHelper() local
272 if (new_x != last_x || new_y != last_y || last_buttons != regs.r[2]) in RISCOS_PollMouseHelper()
296 x = new_x - topLeftX; in RISCOS_PollMouseHelper()
303 if (last_x != new_x || last_y != new_y) in RISCOS_PollMouseHelper()
336 last_x = new_x; in RISCOS_PollMouseHelper()
/external/chromium/base/gfx/
Drect.cc215 int new_x = x(); in AdjustToFit() local
219 AdjustAlongAxis(rect.x(), rect.width(), &new_x, &new_width); 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.c1308 int new_x = 10; local
1315 new_x = data.primary.left + (primary_w - this->screen->w)/2;
1318 DIB_SetWinPos(this, new_x, new_y);