Searched refs:tif_tilesize (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_write.c313 * NB: A tile size of -1 is used instead of tif_tilesize knowing
395 if ( cc < 1 || cc > tif->tif_tilesize)
396 cc = tif->tif_tilesize;
546 tif->tif_tilesize = TIFFTileSize(tif);
548 tif->tif_tilesize = (tsize_t) -1;
572 tif->tif_tilesize : tif->tif_scanlinesize);
H A Dtiffiop.h114 tsize_t tif_tilesize; /* # of bytes in a tile */ member in struct:tiff
H A Dtif_read.c346 tsize_t tilesize = tif->tif_tilesize;
H A Dtif_dirread.c620 tif->tif_tilesize = TIFFTileSize(tif);
623 if (!tif->tif_tilesize) {
H A Dtif_jpeg.c1387 tif->tif_tilesize = TIFFTileSize(tif);
H A Dtif_luv.c1511 tif->tif_tilesize = TIFFTileSize(tif);
H A Dtif_pixarlog.c1234 tif->tif_tilesize = TIFFTileSize(tif);
H A Dtif_ojpeg.c2295 tif->tif_tilesize = TIFFTileSize(tif);

Completed in 114 milliseconds