HomeSort by relevance Sort by last modified time
    Searched full:lcd_height (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
283 lcd_height = vinfo.yres;
285 if (dbgout) fprintf (dbgout, "LCD is %dx%d\n", lcd_width, lcd_height);
292 this->info.current_h = lcd_height;
713 C_update_display (0, 0, lcd_width, lcd_height);
722 for (y = r->y; (y < r->y + r->h) && y < lcd_height; y++) {
731 M_update_display (0, 0, lcd_width, lcd_height);

Completed in 204 milliseconds