Searched refs:rlebuf (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_RLEaccel.c1408 Uint8 *rlebuf, *dst; local
1468 rlebuf = (Uint8 *)SDL_malloc(maxsize);
1469 if(!rlebuf) {
1475 RLEDestFormat *r = (RLEDestFormat *)rlebuf;
1489 dst = rlebuf + sizeof(RLEDestFormat);
1604 Uint8 *p = SDL_realloc(rlebuf, dst - rlebuf);
1606 p = rlebuf;
1645 Uint8 *rlebuf, *dst; local
1675 rlebuf
[all...]

Completed in 51 milliseconds