Searched refs:SDL_memmove (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit_copy.c | 114 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/ |
D | SDL_stdinc.h | 394 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/ |
D | SDL_qsort.c | 59 #define memmove SDL_memmove
|
D | SDL_string.c | 367 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/ |
D | SDL_emscriptenaudio.c | 39 SDL_memmove(this->hidden->mixbuf, in copyData()
|
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
D | SDL_dynapi_overrides.h | 394 #define SDL_memmove SDL_memmove_REAL macro
|
D | SDL_dynapi_procs.h | 423 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/ |
D | testime.c | 179 SDL_memmove(hexBuffer, hexBuffer + codepointHexSize + 1, bytesOverread); in unifont_init()
|