HomeSort by relevance Sort by last modified time
    Searched refs:BLOCKSIZE_H (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c 426 #define BLOCKSIZE_H 32
450 min(height, BLOCKSIZE_H));
454 dst_pos = (Uint16 *)((Uint8 *)dst_pos + dst_linebytes * BLOCKSIZE_H);
455 src_pos += srcDownDelta * BLOCKSIZE_H;
456 height -= BLOCKSIZE_H;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c     [all...]

Completed in 30 milliseconds