Lines Matching refs:tif_dir
67 td = &tif->tif_dir; in TIFFWriteScanline()
191 TIFFDirectory *td = &tif->tif_dir; in TIFFWriteEncodedStrip()
309 TIFFDirectory *td = &tif->tif_dir; in TIFFWriteRawStrip()
390 td = &tif->tif_dir; in TIFFWriteEncodedTile()
513 if (tile >= tif->tif_dir.td_nstrips) { in TIFFWriteRawTile()
516 (unsigned long) tif->tif_dir.td_nstrips); in TIFFWriteRawTile()
524 (TIFFFieldSet(tif,f) && (tif)->tif_dir.td_imagelength == 0)
529 TIFFDirectory* td = &tif->tif_dir; in TIFFSetupStrips()
597 if (tif->tif_dir.td_samplesperpixel == 1) { in TIFFWriteCheck()
605 tif->tif_dir.td_planarconfig = PLANARCONFIG_CONTIG; in TIFFWriteCheck()
613 if (tif->tif_dir.td_stripoffset == NULL && !TIFFSetupStrips(tif)) { in TIFFWriteCheck()
614 tif->tif_dir.td_nstrips = 0; in TIFFWriteCheck()
682 TIFFDirectory *td = &tif->tif_dir; in TIFFGrowStrips()
719 TIFFDirectory *td = &tif->tif_dir; in TIFFAppendToStrip()
794 if (!isFillOrder(tif, tif->tif_dir.td_fillorder) && in TIFFFlushData1()