Home
last modified time | relevance | path

Searched refs:SDL_BlitSurface (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libwebp/extras/
Dwebp_to_sdl.c94 if (SDL_BlitSurface(surface, NULL, screen, NULL) || in WebpToSDL()
/third_party/flutter/skia/third_party/externals/libwebp/extras/
Dwebp_to_sdl.c94 if (SDL_BlitSurface(surface, NULL, screen, NULL) || in WebpToSDL()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_surface.h457 #define SDL_BlitSurface SDL_UpperBlit macro
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dkeyboard.c215 SDL_BlitSurface(surface, NULL, converted, NULL); in loadFont()
Dfireworks.c342 SDL_BlitSurface(bmp_surface, NULL, bmp_surface_rgba8888, NULL); in initializeTexture()
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestshader.c316 SDL_BlitSurface(surface, &area, image, &area); in SDL_GL_LoadTexture()
Dtestautomation_surface.c189 ret = SDL_BlitSurface( face, NULL, testSurface, &rect ); in _testBlitBlendMode()
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_render_sw.c572 return SDL_BlitSurface(src, srcrect, surface, &final_rect); in SW_RenderCopy()
718 retval = SDL_BlitSurface(surface_rotated, NULL, surface, &tmp_rect); in SW_RenderCopyEx()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_surface.c693 return SDL_BlitSurface(src, srcrect, dst, dstrect); in SDL_UpperBlitScaled()