Home
last modified time | relevance | path

Searched refs:SDL_realloc (Results 1 – 18 of 18) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/unix/
DSDL_sysfilesystem.c53 char *ptr = (char *) SDL_realloc(retval, (size_t) len); in readSymLink()
159 char *ptr = (char *) SDL_realloc(retval, strlen(retval) + 1); in SDL_GetBasePath()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_getenv.c157 new_env = SDL_realloc(SDL_env, (i + 2) * sizeof(char *)); in SDL_setenv()
200 char *newmem = (char *) SDL_realloc(SDL_envmem, bufferlen); in SDL_getenv()
DSDL_iconv.c904 string = SDL_realloc(string, stringsize); in SDL_iconv_string()
DSDL_malloc.c44 void *SDL_realloc(void *ptr, size_t size) in SDL_realloc() function
643 #define realloc SDL_realloc
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_touch.c141 touchDevices = (SDL_Touch **) SDL_realloc(SDL_touchDevices, in SDL_AddTouch()
178 …new_fingers = (SDL_Finger **)SDL_realloc(touch->fingers, (touch->max_fingers+1)*sizeof(*touch->fin… in SDL_AddFinger()
DSDL_gesture.c187 (SDL_DollarTemplate *)SDL_realloc(inTouch->dollarTemplate, in SDL_AddDollarGesture_one()
444 SDL_GestureTouch *gestureTouch = (SDL_GestureTouch *)SDL_realloc(SDL_gestureTouch, in SDL_GestureAddTouch()
DSDL_mouse.c311 …SDL_MouseClickState *clickstate = (SDL_MouseClickState *)SDL_realloc(mouse->clickstate, count * si…
/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/windows/
DSDL_sysfilesystem.c61 void *ptr = SDL_realloc(path, buflen * sizeof (WCHAR)); in SDL_GetBasePath()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_stdinc.h337 extern DECLSPEC void *SDLCALL SDL_realloc(void *mem, size_t size);
495 #define SDL_realloc realloc macro
/third_party/flutter/skia/third_party/externals/sdl/src/thread/
DSDL_thread.c67 …storage = (SDL_TLSData *)SDL_realloc(storage, sizeof(*storage)+(newlimit-1)*sizeof(storage->array[… in SDL_TLSSet()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsmessagebox.c102 void *data = SDL_realloc(dialog->data, size); in ExpandDialogSpace()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_bmp.c318 (SDL_Color *) SDL_realloc(palette->colors, in SDL_LoadBMP_RW()
DSDL_RLEaccel.c1232 Uint8 *p = SDL_realloc(rlebuf, dst - rlebuf); in RLEAlphaSurface()
1393 Uint8 *p = SDL_realloc(rlebuf, dst - rlebuf); in RLEColorkeySurface()
DSDL_video.c597 SDL_realloc(_this->displays, in SDL_AddVideoDisplay()
745 SDL_realloc(modes, in SDL_AddDisplayMode()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h382 #define SDL_realloc SDL_realloc_REAL macro
DSDL_dynapi_procs.h411 SDL_DYNAPI_PROC(void*,SDL_realloc,(void *a, size_t b),(a,b),return)
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c272 (SDL_WindowData **) SDL_realloc(windowlist, in SetupWindowData()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/
DSDL_render_gl.c346 … char **error_messages = SDL_realloc(data->error_messages, errors * sizeof(*data->error_messages)); in GL_HandleDebugMessage()