Lines Matching refs:Uint8
43 Uint8 infolen; /* length of info field */
44 Uint8 has_cmap; /* 1 if image has colormap, 0 otherwise */
45 Uint8 type;
47 Uint8 cmap_start[2]; /* index of first colormap entry */
48 Uint8 cmap_len[2]; /* number of entries in colormap */
49 Uint8 cmap_bits; /* bits per colormap entry */
51 Uint8 yorigin[2]; /* image origin (ignored here) */
52 Uint8 xorigin[2];
53 Uint8 width[2]; /* image size */
54 Uint8 height[2];
55 Uint8 pixel_bits; /* bits/pixel */
56 Uint8 flags;
97 Uint8 *dst; in IMG_LoadTGA_RW()
208 Uint8 *pal = (Uint8 *)SDL_malloc(palsiz), *p = pal; in IMG_LoadTGA_RW()
252 dst = (Uint8 *)img->pixels; in IMG_LoadTGA_RW()
255 dst = (Uint8 *)img->pixels + (h - 1) * img->pitch; in IMG_LoadTGA_RW()
265 Uint8 c; in IMG_LoadTGA_RW()