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

  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgximage.c 466 unsigned char *destbase;
473 destbase=bm_address;
475 destbase=bm_address+(SDL_Window->TopEdge+SDL_Window->BorderTop)*destpitch+(SDL_Window->BorderLeft+SDL_Window->LeftEdge)*this->hidden->BytesPerPixel;
485 dest=destbase+rects[i].x*this->hidden->BytesPerPixel;
520 unsigned char *destbase;
526 destbase=bm_address;
528 destbase=bm_address+(SDL_Window->TopEdge+SDL_Window->BorderTop)*destpitch+(SDL_Window->BorderLeft+SDL_Window->LeftEdge)*this->hidden->BytesPerPixel;
538 dest=destbase+rects[i].x*this->hidden->BytesPerPixel;
572 unsigned char *destbase;
578 destbase=bm_address
626 unsigned char *destbase; local
    [all...]

Completed in 53 milliseconds