/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | webp_to_sdl.c | 54 screen = SDL_SetVideoMode(input->width, input->height, 32, SDL_SWSURFACE); in WebpToSDL() 61 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in WebpToSDL()
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | TestGfxBlit.c | 98 …texture_image = SDL_DisplayFormatAlpha(SDL_CreateRGBSurface(SDL_SWSURFACE, s, s, 32, rmask, gmask,… in Draw() 110 …texture_target1 = SDL_DisplayFormatAlpha(SDL_CreateRGBSurface(SDL_SWSURFACE, 256, 256, 32, rmask, … in Draw() 117 …texture_target2 = SDL_DisplayFormatAlpha(SDL_CreateRGBSurface(SDL_SWSURFACE, 256, 256, 32, rmask, … in Draw()
|
A D | TestRotozoom.c | 383 testx1 = SDL_CreateRGBSurface(SDL_SWSURFACE, size, size, 24, 0, 0, 0, 0); in AccuracyTest1() 405 ref = SDL_CreateRGBSurface(SDL_SWSURFACE, size, size, 24, 0, 0, 0, 0); in AccuracyTest1() 703 …picture_again = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, rmask, gmask, bmas… in Draw() 726 …picture_again = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, amask, bmask, gmas… in Draw() 774 …picture_again = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, rmask, gmask, bmas… in Draw() 842 …picture_again = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, rmask, gmask, bmas… in Draw() 893 …picture_again = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, rmask, gmask, bmas… in Draw()
|
A D | TestShrink.c | 209 …picture_again = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, 0x000000ff, 0x0000… in Draw() 239 …picture_again = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, 0x000000ff, 0x0000… in Draw()
|
A D | LaplaceRelaxation.c | 235 mapped_picture = SDL_CreateRGBSurface(SDL_SWSURFACE, picture->w, picture->h, 32, in Draw() 344 video_flags = SDL_SWSURFACE | SDL_SRCALPHA | SDL_RESIZABLE | SDL_DOUBLEBUF; in main()
|
A D | TestFramerate.c | 153 videoflags = SDL_SWSURFACE | SDL_SRCALPHA | SDL_RESIZABLE; in main()
|
A D | TestABGR.c | 75 videoflags = SDL_SWSURFACE | SDL_SRCALPHA | SDL_RESIZABLE; in main()
|
A D | TestFonts.c | 320 videoflags = SDL_SWSURFACE | SDL_SRCALPHA | SDL_RESIZABLE; in main()
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_pnm.c | 154 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, width, height, 24, in IMG_LoadPNM_RW() 163 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, width, height, 8, in IMG_LoadPNM_RW()
|
A D | IMG_xv.c | 121 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, 8, 0xe0, 0x1c, 0x03, 0); in IMG_LoadXV_RW()
|
A D | IMG_svg.c | 125 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in IMG_LoadSVG_RW()
|
A D | IMG_xpm.c | 1058 image = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, 8, in load_xpm() 1064 image = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, 32, in load_xpm()
|
A D | IMG_tif.c | 192 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, img_width, img_height, 32, in IMG_LoadTIF_RW()
|
A D | IMG_jpg.c | 364 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in IMG_LoadJPG_RW() 384 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in IMG_LoadJPG_RW()
|
A D | IMG_xcf.c | 832 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, head->width, head->height, 32, in IMG_LoadXCF_RW() 849 lays = SDL_CreateRGBSurface(SDL_SWSURFACE, head->width, head->height, 32, in IMG_LoadXCF_RW() 900 chs = SDL_CreateRGBSurface(SDL_SWSURFACE, head->width, head->height, 32, in IMG_LoadXCF_RW()
|
A D | IMG_tga.c | 197 img = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, in IMG_LoadTGA_RW()
|
A D | IMG_webp.c | 222 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in IMG_LoadWEBP_RW()
|
A D | IMG_pcx.c | 157 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, width, height, in IMG_LoadPCX_RW()
|
A D | IMG_lbm.c | 253 …if ( ( Image = SDL_CreateRGBSurface( SDL_SWSURFACE, width, bmhd.h, (nbplanes==24 || flagHAM==1)?24… in IMG_LoadLBM_RW()
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_rotozoom.c | 1092 SDL_CreateRGBSurface(SDL_SWSURFACE, src->w, src->h, 32, in rotozoomSurfaceXY() 1157 SDL_CreateRGBSurface(SDL_SWSURFACE, dstwidth, dstheight + GUARD_ROWS, 32, in rotozoomSurfaceXY() 1164 rz_dst = SDL_CreateRGBSurface(SDL_SWSURFACE, dstwidth, dstheight + GUARD_ROWS, 8, 0, 0, 0, 0); in rotozoomSurfaceXY() 1249 SDL_CreateRGBSurface(SDL_SWSURFACE, dstwidth, dstheight + GUARD_ROWS, 32, in rotozoomSurfaceXY() 1256 rz_dst = SDL_CreateRGBSurface(SDL_SWSURFACE, dstwidth, dstheight + GUARD_ROWS, 8, 0, 0, 0, 0); in rotozoomSurfaceXY() 1422 SDL_CreateRGBSurface(SDL_SWSURFACE, src->w, src->h, 32, in zoomSurface() 1454 SDL_CreateRGBSurface(SDL_SWSURFACE, dstwidth, dstheight + GUARD_ROWS, 32, in zoomSurface() 1461 rz_dst = SDL_CreateRGBSurface(SDL_SWSURFACE, dstwidth, dstheight + GUARD_ROWS, 8, 0, 0, 0, 0); in zoomSurface() 1579 rz_src = SDL_CreateRGBSurface(SDL_SWSURFACE, src->w, src->h, 32, in shrinkSurface() 1621 SDL_CreateRGBSurface(SDL_SWSURFACE, dstwidth, dstheight + GUARD_ROWS, 32, in shrinkSurface() [all …]
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_font.c | 3161 character = SDL_CreateRGBSurface(SDL_SWSURFACE, in SDLTest_DrawCharacter()
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_surface.h | 52 #define SDL_SWSURFACE 0 /**< Just here for compatibility */ macro
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testshader.c | 294 image = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, 32, in SDL_GL_LoadTexture()
|
A D | testautomation_surface.c | 58 …testSurface = SDL_CreateRGBSurface(SDL_SWSURFACE, referenceSurface->w, referenceSurface->h, 32, rm… in _surfaceSetUp()
|
/AliOS-Things-master/components/SDL2/src/ttf/ |
A D | SDL_ttf.c | 1416 textbuf = SDL_CreateRGBSurface(SDL_SWSURFACE, width, height, 8, 0, 0, 0, 0); in TTF_RenderUTF8_Solid() 1594 textbuf = SDL_CreateRGBSurface(SDL_SWSURFACE, width, height, 8, 0, 0, 0, 0); in TTF_RenderUTF8_Shaded() 1785 textbuf = SDL_CreateRGBSurface(SDL_SWSURFACE, width, height, 32, in TTF_RenderUTF8_Blended() 2054 textbuf = SDL_CreateRGBSurface(SDL_SWSURFACE, in TTF_RenderUTF8_Blended_Wrapped()
|