Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscossprite.c217 int currWidth, currHeight; in WIMP_ModeChanged() local
228 currWidth = window_state[3] - window_state[1]; in WIMP_ModeChanged()
231 newWidth = (currWidth >> oldXeig) << this->hidden->xeig; in WIMP_ModeChanged()
243 if (currWidth <= newWidth) in WIMP_ModeChanged()
248 extent[2] = currWidth; in WIMP_ModeChanged()