/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestABGR.c | 119 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 D | TestRotozoom.c | 418 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 D | TestGfxBlit.c | 154 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 D | TestShrink.c | 71 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 D | LaplaceRelaxation.c | 297 if ( SDL_BlitSurface(rotozoom_picture, NULL, screen, NULL) < 0 ) { in Draw()
|
/AliOS-Things-master/components/SDL2/src/video/alios/ |
A D | SDL_AliOS_mouse.c | 92 SDL_BlitSurface(surface, NULL, w_surface, NULL); in AliOS_ShowCursor()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | webp_to_sdl.c | 94 if (SDL_BlitSurface(surface, NULL, screen, NULL) || in WebpToSDL()
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_render_sw.c | 506 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 D | SDL_surface.h | 484 #define SDL_BlitSurface SDL_UpperBlit macro
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testshader.c | 316 SDL_BlitSurface(surface, &area, image, &area); in SDL_GL_LoadTexture()
|
A D | testautomation_surface.c | 189 ret = SDL_BlitSurface( face, NULL, testSurface, &rect ); in _testBlitBlendMode()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_xcf.c | 875 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 D | SDL_rotozoom.c | 1102 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 D | SDL_gfxPrimitives.c | 5524 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 D | SDL_surface.c | 768 return SDL_BlitSurface(src, srcrect, dst, dstrect); in SDL_UpperBlitScaled()
|