Home | History | Annotate | Download | only in libtiff

Lines Matching refs:TIFF_LONG8

745 				case TIFF_LONG8:
2118 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_LONG8,1,8,&m));
2130 return(TIFFWriteDirectoryTagData(tif,ndir,dir,tag,TIFF_LONG8,count,count*8,value));
2803 if( in_datatype == TIFF_LONG8 )
2844 else if( (datatype == TIFF_LONG && in_datatype == TIFF_LONG8)