/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_stretch_c.h | 27 extern int SDL_SoftStretch(SDL_Surface *src, SDL_Rect *srcrect,
|
SDL_RLEaccel_c.h | 27 extern int SDL_RLEBlit(SDL_Surface *src, SDL_Rect *srcrect, 29 extern int SDL_RLEAlphaBlit(SDL_Surface *src, SDL_Rect *srcrect,
|
SDL_stretch.c | 173 int SDL_SoftStretch(SDL_Surface *src, SDL_Rect *srcrect, 197 if ( srcrect ) { 198 if ( (srcrect->x < 0) || (srcrect->y < 0) || 199 ((srcrect->x+srcrect->w) > src->w) || 200 ((srcrect->y+srcrect->h) > src->h) ) { 209 srcrect = &full_src; 250 inc = (srcrect->h << 16) / dstrect->h [all...] |
SDL_blit.c | 43 static int SDL_SoftBlit(SDL_Surface *src, SDL_Rect *srcrect, 73 if ( okay && srcrect->w && srcrect->h ) { 79 (Uint16)srcrect->y*src->pitch + 80 (Uint16)srcrect->x*src->format->BytesPerPixel; 81 info.s_width = srcrect->w; 82 info.s_height = srcrect->h;
|
SDL_RLEaccel.c | 783 Uint8 *dstbuf, SDL_Rect *srcrect, unsigned alpha) 789 int linecount = srcrect->h; \ 791 int left = srcrect->x; \ 792 int right = left + srcrect->w; \ 839 int SDL_RLEBlit(SDL_Surface *src, SDL_Rect *srcrect, 864 int vskip = srcrect->y; 901 if ( srcrect->x || srcrect->w != src->w ) { 902 RLEClipBlit(w, srcbuf, dst, dstbuf, srcrect, alpha); 908 int linecount = srcrect->h; [all...] |
SDL_surface.c | 407 int SDL_LowerBlit (SDL_Surface *src, SDL_Rect *srcrect, 425 hw_srcrect = *srcrect; 428 srcrect = &hw_srcrect; 440 return(do_blit(src, srcrect, dst, dstrect)); 444 int SDL_UpperBlit (SDL_Surface *src, SDL_Rect *srcrect, 467 if(srcrect) { 470 srcx = srcrect->x; 471 w = srcrect->w; 481 srcy = srcrect->y; 482 h = srcrect->h [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxaccel.c | 30 static int CGX_HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, 203 static int CGX_HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, 214 BMKBRP(src->hwdata->bmap,srcrect->x,srcrect->y, 216 srcrect->w,srcrect->h,0xc0,src->hwdata->mask); 227 BMKBRP(src->hwdata->bmap,srcrect->x,srcrect->y, 229 srcrect->w,srcrect->h,0xc0,src->hwdata->mask) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
SDL_dx5yuv.c | 254 RECT srcrect, dstrect; local 257 srcrect.top = src->y; 258 srcrect.bottom = srcrect.top+src->h; 259 srcrect.left = src->x; 260 srcrect.right = srcrect.left+src->w; 266 result = IDirectDrawSurface3_UpdateOverlay(surface, &srcrect, 273 result = IDirectDrawSurface3_Blt(SDL_primary, &dstrect, surface, &srcrect,
|
SDL_dx5video.c | [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbriva.c | 111 static int HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, 122 return(src->map->sw_blit(src, srcrect, dst, dstrect)); 140 srcX += srcrect->x; 141 srcY += srcrect->y;
|
SDL_fb3dfx.c | 93 static int HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, 123 srcX = srcrect->x; 124 srcY = srcrect->y;
|
SDL_fbmatrox.c | 120 static int HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, 134 return(src->map->sw_blit(src, srcrect, dst, dstrect)); 152 srcX += srcrect->x; 153 srcY += srcrect->y;
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_image_c.h | 51 extern int ph_HWAccelBlit(SDL_Surface* src, SDL_Rect *srcrect, SDL_Surface* dst, SDL_Rect* dstrect);
|
SDL_ph_image.c | 836 int ph_HWAccelBlit(SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* dstrect) 849 srcarea.pos.x=srcrect->x; 850 srcarea.pos.y=srcrect->y; 851 srcarea.size.w=srcrect->w; 852 srcarea.size.h=srcrect->h;
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 627 * the same size. If either 'srcrect' or 'dstrect' are NULL, the entire 629 * in 'srcrect' and 'dstrect' after all clipping is performed. 699 (SDL_Surface *src, SDL_Rect *srcrect, 705 (SDL_Surface *src, SDL_Rect *srcrect, [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 627 * the same size. If either 'srcrect' or 'dstrect' are NULL, the entire 629 * in 'srcrect' and 'dstrect' after all clipping is performed. 699 (SDL_Surface *src, SDL_Rect *srcrect, 705 (SDL_Surface *src, SDL_Rect *srcrect, [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 627 * the same size. If either 'srcrect' or 'dstrect' are NULL, the entire 629 * in 'srcrect' and 'dstrect' after all clipping is performed. 699 (SDL_Surface *src, SDL_Rect *srcrect, 705 (SDL_Surface *src, SDL_Rect *srcrect, [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | 94 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 629 * the same size. If either 'srcrect' or 'dstrect' are NULL, the entire 631 * in 'srcrect' and 'dstrect' after all clipping is performed. 701 (SDL_Surface *src, SDL_Rect *srcrect, 707 (SDL_Surface *src, SDL_Rect *srcrect, [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_video.h | 144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 627 * the same size. If either 'srcrect' or 'dstrect' are NULL, the entire 629 * in 'srcrect' and 'dstrect' after all clipping is performed. 699 (SDL_Surface *src, SDL_Rect *srcrect, 705 (SDL_Surface *src, SDL_Rect *srcrect, [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/ |
SDL_dspvideo.c | 177 static int DSp_HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
SDL_dgavideo.c | 860 static int HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, 877 srcx += srcrect->x; 878 srcy += srcrect->y; 882 w = srcrect->w; 883 h = srcrect->h;
|
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
SDL_DirectFB_video.c | 68 static int DirectFB_HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, 871 static int DirectFB_HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, 876 DFBRectangle sr = { srcrect->x, srcrect->y, srcrect->w, srcrect->h };
|