Lines Matching refs:Uint8
59 Uint8 *bits;
60 Uint8 *top, *end;
261 top = (Uint8 *)surface->pixels;
262 end = (Uint8 *)surface->pixels+(surface->h*surface->pitch);
286 Uint8 pixel = 0;
333 Uint8 padbyte;
365 Uint8 *bits;
512 bits = (Uint8 *)surface->pixels+(surface->h*surface->pitch);
514 while ( bits > (Uint8 *)surface->pixels ) {
521 const Uint8 padbyte = 0;