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

  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nximage.c 33 int i, j, xinc, yinc, destinc, rowinc ; local
41 yinc = this -> screen -> pitch ;
46 src = SDL_Image + y * yinc + x * xinc ;
71 for (j = h; j > 0; -- j, src += yinc, dest += destinc) {
89 for (j = h; j > 0; -- j, src += yinc, dest += destinc) {
104 for (j = h; j > 0; -- j, src += yinc, dest += destinc)
198 int xinc, yinc, rowinc; local
203 yinc = this -> screen -> pitch ;
213 for (j = this -> screen -> h; j > 0; -- j, src += yinc, dest += fbinfo.pitch)

Completed in 15 milliseconds