/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_blit_copy.c | 51 SDL_memcpy(dst, src, len & 63); in SDL_memcpySSE() 85 SDL_memcpy(dst + skip, src + skip, remain); in SDL_memcpyMMX() 156 SDL_memcpy(dst, src, w); in SDL_BlitCopy()
|
D | SDL_surface.c | 911 SDL_memcpy(convert->format->palette->colors, in SDL_ConvertSurface() 1101 SDL_memcpy(dst, src, width); in SDL_ConvertPixels() 1113 SDL_memcpy(dst, src, width); in SDL_ConvertPixels() 1121 SDL_memcpy(dst, src, width); in SDL_ConvertPixels()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/dummy/ |
D | SDL_sysjoystick.c | 108 SDL_memcpy( &guid, name, SDL_min( sizeof(guid), SDL_strlen( name ) ) ); in SDL_SYS_JoystickGetDeviceGUID() 119 SDL_memcpy( &guid, name, SDL_min( sizeof(guid), SDL_strlen( name ) ) ); in SDL_SYS_JoystickGetGUID()
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/ |
D | windows_process.c | 68 SDL_memcpy(working_directory, file, path_length + 1); in SDL_LaunchProcess() 86 SDL_memcpy(command_line, file, path_length); in SDL_LaunchProcess() 88 SDL_memcpy(command_line + path_length + 1, args, args_length + 1); in SDL_LaunchProcess()
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | loopwave.c | 63 SDL_memcpy(stream, waveptr, waveleft); in fillerup() 70 SDL_memcpy(stream, waveptr, len); in fillerup()
|
D | testaudiohotplug.c | 58 SDL_memcpy(stream, waveptr, waveleft); in fillerup() 65 SDL_memcpy(stream, waveptr, len); in fillerup()
|
D | testresample.c | 65 SDL_memcpy(cvt.buf, data, len); in main()
|
D | testmultiaudio.c | 43 SDL_memcpy(stream, waveptr, cpy); in play_through_once()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/psp/ |
D | SDL_sysjoystick.c | 253 SDL_memcpy( &guid, name, SDL_min( sizeof(guid), SDL_strlen( name ) ) ); in SDL_SYS_JoystickGetDeviceGUID() 263 SDL_memcpy( &guid, name, SDL_min( sizeof(guid), SDL_strlen( name ) ) ); in SDL_SYS_JoystickGetGUID()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/haiku/ |
D | SDL_haikujoystick.cc | 256 SDL_memcpy( &guid, name, SDL_min( sizeof(guid), SDL_strlen( name ) ) ); in SDL_SYS_JoystickGetDeviceGUID() 266 SDL_memcpy( &guid, name, SDL_min( sizeof(guid), SDL_strlen( name ) ) ); in SDL_SYS_JoystickGetGUID()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/ |
D | SDL_yuv_sw.c | 1122 SDL_memcpy(swdata->pixels, pixels, in SDL_SW_UpdateYUVTexture() 1134 SDL_memcpy(dst, src, length); in SDL_SW_UpdateYUVTexture() 1145 SDL_memcpy(dst, src, length); in SDL_SW_UpdateYUVTexture() 1157 SDL_memcpy(dst, src, length); in SDL_SW_UpdateYUVTexture() 1177 SDL_memcpy(dst, src, length); in SDL_SW_UpdateYUVTexture() 1203 SDL_memcpy(dst, src, length); in SDL_SW_UpdateYUVTexturePlanar() 1219 SDL_memcpy(dst, src, length); in SDL_SW_UpdateYUVTexturePlanar() 1235 SDL_memcpy(dst, src, length); in SDL_SW_UpdateYUVTexturePlanar()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/emscripten/ |
D | SDL_sysjoystick.c | 387 SDL_memcpy(&guid, name, SDL_min(sizeof(guid), SDL_strlen(name))); in SDL_SYS_JoystickGetDeviceGUID() 398 SDL_memcpy(&guid, name, SDL_min(sizeof(guid), SDL_strlen(name))); in SDL_SYS_JoystickGetGUID()
|
/third_party/flutter/skia/third_party/externals/sdl/src/file/ |
D | SDL_rwops.c | 201 SDL_memcpy(ptr, data, read_ahead); in windows_file_read() 220 SDL_memcpy(ptr, context->hidden.windowsio.buffer.data, read_ahead); in windows_file_read() 429 SDL_memcpy(ptr, context->hidden.mem.here, total_bytes); in mem_read() 441 SDL_memcpy(context->hidden.mem.here, ptr, num * size); in mem_write()
|
/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/haiku/ |
D | SDL_sysfilesystem.cc | 66 SDL_memcpy(retval, str, len); in SDL_GetBasePath()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_stdinc.h | 392 extern DECLSPEC void *SDLCALL SDL_memcpy(SDL_OUT_BYTECAP(len) void *dst, SDL_IN_BYTECAP(len) const … 498 #define SDL_memcpy memcpy macro 520 return SDL_memcpy(dst, src, dwords * 4);
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_keyboard.c | 559 SDL_memcpy(keyboard->keymap, SDL_default_keymap, sizeof(SDL_default_keymap)); in SDL_KeyboardInit() 582 SDL_memcpy(keymap, SDL_default_keymap, sizeof(SDL_default_keymap)); in SDL_GetDefaultKeymap() 594 SDL_memcpy(&keyboard->keymap[start], keys, sizeof(*keys) * length); in SDL_SetKeymap()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/windows/ |
D | SDL_mmjoystick.c | 406 SDL_memcpy( &guid, name, SDL_min( sizeof(guid), SDL_strlen( name ) ) ); in SDL_SYS_JoystickGetDeviceGUID() 416 SDL_memcpy( &guid, name, SDL_min( sizeof(guid), SDL_strlen( name ) ) ); in SDL_SYS_JoystickGetGUID()
|
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/ |
D | SDL_haptic.c | 494 SDL_memcpy(&haptic->effects[i].effect, effect, in SDL_HapticNewEffect() 538 SDL_memcpy(&haptic->effects[effect].effect, data, in SDL_HapticUpdateEffect()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/nacl/ |
D | SDL_naclaudio.c | 61 SDL_memcpy(samples, _this->convert.buf, _this->convert.len_cvt); in nacl_audio_callback()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/mir/ |
D | SDL_mirframebuffer.c | 116 SDL_memcpy(s_dest, pixels, bytes_per_row); in MIR_UpdateWindowFramebuffer()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/ |
D | SDL_windowsmodes.c | 238 SDL_memcpy(displaydata->DeviceName, DeviceName, in WIN_AddDisplay() 283 SDL_memcpy(DeviceName, device.DeviceName, sizeof(DeviceName)); in WIN_InitModes()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11clipboard.c | 161 SDL_memcpy(text, src, nbytes); in X11_GetClipboardText()
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_string.c | 314 SDL_memcpy(SDL_OUT_BYTECAP(len) void *dst, SDL_IN_BYTECAP(len) const void *src, size_t len) in SDL_memcpy() function 446 SDL_memcpy(dst, src, len * sizeof(wchar_t)); in SDL_wcslcpy() 477 SDL_memcpy(dst, src, len); in SDL_strlcpy() 510 SDL_memcpy(dst, src, bytes); in SDL_utf8strlcpy()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/haiku/ |
D | SDL_haikuaudio.cc | 64 SDL_memcpy(stream, audio->convert.buf, audio->convert.len_cvt); in FillSound()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles/ |
D | SDL_render_gles.c | 572 SDL_memcpy(src, pixels, srcPitch); in GLES_UpdateTexture() 1120 SDL_memcpy(tmp, dst, length); in GLES_RenderReadPixels() 1121 SDL_memcpy(dst, src, length); in GLES_RenderReadPixels() 1122 SDL_memcpy(src, tmp, length); in GLES_RenderReadPixels()
|