Home
last modified time | relevance | path

Searched defs:flipy (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_rotate.c157 computeSourceIncrements90(SDL_Surface * src, int bpp, int angle, int flipx, int flipy, in computeSourceIncrements90()
200 transformSurfaceRGBA90(SDL_Surface * src, SDL_Surface * dst, int angle, int flipx, int flipy) in transformSurfaceRGBA90()
206 transformSurfaceY90(SDL_Surface * src, SDL_Surface * dst, int angle, int flipx, int flipy) in transformSurfaceY90()
233 …ace * src, SDL_Surface * dst, int cx, int cy, int isin, int icos, int flipx, int flipy, int smooth) in _transformSurfaceRGBA()
347 …ceY(SDL_Surface * src, SDL_Surface * dst, int cx, int cy, int isin, int icos, int flipx, int flipy) in transformSurfaceY()
414 …e * src, double angle, int centerx, int centery, int smooth, int flipx, int flipy, int dstwidth, i… in SDLgfx_rotateSurface()