Lines Matching refs:Uint8
43 Uint8 Manufacturer;
44 Uint8 Version;
45 Uint8 Encoding;
46 Uint8 BitsPerPixel;
49 Uint8 Colormap[48];
50 Uint8 Reserved;
51 Uint8 NPlanes;
56 Uint8 Filler[54];
98 Uint8 *row, *buf = NULL; in IMG_LoadPCX_RW()
102 Uint8 ch; in IMG_LoadPCX_RW()
164 buf = (Uint8 *)SDL_calloc(bpl, 1); in IMG_LoadPCX_RW()
169 row = (Uint8 *)surface->pixels; in IMG_LoadPCX_RW()
202 Uint8 *innerSrc = buf; in IMG_LoadPCX_RW()
207 Uint8 byte = *innerSrc++; in IMG_LoadPCX_RW()
222 Uint8 *innerSrc = buf; in IMG_LoadPCX_RW()
226 Uint8 *dst = row + plane; in IMG_LoadPCX_RW()
248 Uint8 ch; in IMG_LoadPCX_RW()