Lines Matching refs:tif_dir
67 td = &tif->tif_dir; in TIFFWriteScanline()
191 TIFFDirectory *td = &tif->tif_dir; in TIFFWriteEncodedStrip()
292 TIFFDirectory *td = &tif->tif_dir; in TIFFWriteRawStrip()
373 td = &tif->tif_dir; in TIFFWriteEncodedTile()
479 if (tile >= tif->tif_dir.td_nstrips) { in TIFFWriteRawTile()
482 (unsigned long) tif->tif_dir.td_nstrips); in TIFFWriteRawTile()
490 (TIFFFieldSet(tif,f) && (tif)->tif_dir.td_imagelength == 0)
495 TIFFDirectory* td = &tif->tif_dir; in TIFFSetupStrips()
563 if (tif->tif_dir.td_samplesperpixel == 1) { in TIFFWriteCheck()
571 tif->tif_dir.td_planarconfig = PLANARCONFIG_CONTIG; in TIFFWriteCheck()
579 if (tif->tif_dir.td_stripoffset == NULL && !TIFFSetupStrips(tif)) { in TIFFWriteCheck()
580 tif->tif_dir.td_nstrips = 0; in TIFFWriteCheck()
648 TIFFDirectory *td = &tif->tif_dir; in TIFFGrowStrips()
685 TIFFDirectory *td = &tif->tif_dir; in TIFFAppendToStrip()
760 if (!isFillOrder(tif, tif->tif_dir.td_fillorder) && in TIFFFlushData1()