Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Functions
tif_tile.c File Reference
#include "tiffiop.h"

Go to the source code of this file.

Functions

ttile_t TIFFComputeTile (TIFF *tif, uint32 x, uint32 y, uint32 z, tsample_t s)
 
int TIFFCheckTile (TIFF *tif, uint32 x, uint32 y, uint32 z, tsample_t s)
 
ttile_t TIFFNumberOfTiles (TIFF *tif)
 
tsize_t TIFFTileRowSize (TIFF *tif)
 
tsize_t TIFFVTileSize (TIFF *tif, uint32 nrows)
 
tsize_t TIFFTileSize (TIFF *tif)
 
void TIFFDefaultTileSize (TIFF *tif, uint32 *tw, uint32 *th)
 
void _TIFFDefaultTileSize (TIFF *tif, uint32 *tw, uint32 *th)
 

Function Documentation

◆ _TIFFDefaultTileSize()

void _TIFFDefaultTileSize ( TIFF tif,
uint32 tw,
uint32 th 
)

Definition at line 259 of file tif_tile.c.

References TIFFroundup, and void().

◆ TIFFCheckTile()

int TIFFCheckTile ( TIFF tif,
uint32  x,
uint32  y,
uint32  z,
tsample_t  s 
)

◆ TIFFComputeTile()

ttile_t TIFFComputeTile ( TIFF tif,
uint32  x,
uint32  y,
uint32  z,
tsample_t  s 
)

◆ TIFFDefaultTileSize()

void TIFFDefaultTileSize ( TIFF tif,
uint32 tw,
uint32 th 
)

Definition at line 253 of file tif_tile.c.

References tiff::tif_deftilesize.

◆ TIFFNumberOfTiles()

ttile_t TIFFNumberOfTiles ( TIFF tif)

◆ TIFFTileRowSize()

tsize_t TIFFTileRowSize ( TIFF tif)

◆ TIFFTileSize()

tsize_t TIFFTileSize ( TIFF tif)

Definition at line 241 of file tif_tile.c.

References TIFFDirectory::td_tilelength, tiff::tif_dir, and TIFFVTileSize().

Referenced by TIFFWriteCheck().

◆ TIFFVTileSize()

tsize_t TIFFVTileSize ( TIFF tif,
uint32  nrows 
)