HomeSort by relevance Sort by last modified time
    Searched full:destinc (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
54 destinc = fbinfo.pitch;
60 destinc = w * 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)

Completed in 94 milliseconds