|
Blender
V3.3
|
Public Attributes | |
| const unsigned char * | mem |
| toff_t | offset |
| tsize_t | size |
| const unsigned char* ImbTIFFMemFile::mem |
Location of first byte of TIFF file.
Definition at line 63 of file tiff.c.
Referenced by imb_tiff_client_open(), imb_tiff_CloseProc(), imb_tiff_ReadProc(), imb_tiff_SeekProc(), and imb_tiff_SizeProc().
| toff_t ImbTIFFMemFile::offset |
Current offset within the file.
Definition at line 65 of file tiff.c.
Referenced by imb_tiff_client_open(), imb_tiff_CloseProc(), imb_tiff_ReadProc(), and imb_tiff_SeekProc().
| tsize_t ImbTIFFMemFile::size |
Size of the TIFF file.
Definition at line 67 of file tiff.c.
Referenced by imb_tiff_client_open(), imb_tiff_CloseProc(), imb_tiff_ReadProc(), and imb_tiff_SizeProc().