SDL_RWwrite       78 src/endian/SDL_endian.c  return(SDL_RWwrite(dst, &value, (sizeof value), 1));
SDL_RWwrite       83 src/endian/SDL_endian.c  return(SDL_RWwrite(dst, &value, (sizeof value), 1));
SDL_RWwrite       88 src/endian/SDL_endian.c  return(SDL_RWwrite(dst, &value, (sizeof value), 1));
SDL_RWwrite       93 src/endian/SDL_endian.c  return(SDL_RWwrite(dst, &value, (sizeof value), 1));
SDL_RWwrite       98 src/endian/SDL_endian.c  return(SDL_RWwrite(dst, &value, (sizeof value), 1));
SDL_RWwrite      103 src/endian/SDL_endian.c  return(SDL_RWwrite(dst, &value, (sizeof value), 1));
SDL_RWwrite      425 src/video/SDL_bmp.c              SDL_RWwrite(dst, magic, 2, 1);
SDL_RWwrite      469 src/video/SDL_bmp.c                              SDL_RWwrite(dst, &colors[i].b, 1, 1);
SDL_RWwrite      470 src/video/SDL_bmp.c                              SDL_RWwrite(dst, &colors[i].g, 1, 1);
SDL_RWwrite      471 src/video/SDL_bmp.c                              SDL_RWwrite(dst, &colors[i].r, 1, 1);
SDL_RWwrite      472 src/video/SDL_bmp.c                              SDL_RWwrite(dst, &colors[i].unused, 1, 1);
SDL_RWwrite      491 src/video/SDL_bmp.c                      if ( SDL_RWwrite(dst, bits, 1, surface->pitch)
SDL_RWwrite      499 src/video/SDL_bmp.c                                      SDL_RWwrite(dst, &padbyte, 1, 1);