/external/qemu/distrib/sdl-1.2.15/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 | 202 int SDL_SoftStretch(SDL_Surface *src, SDL_Rect *srcrect, 228 if ( srcrect ) { 229 if ( (srcrect->x < 0) || (srcrect->y < 0) || 230 ((srcrect->x+srcrect->w) > src->w) || 231 ((srcrect->y+srcrect->h) > src->h) ) { 240 srcrect = &full_src; 281 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 | 784 Uint8 *dstbuf, SDL_Rect *srcrect, unsigned alpha) 790 int linecount = srcrect->h; \ 792 int left = srcrect->x; \ 793 int right = left + srcrect->w; \ 840 int SDL_RLEBlit(SDL_Surface *src, SDL_Rect *srcrect, 865 int vskip = srcrect->y; 902 if ( srcrect->x || srcrect->w != src->w ) { 903 RLEClipBlit(w, srcbuf, dst, dstbuf, srcrect, alpha); 909 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.15/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.15/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, 121 srcX = srcrect->x; 122 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.15/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/chromium_org/content/renderer/browser_plugin/ |
browser_plugin_backing_store.cc | 65 SkIRect srcrect = SkIRect::MakeXYWH(x, y, local 74 canvas_.get()->drawBitmapRect(sk_bitmap, &srcrect, dstrect, ©_paint);
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_video.h | 166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 674 * the same size. If either 'srcrect' or 'dstrect' are NULL, the entire 676 * in 'srcrect' and 'dstrect' after all clipping is performed. 749 (SDL_Surface *src, SDL_Rect *srcrect, 755 (SDL_Surface *src, SDL_Rect *srcrect, [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 674 * the same size. If either 'srcrect' or 'dstrect' are NULL, the entire 676 * in 'srcrect' and 'dstrect' after all clipping is performed. 749 (SDL_Surface *src, SDL_Rect *srcrect, 755 (SDL_Surface *src, SDL_Rect *srcrect, [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_video.h | 166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 674 * the same size. If either 'srcrect' or 'dstrect' are NULL, the entire 676 * in 'srcrect' and 'dstrect' after all clipping is performed. 749 (SDL_Surface *src, SDL_Rect *srcrect, 755 (SDL_Surface *src, SDL_Rect *srcrect, [all...] |
/prebuilts/tools/windows/sdl/include/SDL/ |
SDL_video.h | 166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 674 * the same size. If either 'srcrect' or 'dstrect' are NULL, the entire 676 * in 'srcrect' and 'dstrect' after all clipping is performed. 749 (SDL_Surface *src, SDL_Rect *srcrect, 755 (SDL_Surface *src, SDL_Rect *srcrect, [all...] |
/external/chromium_org/content/browser/renderer_host/ |
backing_store_aura.cc | 128 SkIRect srcrect = SkIRect::MakeXYWH(x, y, local 139 canvas_.get()->drawBitmapRect(sk_bitmap, &srcrect, dstrect, ©_paint);
|
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
SDL_dspvideo.c | 177 static int DSp_HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgavideo.c | 864 static int HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect, 881 srcx += srcrect->x; 882 srcy += srcrect->y; 886 w = srcrect->w; 887 h = srcrect->h;
|
/external/qemu/distrib/sdl-1.2.15/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 };
|
/external/qemu/distrib/sdl-1.2.15/src/video/nds/ |
SDL_ndsvideo.c | 84 static int HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect,
|