Searched refs:SDL_RWseek (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testautomation_rwops.c | 106 i = SDL_RWseek(rw, 0, RW_SEEK_SET ); in _testGenericRWopsValidations() 121 i = SDL_RWseek( rw, seekPos, RW_SEEK_SET ); in _testGenericRWopsValidations() 126 i = SDL_RWseek(rw, 0, RW_SEEK_SET ); in _testGenericRWopsValidations() 143 i = SDL_RWseek( rw, -4, RW_SEEK_CUR ); in _testGenericRWopsValidations() 151 i = SDL_RWseek( rw, -1, RW_SEEK_END ); in _testGenericRWopsValidations() 160 i = SDL_RWseek( rw, 0, 999 ); in _testGenericRWopsValidations() 544 sv_mem = SDL_RWseek(rwops_mem, 0, SEEK_END); in rwops_testCompareRWFromMemWithRWFromFile() 555 sv_file = SDL_RWseek(rwops_file, 0, SEEK_END); in rwops_testCompareRWFromMemWithRWFromFile() 669 result = SDL_RWseek( rw, 0, RW_SEEK_SET ); in rwops_testFileWriteReadEndian()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_bmp.c | 223 SDL_RWseek(src, (biSize - headerSize), RW_SEEK_CUR); in SDL_LoadBMP_RW() 355 if (SDL_RWseek(src, fp_offset + bfOffBits, RW_SEEK_SET) < 0) { in SDL_LoadBMP_RW() 448 SDL_RWseek(src, fp_offset, RW_SEEK_SET); in SDL_LoadBMP_RW() 651 if (SDL_RWseek(dst, fp_offset + 10, RW_SEEK_SET) < 0) { in SDL_SaveBMP_RW() 655 if (SDL_RWseek(dst, fp_offset + bfOffBits, RW_SEEK_SET) < 0) { in SDL_SaveBMP_RW() 678 if (SDL_RWseek(dst, fp_offset + 2, RW_SEEK_SET) < 0) { in SDL_SaveBMP_RW() 682 if (SDL_RWseek(dst, fp_offset + bfSize, RW_SEEK_SET) < 0) { in SDL_SaveBMP_RW()
|
/third_party/flutter/skia/third_party/externals/sdl/src/file/ |
D | SDL_rwops.c | 302 pos = SDL_RWseek(context, 0, RW_SEEK_CUR); in stdio_size() 306 size = SDL_RWseek(context, 0, RW_SEEK_END); in stdio_size() 308 SDL_RWseek(context, pos, RW_SEEK_SET); in stdio_size()
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_rwops.h | 185 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence) macro
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/ |
D | sut_configparser.c | 57 SDL_RWseek(rw, 0, RW_SEEK_SET); in SDLVisualTest_ParseSUTConfig()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/ |
D | SDL_wave.c | 589 SDL_RWseek(src, wavelen - chunk.length - headerDiff, RW_SEEK_CUR); in SDL_LoadWAV_RW()
|