Home
last modified time | relevance | path

Searched refs:gt_ndoubles (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/libgeotiff/libgeotiff-1.7.0/
H A Dgeo_set.c149 key->gk_data = (char *)(gtif->gt_double + gtif->gt_ndoubles); in GTIFKeySet()
150 gtif->gt_ndoubles += count; in GTIFKeySet()
170 key->gk_data = (char *)(gtif->gt_double + gtif->gt_ndoubles); in GTIFKeySet()
171 gtif->gt_ndoubles += count; in GTIFKeySet()
H A Dgeo_new.c174 &gt->gt_ndoubles, &gt->gt_double )) in GTIFNewWithMethodsEx()
181 if( gt->gt_ndoubles > MAX_VALUES ) in GTIFNewWithMethodsEx()
279 if (gt->gt_ndoubles < offset+count) in ReadKey()
H A Dgeo_write.c102 if (gt->gt_ndoubles) in GTIFWriteKeys()
103 (gt->gt_methods.set)(gt->gt_tif, GTIFF_DOUBLEPARAMS, gt->gt_ndoubles, gt->gt_double ); in GTIFWriteKeys()
H A Dgeo_keyp.h108 int gt_ndoubles; /* number of DOUBLE vals */ member
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/libgeotiff/
H A Dgeo_set.c149 key->gk_data = (char *)(gtif->gt_double + gtif->gt_ndoubles); in GTIFKeySet()
150 gtif->gt_ndoubles += count; in GTIFKeySet()
170 key->gk_data = (char *)(gtif->gt_double + gtif->gt_ndoubles); in GTIFKeySet()
171 gtif->gt_ndoubles += count; in GTIFKeySet()
H A Dgeo_new.c174 &gt->gt_ndoubles, &gt->gt_double ))
181 if( gt->gt_ndoubles > MAX_VALUES )
279 if (gt->gt_ndoubles < offset+count)
H A Dgeo_write.c102 if (gt->gt_ndoubles) in GTIFWriteKeys()
103 (gt->gt_methods.set)(gt->gt_tif, GTIFF_DOUBLEPARAMS, gt->gt_ndoubles, gt->gt_double ); in GTIFWriteKeys()
H A Dgeo_keyp.h108 int gt_ndoubles; /* number of DOUBLE vals */
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gtiff/libgeotiff/
H A Dgeo_set.c149 key->gk_data = (char *)(gtif->gt_double + gtif->gt_ndoubles); in GTIFKeySet()
150 gtif->gt_ndoubles += count; in GTIFKeySet()
170 key->gk_data = (char *)(gtif->gt_double + gtif->gt_ndoubles); in GTIFKeySet()
171 gtif->gt_ndoubles += count; in GTIFKeySet()
H A Dgeo_new.c174 &gt->gt_ndoubles, &gt->gt_double )) in GTIFNewWithMethodsEx()
181 if( gt->gt_ndoubles > MAX_VALUES ) in GTIFNewWithMethodsEx()
279 if (gt->gt_ndoubles < offset+count) in ReadKey()
H A Dgeo_write.c102 if (gt->gt_ndoubles) in GTIFWriteKeys()
103 (gt->gt_methods.set)(gt->gt_tif, GTIFF_DOUBLEPARAMS, gt->gt_ndoubles, gt->gt_double ); in GTIFWriteKeys()
H A Dgeo_keyp.h108 int gt_ndoubles; /* number of DOUBLE vals */ member
/dports/misc/vxl/vxl-3.3.2/v3p/geotiff/
H A Dgeo_new.c121 &gt->gt_ndoubles, &gt->gt_double )) in GTIFNew()
212 if (gt->gt_ndoubles < offset+count) in ReadKey()
213 gt->gt_ndoubles = offset+count; in ReadKey()
H A Dgeo_set.c207 key->gk_data = (char *)(gtif->gt_double + gtif->gt_ndoubles); in GTIFKeySet()
209 gtif->gt_ndoubles += count; in GTIFKeySet()
H A Dgeo_write.c93 if (gt->gt_ndoubles) in GTIFWriteKeys()
94 (gt->gt_methods.set)(gt->gt_tif, GTIFF_DOUBLEPARAMS, gt->gt_ndoubles, gt->gt_double ); in GTIFWriteKeys()
H A Dgeo_keyp.h85 int gt_ndoubles; /* number of DOUBLE vals */ member
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/
H A Dgeo_new.c128 &gt->gt_ndoubles, &gt->gt_double )) in GTIFNew()
221 if (gt->gt_ndoubles < offset+count) in ReadKey()
222 gt->gt_ndoubles = offset+count; in ReadKey()
H A Dgeo_set.c207 key->gk_data = (char *)(gtif->gt_double + gtif->gt_ndoubles); in GTIFKeySet()
209 gtif->gt_ndoubles += count; in GTIFKeySet()
H A Dgeo_write.c93 if (gt->gt_ndoubles) in GTIFWriteKeys()
94 (gt->gt_methods.set)(gt->gt_tif, GTIFF_DOUBLEPARAMS, gt->gt_ndoubles, gt->gt_double ); in GTIFWriteKeys()
H A Dgeo_keyp.h85 int gt_ndoubles; /* number of DOUBLE vals */ member
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/libgeotiff/
H A Dgeo_new.c141 &gt->gt_ndoubles, &gt->gt_double )) in GTIFNewWithMethods()
244 if (gt->gt_ndoubles < offset+count) in ReadKey()
245 gt->gt_ndoubles = offset+count; in ReadKey()
H A Dgeo_set.c177 key->gk_data = (char *)(gtif->gt_double + gtif->gt_ndoubles); in GTIFKeySet()
179 gtif->gt_ndoubles += count; in GTIFKeySet()
H A Dgeo_write.c93 if (gt->gt_ndoubles) in GTIFWriteKeys()
94 (gt->gt_methods.set)(gt->gt_tif, GTIFF_DOUBLEPARAMS, gt->gt_ndoubles, gt->gt_double ); in GTIFWriteKeys()
H A Dgeo_keyp.h89 int gt_ndoubles; /* number of DOUBLE vals */ member