Home
last modified time | relevance | path

Searched refs:SDL_SWSURFACE (Results 1 – 25 of 32) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dwebp_to_sdl.c54 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 DTestGfxBlit.c98 …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 DTestRotozoom.c383 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 DTestShrink.c209 …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 DLaplaceRelaxation.c235 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 DTestFramerate.c153 videoflags = SDL_SWSURFACE | SDL_SRCALPHA | SDL_RESIZABLE; in main()
A DTestABGR.c75 videoflags = SDL_SWSURFACE | SDL_SRCALPHA | SDL_RESIZABLE; in main()
A DTestFonts.c320 videoflags = SDL_SWSURFACE | SDL_SRCALPHA | SDL_RESIZABLE; in main()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_pnm.c154 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 DIMG_xv.c121 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, 8, 0xe0, 0x1c, 0x03, 0); in IMG_LoadXV_RW()
A DIMG_svg.c125 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in IMG_LoadSVG_RW()
A DIMG_xpm.c1058 image = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, 8, in load_xpm()
1064 image = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, 32, in load_xpm()
A DIMG_tif.c192 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, img_width, img_height, 32, in IMG_LoadTIF_RW()
A DIMG_jpg.c364 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in IMG_LoadJPG_RW()
384 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in IMG_LoadJPG_RW()
A DIMG_xcf.c832 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 DIMG_tga.c197 img = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, in IMG_LoadTGA_RW()
A DIMG_webp.c222 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, in IMG_LoadWEBP_RW()
A DIMG_pcx.c157 surface = SDL_CreateRGBSurface(SDL_SWSURFACE, width, height, in IMG_LoadPCX_RW()
A DIMG_lbm.c253 …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 DSDL_rotozoom.c1092 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 DSDL_test_font.c3161 character = SDL_CreateRGBSurface(SDL_SWSURFACE, in SDLTest_DrawCharacter()
/AliOS-Things-master/components/SDL2/include/
A DSDL_surface.h52 #define SDL_SWSURFACE 0 /**< Just here for compatibility */ macro
/AliOS-Things-master/components/SDL2/test/
A Dtestshader.c294 image = SDL_CreateRGBSurface(SDL_SWSURFACE, w, h, 32, in SDL_GL_LoadTexture()
A Dtestautomation_surface.c58 …testSurface = SDL_CreateRGBSurface(SDL_SWSURFACE, referenceSurface->w, referenceSurface->h, 32, rm… in _surfaceSetUp()
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c1416 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()

Completed in 38 milliseconds

12