Home
last modified time | relevance | path

Searched refs:DFTAG_RI (Results 1 – 13 of 13) sorted by relevance

/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dhkit.h72 {DFTAG_RI, string(DFTAG_RI), "Raster Image Data"},
H A Dhtags.h61 #define DFTAG_RI ((uint16)302) /* Raster Image */ macro
H A Ddfr8.c555 if (Hputelement(file_id, DFTAG_RI, Writeref, image, xdim * ydim) == FAIL) in DFR8Iputimage()
557 Writerig.image.tag = DFTAG_RI; in DFR8Iputimage()
783 case DFTAG_RI: in DFR8getrig()
1079 /* check for the image tag/ref */ if (elt_tag == DFTAG_CI || elt_tag == DFTAG_RI) in DFR8nimages()
H A Dhdf.inc328 integer DFTAG_ID, DFTAG_LUT, DFTAG_RI, DFTAG_CI
331 parameter(DFTAG_RI = 302, DFTAG_CI = 303)
H A Dmfgr.c759 if (elt_tag == DFTAG_CI || elt_tag == DFTAG_RI) in GRIget_image_list()
823 case DFTAG_RI: in GRIget_image_list()
918 case DFTAG_RI: /* Regular image data */ in GRIget_image_list()
1127 case DFTAG_RI: /* regular image data */ in GRIget_image_list()
1952 img_ptr->img_tag=DFTAG_RI; in GRIupdateRI()
2170 img_ptr->img_tag=DFTAG_RI; in GRend()
2896 ri_ptr->img_tag=DFTAG_RI; in GRwriteimage()
4214 ri_ptr->img_tag=DFTAG_RI; in GRsetexternalfile()
5363 ri_ptr->img_tag=DFTAG_RI; in GRIgetaid()
5628 ri_ptr->img_tag = DFTAG_RI; in GRsetchunk()
[all …]
H A Ddfgr.c537 case DFTAG_RI: in DFGRgetrig()
866 if ((Grread.data[IMAGE].tag == DFTAG_RI) /* file has RIGs */ in DFGRIriginfo()
1467 wtag = (uint16) ((type == LUT) ? DFTAG_LUT : (Grcompr ? DFTAG_CI : DFTAG_RI)); in DFGRIaddimlut()
/dports/science/hdf/hdf-4.2.15/mfhdf/hdiff/
H A Dhdiff_list.c513 case DFTAG_RI: /* Raster Image */ in insert_vg()
582 if ( dtable_search(table,DFTAG_RI,gr_ref)>=0 || in hdiff_list_gr()
594 insert_gr(file_id,gr_id,DFTAG_RI,gr_ref,0,table); in hdiff_list_gr()
1296 insert_an(file_id,ref,DFTAG_RI,path); in insert_gr()
H A Dhdiff.c467 case DFTAG_RI: /* Raster Image */ in diff()
/dports/science/hdf/hdf-4.2.15/mfhdf/hrepack/
H A Dhrepack_lsttable.c182 tag==DFTAG_RI || in list_table_check()
H A Dhrepack_gr.c580 ref,DFTAG_RI,gr_ref,DFTAG_RI, in copy_gr()
H A Dhrepack_list.c909 case DFTAG_RI: /* Raster Image */ in vgroup_insert()
1010 if ( list_table_search(list_tbl,DFTAG_RI,gr_ref)>=0 || in list_gr()
1025 if (copy_gr(infile_id,outfile_id,gr_id,gr_out,DFTAG_RI,gr_ref,0,NULL,options,list_tbl)<0) in list_gr()
H A Dhrepacktst.c1045 if (add_an(file_id, DFTAG_RI, gr_ref)<0) in add_gr_ffile()
1255 if (add_an(file_id, DFTAG_RI, gr_ref)<0) in add_gr()
/dports/science/hdf/hdf-4.2.15/java/src/hdf/hdflib/
H A DHDFConstants.java78 public static final int DFTAG_RI = 302; // Raster Image field in HDFConstants