Searched defs:dstrect (Results 1 – 15 of 15) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_surface.c | 408 SDL_Surface *dst, SDL_Rect *dstrect) in SDL_LowerBlit() 445 SDL_Surface *dst, SDL_Rect *dstrect) in SDL_UpperBlit() 536 static int SDL_FillRect1(SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color) in SDL_FillRect1() 543 static int SDL_FillRect4(SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color) in SDL_FillRect4() 553 int SDL_FillRect(SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color) in SDL_FillRect()
|
D | SDL_yuv.c | 83 int SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect) in SDL_DisplayYUVOverlay()
|
D | SDL_blit.c | 44 SDL_Surface *dst, SDL_Rect *dstrect) in SDL_SoftBlit()
|
D | SDL_stretch.c | 203 SDL_Surface *dst, SDL_Rect *dstrect) in SDL_SoftStretch()
|
D | SDL_RLEaccel.c | 841 SDL_Surface *dst, SDL_Rect *dstrect) in SDL_RLEBlit() 1108 SDL_Surface *dst, SDL_Rect *dstrect) in SDL_RLEAlphaBlit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fb3dfx.c | 94 SDL_Surface *dst, SDL_Rect *dstrect) in HWAccelBlit()
|
D | SDL_fbriva.c | 112 SDL_Surface *dst, SDL_Rect *dstrect) in HWAccelBlit()
|
D | SDL_fbmatrox.c | 121 SDL_Surface *dst, SDL_Rect *dstrect) in HWAccelBlit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
D | SDL_dx5yuv.c | 254 RECT srcrect, dstrect; in DX5_DisplayYUVOverlay() local
|
D | SDL_dx5video.c | 1903 SDL_Surface *dst, SDL_Rect *dstrect) 1996 static int DX5_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color)
|
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
D | SDL_DirectFB_video.c | 872 SDL_Surface *dst, SDL_Rect *dstrect) in DirectFB_HWAccelBlit() 903 static int DirectFB_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color) in DirectFB_FillHWRect()
|
/external/qemu/distrib/sdl-1.2.15/src/video/nds/ |
D | SDL_ndsvideo.c | 85 SDL_Surface *dst, SDL_Rect *dstrect) in HWAccelBlit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_image.c | 836 int ph_HWAccelBlit(SDL_Surface* src, SDL_Rect* srcrect, SDL_Surface* dst, SDL_Rect* dstrect) in ph_HWAccelBlit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
D | SDL_dgavideo.c | 865 SDL_Surface *dst, SDL_Rect *dstrect) in HWAccelBlit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
D | SDL_dspvideo.c | 1145 SDL_Surface *dst, SDL_Rect *dstrect) in DSp_HWAccelBlit()
|