![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::AnimatedGIFReader, including all inherited members.
AnimatedGIFReader() | s3d::AnimatedGIFReader | |
AnimatedGIFReader(FilePathView path) | s3d::AnimatedGIFReader | explicit |
AnimatedGIFReader(IReader &&reader) | s3d::AnimatedGIFReader | explicit |
close() | s3d::AnimatedGIFReader | |
GetFrameIndex(double timeSec, const Array< int32 > &delaysMillisec) noexcept | s3d::AnimatedGIFReader | static |
GetFrameIndex(double timeSec, const Array< int32 > &delaysMillisec, int32 durationMillisec) noexcept | s3d::AnimatedGIFReader | static |
isOpen() const noexcept | s3d::AnimatedGIFReader | |
MillisecToIndex(int64 timeMillisec, const Array< int32 > &delaysMillisec) noexcept | s3d::AnimatedGIFReader | static |
MillisecToIndex(int64 timeMillisec, const Array< int32 > &delaysMillisec, int32 durationMillisec) noexcept | s3d::AnimatedGIFReader | static |
open(FilePathView path) | s3d::AnimatedGIFReader | |
open(IReader &&reader) | s3d::AnimatedGIFReader | |
operator bool() const noexcept | s3d::AnimatedGIFReader | explicit |
read(Array< Image > &images, Array< int32 > &delaysMillisec) const | s3d::AnimatedGIFReader | |
read(Array< Image > &images, Array< int32 > &delaysMillisec, int32 &durationMillisec) const | s3d::AnimatedGIFReader | |
~AnimatedGIFReader() | s3d::AnimatedGIFReader |