Home | History | Annotate | Download | only in libtiff

Lines Matching refs:TIFF_LONG8

730 				case TIFF_LONG8:
2040 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_LONG8,1,8,&m));
2052 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_LONG8,count,count*8,value));
2714 if( in_datatype == TIFF_LONG8 )
2755 else if( (datatype == TIFF_LONG && in_datatype == TIFF_LONG8)