Searched defs:srcbuf (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_RLEaccel.c782 static void RLEClipBlit(int w, Uint8 *srcbuf, SDL_Surface *dst, argument
796 ofs += *(Type *)srcbuf; \
797 run = ((Type *)srcbuf)[1]; \
798 srcbuf += 2 * sizeof(Type); \
814 do_blit(dstbuf + startcol * bpp, srcbuf + start * bpp, \
818 srcbuf += run * bpp; \
843 Uint8 *srcbuf; local
860 srcbuf = (Uint8 *)src->map->sw_data->aux_data;
871 ofs += *(Type *)srcbuf; \
872 run = ((Type *)srcbuf)[
1014 RLEAlphaClipBlit(int w, Uint8 *srcbuf, SDL_Surface *dst, Uint8 *dstbuf, SDL_Rect *srcrect) argument
1111 Uint8 *srcbuf, *dstbuf; local
1612 getpix_8(Uint8 *srcbuf) argument
1617 getpix_16(Uint8 *srcbuf) argument
1622 getpix_24(Uint8 *srcbuf) argument
1631 getpix_32(Uint8 *srcbuf) argument
1647 Uint8 *srcbuf, *curbuf, *lastline; local
1827 Uint8 *srcbuf; local
[all...]
/external/quake/quake/src/QW/client/
H A Dgl_screen.c837 unsigned char *newbuf, *srcbuf; local
H A Dscreen.c787 unsigned char *newbuf, *srcbuf; local

Completed in 246 milliseconds