/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_imageBlitBlend.c | 583 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlendAdd() local 1113 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlend() local 1543 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlendMod() local 2356 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlendNone() local 2824 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitBlendAll() local
|
A D | SDL_test_imageBlit.c | 543 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlit() local 1026 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitColor() local 1538 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageBlitAlpha() local
|
A D | SDL_test_imageFace.c | 226 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImageFace() local
|
A D | SDL_test_imagePrimitives.c | 493 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImagePrimitives() local
|
A D | SDL_test_imagePrimitivesBlend.c | 675 SDL_Surface *surface = SDL_CreateRGBSurfaceFrom( in SDLTest_ImagePrimitivesBlend() local
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_surface.c | 63 SDL_Surface *surface; in SDL_CreateRGBSurfaceWithFormat() local 180 SDL_Surface *surface; in SDL_CreateRGBSurfaceFrom() local 203 SDL_Surface *surface; in SDL_CreateRGBSurfaceWithFormatFrom() local 232 SDL_SetSurfaceRLE(SDL_Surface * surface, int flag) in SDL_SetSurfaceRLE() 284 SDL_HasColorKey(SDL_Surface * surface) in SDL_HasColorKey() 298 SDL_GetColorKey(SDL_Surface * surface, Uint32 * key) in SDL_GetColorKey() 591 SDL_GetClipRect(SDL_Surface * surface, SDL_Rect * rect) in SDL_GetClipRect() 913 SDL_LockSurface(SDL_Surface * surface) in SDL_LockSurface() 936 SDL_UnlockSurface(SDL_Surface * surface) in SDL_UnlockSurface() 956 SDL_DuplicateSurface(SDL_Surface * surface) in SDL_DuplicateSurface() [all …]
|
A D | SDL_bmp.c | 57 static int readRlePixels(SDL_Surface * surface, SDL_RWops * src, int isRle8) in readRlePixels() 143 static void CorrectAlphaChannel(SDL_Surface *surface) in CorrectAlphaChannel() 179 SDL_Surface *surface; in SDL_LoadBMP_RW() local 572 SDL_Surface *surface; in SDL_SaveBMP_RW() local
|
/AliOS-Things-master/components/SDL2/src/video/alios/ |
A D | SDL_AliOS_framebuffer.c | 37 SDL_Surface *surface; in SDL_AliOS_CreateWindowFramebuffer() local 66 SDL_Surface *surface; in SDL_AliOS_UpdateWindowFramebuffer() local 84 SDL_Surface *surface; in SDL_AliOS_DestroyWindowFramebuffer() local
|
A D | SDL_AliOS_mouse.c | 50 AliOS_CreateCursor(SDL_Surface * surface, int hot_x, int hot_y) in AliOS_CreateCursor() 69 AliOS_CreateSystemCursor(SDL_Surface * surface, int hot_x, int hot_y) in AliOS_CreateSystemCursor() 81 SDL_Surface *surface; in AliOS_ShowCursor() local
|
A D | SDL_AliOS_mouse.h | 30 SDL_Surface * surface; member
|
/AliOS-Things-master/components/SDL2/src/video/dummy/ |
A D | SDL_nullframebuffer.c | 33 SDL_Surface *surface; in SDL_DUMMY_CreateWindowFramebuffer() local 62 SDL_Surface *surface; in SDL_DUMMY_UpdateWindowFramebuffer() local 81 SDL_Surface *surface; in SDL_DUMMY_DestroyWindowFramebuffer() local
|
/AliOS-Things-master/components/SDL2/src/video/offscreen/ |
A D | SDL_offscreenframebuffer.c | 34 SDL_Surface *surface; in SDL_OFFSCREEN_CreateWindowFramebuffer() local 63 SDL_Surface *surface; in SDL_OFFSCREEN_UpdateWindowFramebuffer() local 82 SDL_Surface *surface; in SDL_OFFSCREEN_DestroyWindowFramebuffer() local
|
/AliOS-Things-master/components/SDL2/src/render/software/ |
A D | SDL_render_sw.c | 49 SDL_Surface *surface; member 63 SDL_Surface *surface = SDL_GetWindowSurface(renderer->window); in SW_ActivateRenderer() local 142 SDL_Surface *surface = (SDL_Surface *) texture->driverdata; in SW_UpdateTexture() local 168 SDL_Surface *surface = (SDL_Surface *) texture->driverdata; in SW_LockTexture() local 573 SDL_Surface *surface = (SDL_Surface *) texture->driverdata; in PrepTextureForCopy() local 589 SetDrawState(SDL_Surface *surface, SW_DrawStateCache *drawstate) in SetDrawState() 614 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RunCommandQueue() local 752 SDL_Surface *surface = SW_ActivateRenderer(renderer); in SW_RenderReadPixels() local 792 SDL_Surface *surface = (SDL_Surface *) texture->driverdata; in SW_DestroyTexture() local 807 SW_CreateRendererForSurface(SDL_Surface * surface) in SW_CreateRendererForSurface() [all …]
|
/AliOS-Things-master/components/SDL2/src/video/emscripten/ |
A D | SDL_emscriptenframebuffer.c | 32 SDL_Surface *surface; in Emscripten_CreateWindowFramebuffer() local 62 SDL_Surface *surface; in Emscripten_UpdateWindowFramebuffer() local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG.c | 261 SDL_Surface *surface = IMG_Load(file); in IMG_LoadTexture() local 272 SDL_Surface *surface = IMG_Load_RW(src, freesrc); in IMG_LoadTexture_RW() local 283 SDL_Surface *surface = IMG_LoadTyped_RW(src, freesrc, type); in IMG_LoadTextureTyped_RW() local
|
A D | IMG_xxx.c | 50 SDL_Surface *surface = NULL; in IMG_LoadXXX_RW() local
|
A D | IMG_png.c | 253 SDL_Surface *volatile surface; in IMG_LoadPNG_RW() local 506 int IMG_SavePNG(SDL_Surface *surface, const char *file) in IMG_SavePNG() 534 static int IMG_SavePNG_RW_libpng(SDL_Surface *surface, SDL_RWops *dst, int freedst) in IMG_SavePNG_RW_libpng() 650 static int IMG_SavePNG_RW_miniz(SDL_Surface *surface, SDL_RWops *dst, int freedst) in IMG_SavePNG_RW_miniz() 684 int IMG_SavePNG_RW(SDL_Surface *surface, SDL_RWops *dst, int freedst) in IMG_SavePNG_RW()
|
/AliOS-Things-master/components/SDL2/src/video/directfb/ |
A D | SDL_DirectFB_shape.h | 31 IDirectFBSurface *surface; member
|
/AliOS-Things-master/components/SDL2/src/video/wayland/ |
A D | SDL_waylandwindow.h | 36 struct zxdg_surface_v6 *surface; member 45 struct xdg_surface *surface; member 56 struct wl_surface *surface; member
|
/AliOS-Things-master/components/SDL2/src/video/qnx/ |
A D | sdl_qnx.h | 32 EGLSurface surface; member
|
A D | gl.c | 175 EGLSurface surface; in glCreateContext() local 252 EGLSurface surface = NULL; in glMakeCurrent() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/ |
A D | webp_to_sdl.c | 39 SDL_Surface* surface = NULL; in WebpToSDL() local
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspgl_c.h | 35 EGLSurface surface; member
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_syswm.h | 233 IDirectFBSurface *surface; /**< The directfb client surface */ member 263 struct wl_surface *surface; /**< Wayland surface */ member 271 void *surface; /**< Mir surface */ member 279 EGLSurface surface; member
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testdrawchessboard.c | 28 SDL_Surface *surface; variable
|