Home
last modified time | relevance | path

Searched refs:SDL_CalculatePitch (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_pixels_c.h37 extern int SDL_CalculatePitch(SDL_Surface * surface);
DSDL_pixels.c748 SDL_CalculatePitch(SDL_Surface * surface) in SDL_CalculatePitch() function
DSDL_surface.c58 surface->pitch = SDL_CalculatePitch(surface); in SDL_CreateRGBSurfaceWithFormat()