Home
last modified time | relevance | path

Searched refs:SDL_memmove (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_blit_copy.c114 SDL_memmove(dst, src, w); in SDL_BlitCopy()
122 SDL_memmove(dst, src, w); in SDL_BlitCopy()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_stdinc.h394 extern DECLSPEC void *SDLCALL SDL_memmove(SDL_OUT_BYTECAP(len) void *dst, SDL_IN_BYTECAP(len) const…
499 #define SDL_memmove memmove macro
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_qsort.c59 #define memmove SDL_memmove
DSDL_string.c367 SDL_memmove(SDL_OUT_BYTECAP(len) void *dst, SDL_IN_BYTECAP(len) const void *src, size_t len) in SDL_memmove() function
/third_party/flutter/skia/third_party/externals/sdl/src/audio/emscripten/
DSDL_emscriptenaudio.c39 SDL_memmove(this->hidden->mixbuf, in copyData()
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h394 #define SDL_memmove SDL_memmove_REAL macro
DSDL_dynapi_procs.h423 SDL_DYNAPI_PROC(void*,SDL_memmove,(SDL_OUT_BYTECAP(c) void *a, SDL_IN_BYTECAP(c) const void *b, siz…
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestime.c179 SDL_memmove(hexBuffer, hexBuffer + codepointHexSize + 1, bytesOverread); in unifont_init()