HomeSort by relevance Sort by last modified time
    Searched refs:RW_SEEK_CUR (Results 1 - 6 of 6) sorted by null

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_rwops.h 61 * RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END
175 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
186 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_rwops.h 61 * RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END
175 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
186 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilts/misc/windows/sdl2/include/
SDL_rwops.h 61 * RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END
175 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
186 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_rwops.h 61 * RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END
175 #define RW_SEEK_CUR 1 /**< Seek relative to current read point */
186 #define SDL_RWtell(ctx) (ctx)->seek(ctx, 0, RW_SEEK_CUR)
  /prebuilts/misc/windows/sdl2/test/
testfile.c 162 if (0 != rwops->seek(rwops, -27, RW_SEEK_CUR))
198 if (0 != rwops->seek(rwops, -27, RW_SEEK_CUR))
233 if (0 != rwops->seek(rwops, -27, RW_SEEK_CUR))
271 if (27 != rwops->seek(rwops, -27, RW_SEEK_CUR))
testautomation_rwops.c 143 i = SDL_RWseek( rw, -4, RW_SEEK_CUR );
144 SDLTest_AssertPass("Call to SDL_RWseek(...,-4,RW_SEEK_CUR) succeeded");
147 "Verify seek to -4 with SDL_RWseek (RW_SEEK_CUR), expected %i, got %i",

Completed in 58 milliseconds