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

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_RLEaccel.c783 static void RLEClipBlit(int w, Uint8 *srcbuf, SDL_Surface *dst, argument
797 ofs += *(Type *)srcbuf; \
798 run = ((Type *)srcbuf)[1]; \
799 srcbuf += 2 * sizeof(Type); \
815 do_blit(dstbuf + startcol * bpp, srcbuf + start * bpp, \
819 srcbuf += run * bpp; \
844 Uint8 *srcbuf; local
861 srcbuf = (Uint8 *)src->map->sw_data->aux_data;
872 ofs += *(Type *)srcbuf; \
873 run = ((Type *)srcbuf)[
1015 RLEAlphaClipBlit(int w, Uint8 *srcbuf, SDL_Surface *dst, Uint8 *dstbuf, SDL_Rect *srcrect) argument
1112 Uint8 *srcbuf, *dstbuf; local
1613 getpix_8(Uint8 *srcbuf) argument
1618 getpix_16(Uint8 *srcbuf) argument
1623 getpix_24(Uint8 *srcbuf) argument
1632 getpix_32(Uint8 *srcbuf) argument
1648 Uint8 *srcbuf, *lastline; local
1825 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 8592 milliseconds