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

  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosFullScreenVideo.c 410 int width_bytes; local
417 width_bytes = rects->w;
423 width_bytes += extra;
425 if (width_bytes & 3) width_bytes += 4 - (width_bytes & 3);
426 src_skip_bytes = pitch - width_bytes;
428 RISCOS_Put32(to, (width_bytes >> 2), pitch, (int)rects->h, from, src_skip_bytes);
440 int width_bytes; local
447 width_bytes = (((int)rects->w) << 1)
    [all...]

Completed in 36 milliseconds