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

  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 76 static unsigned long lcd_base, lcd_rtc, lcd_width, lcd_height; variable
282 lcd_width = vinfo.xres;
285 if (dbgout) fprintf (dbgout, "LCD is %dx%d\n", lcd_width, lcd_height);
291 this->info.current_w = lcd_width;
592 img_data = ipod_scr + (sx << 1) + (y * (lcd_width/4));
713 C_update_display (0, 0, lcd_width, lcd_height);
723 for (x = r->x; (x < r->x + r->w) && x < lcd_width; x++) {
724 ipod_scr[y*(lcd_width/4) + x/4] &= ~(3 << (2 * (x%4)));
725 ipod_scr[y*(lcd_width/4) + x/4] |=
731 M_update_display (0, 0, lcd_width, lcd_height)
    [all...]

Completed in 144 milliseconds