Searched refs:SDL_CalculatePitch (Results 1 – 3 of 3) sorted by relevance
37 extern int SDL_CalculatePitch(SDL_Surface * surface);
748 SDL_CalculatePitch(SDL_Surface * surface) in SDL_CalculatePitch() function
58 surface->pitch = SDL_CalculatePitch(surface); in SDL_CreateRGBSurfaceWithFormat()