Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestABGR.c119 SDL_BlitSurface(s, 0, SDL_GetVideoSurface(), &r); in main()
124 SDL_BlitSurface(s, 0, SDL_GetVideoSurface(), &r); in main()
129 SDL_BlitSurface(s, 0, SDL_GetVideoSurface(), &r); in main()
134 SDL_BlitSurface(s, 0, SDL_GetVideoSurface(), &r); in main()
139 SDL_BlitSurface(s, 0, SDL_GetVideoSurface(), &r); in main()
144 SDL_BlitSurface(s, 0, SDL_GetVideoSurface(), &r); in main()
149 SDL_BlitSurface(s, 0, SDL_GetVideoSurface(), &r); in main()
154 SDL_BlitSurface(s, 0, SDL_GetVideoSurface(), &r); in main()
161 SDL_BlitSurface(s, 0, SDL_GetVideoSurface(), &r); in main()
166 SDL_BlitSurface(s, 0, SDL_GetVideoSurface(), &r); in main()
[all …]
A DTestRotozoom.c418 SDL_BlitSurface(testx1, 0, screen, &target); in AccuracyTest1()
422 SDL_BlitSurface(ref, 0, screen, &target); in AccuracyTest1()
426 SDL_BlitSurface(ref, 0, screen, &target); in AccuracyTest1()
430 SDL_BlitSurface(testx2, 0, screen, &target); in AccuracyTest1()
434 SDL_BlitSurface(ref, 0, screen, &target); in AccuracyTest1()
438 SDL_BlitSurface(ref, 0, screen, &target); in AccuracyTest1()
487 SDL_BlitSurface(zoomed1, 0, screen, &target); in AccuracyTest2()
490 SDL_BlitSurface(zoomed2, 0, screen, &target); in AccuracyTest2()
493 SDL_BlitSurface(zoomed4, 0, screen, &target); in AccuracyTest2()
496 SDL_BlitSurface(zoomed3, 0, screen, &target); in AccuracyTest2()
[all …]
A DTestGfxBlit.c154 SDL_BlitSurface(texture_image, NULL, texture_target1, &dest); in Draw()
168 SDL_BlitSurface(texture_target1, NULL, screen, &dest); in Draw()
175 SDL_BlitSurface(texture_target2, NULL, screen, &dest); in Draw()
A DTestShrink.c71 if ( SDL_BlitSurface(shrink_picture, NULL, screen, &dest) < 0 ) { in ShrinkPicture()
210 SDL_BlitSurface(picture,NULL,picture_again,NULL); in Draw()
240 SDL_BlitSurface(picture,NULL,picture_again,NULL); in Draw()
A DLaplaceRelaxation.c297 if ( SDL_BlitSurface(rotozoom_picture, NULL, screen, NULL) < 0 ) { in Draw()
/AliOS-Things-master/components/SDL2/src/video/alios/
A DSDL_AliOS_mouse.c92 SDL_BlitSurface(surface, NULL, w_surface, NULL); in AliOS_ShowCursor()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dwebp_to_sdl.c94 if (SDL_BlitSurface(surface, NULL, screen, NULL) || in WebpToSDL()
/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_render_sw.c506 retval = SDL_BlitSurface(src_rotated, NULL, surface, &tmp_rect); in SW_RenderCopyEx()
515 retval = SDL_BlitSurface(mask_rotated, NULL, surface, &mask_rect); in SW_RenderCopyEx()
523 retval = SDL_BlitSurface(src_rotated, NULL, surface, &mask_rect); in SW_RenderCopyEx()
539 retval = SDL_BlitSurface(src_rotated_rgb, NULL, surface, &tmp_rect); in SW_RenderCopyEx()
718 SDL_BlitSurface(src, srcrect, surface, dstrect); in SW_RunCommandQueue()
/AliOS-Things-master/components/SDL2/include/
A DSDL_surface.h484 #define SDL_BlitSurface SDL_UpperBlit macro
/AliOS-Things-master/components/SDL2/test/
A Dtestshader.c316 SDL_BlitSurface(surface, &area, image, &area); in SDL_GL_LoadTexture()
A Dtestautomation_surface.c189 ret = SDL_BlitSurface( face, NULL, testSurface, &rect ); in _testBlitBlendMode()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_xcf.c875 SDL_BlitSurface (lays, &rs, surface, &rd); in IMG_LoadXCF_RW()
911 SDL_BlitSurface (chs, NULL, surface, NULL); in IMG_LoadXCF_RW()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_rotozoom.c1102 SDL_BlitSurface(src, NULL, rz_src, NULL); in rotozoomSurfaceXY()
1432 SDL_BlitSurface(src, NULL, rz_src, NULL); in zoomSurface()
1591 SDL_BlitSurface(src, NULL, rz_src, NULL); in shrinkSurface()
A DSDL_gfxPrimitives.c5524 result = (SDL_BlitSurface (texture, &source_rect , dst, &dst_rect) == 0); in _HLineTextured()
5531 result |= (SDL_BlitSurface (texture, &source_rect , dst, &dst_rect) == 0); in _HLineTextured()
5543 result |= (SDL_BlitSurface (texture,&source_rect , dst, &dst_rect) == 0); in _HLineTextured()
6058 result = SDL_BlitSurface(gfxPrimitivesFont[ci], &srect, dst, &drect); in characterColor()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_surface.c768 return SDL_BlitSurface(src, srcrect, dst, dstrect); in SDL_UpperBlitScaled()

Completed in 34 milliseconds