#include "asset.h"#include "edit.h"#include "file.h"#include "filetiff.h"#include "interlacemodes.h"#include "language.h"#include "vframe.h"#include <stdint.h>#include <string.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| static tsize_t | tiff_read (thandle_t ptr, tdata_t buf, tsize_t size) |
| static tsize_t | tiff_write (thandle_t ptr, tdata_t buf, tsize_t size) |
| static toff_t | tiff_seek (thandle_t ptr, toff_t off, int whence) |
| static int | tiff_close (thandle_t ptr) |
| static toff_t | tiff_size (thandle_t ptr) |
| static int | tiff_mmap (thandle_t ptr, tdata_t *pbase, toff_t *psize) |
| void | tiff_unmap (thandle_t ptr, tdata_t base, toff_t size) |
|
|
Definition at line 261 of file filetiff.C. Referenced by FileTIFF::read_frame(), and FileTIFF::write_frame(). |
|
||||||||||||||||
|
Definition at line 272 of file filetiff.C. References FileTIFFUnit::data. Referenced by FileTIFF::read_frame(), and FileTIFF::write_frame(). |
|
||||||||||||||||
|
Definition at line 215 of file filetiff.C. References FileTIFFUnit::data, and FileTIFFUnit::offset. Referenced by FileTIFF::read_frame(), and FileTIFF::write_frame(). |
|
||||||||||||||||
|
Definition at line 243 of file filetiff.C. References FileTIFFUnit::data, and FileTIFFUnit::offset. Referenced by FileTIFF::read_frame(), and FileTIFF::write_frame(). |
|
|
Definition at line 266 of file filetiff.C. References FileTIFFUnit::data. Referenced by FileTIFF::read_frame(), and FileTIFF::write_frame(). |
|
||||||||||||||||
|
Definition at line 280 of file filetiff.C. Referenced by FileTIFF::read_frame(), and FileTIFF::write_frame(). |
|
||||||||||||||||
|
Definition at line 225 of file filetiff.C. References FileTIFFUnit::data, and FileTIFFUnit::offset. Referenced by FileTIFF::read_frame(), and FileTIFF::write_frame(). |
1.4.4