Home
last modified time | relevance | path

Searched refs:hResolution (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/headers/rasterlite2/
H A Drl2tiff.h139 double *hResolution,
186 double hResolution, double vResolution,
202 double hResolution,
247 double *hResolution,
H A Drasterlite2.h1265 double *hResolution,
1676 double *hResolution,
3054 double *hResolution,
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2ascii.c245 ascii->hResolution = xres; in alloc_ascii_origin()
543 double *hResolution, double *vResolution) in rl2_get_ascii_grid_origin_resolution() argument
550 *hResolution = origin->hResolution; in rl2_get_ascii_grid_origin_resolution()
581 double hResolution; in rl2_eval_ascii_grid_origin_compatibility() local
604 if (rl2_get_ascii_grid_origin_resolution (ascii, &hResolution, &vResolution) in rl2_eval_ascii_grid_origin_compatibility()
607 confidence = coverage->hResolution / 100.0; in rl2_eval_ascii_grid_origin_compatibility()
608 if (hResolution < (coverage->hResolution - confidence) in rl2_eval_ascii_grid_origin_compatibility()
609 || hResolution > (coverage->hResolution + confidence)) in rl2_eval_ascii_grid_origin_compatibility()
H A Drasterlite2.c444 cvg->hResolution = 1.0; in rl2_create_coverage()
473 cvg->hResolution = horz_res; in rl2_coverage_georeference()
623 *hResolution = cvg->hResolution; in rl2_get_coverage_resolution()
1084 rl2_get_raster_resolution (rl2RasterPtr ptr, double *hResolution, in rl2_get_raster_resolution() argument
1093 *hResolution = rst->hResolution; in rl2_get_raster_resolution()
1119 rst->hResolution = horz_res; in rl2_raster_georeference_center()
1141 rst->hResolution = horz_res; in rl2_raster_georeference_upper_left()
1164 rst->hResolution = horz_res; in rl2_raster_georeference_upper_right()
1186 rst->hResolution = horz_res; in rl2_raster_georeference_lower_left()
1209 rst->hResolution = horz_res; in rl2_raster_georeference_lower_right()
[all …]
H A Drl2tiff.c478 origin->hResolution = res_x; in worldfile_tiff_origin()
1675 origin->hResolution = 1.0; in rl2_set_tiff_origin_not_referenced()
1790 *hResolution = origin->hResolution; in rl2_get_tiff_origin_resolution()
2047 double hResolution; in rl2_eval_tiff_origin_compatibility() local
2096 if (hResolution < (coverage->hResolution - confidence) in rl2_eval_tiff_origin_compatibility()
2097 || hResolution > (coverage->hResolution + confidence)) in rl2_eval_tiff_origin_compatibility()
5171 destination->hResolution = hResolution; in rl2_create_geotiff_destination()
5184 pixsize[0] = hResolution; in rl2_create_geotiff_destination()
5242 tiff->hResolution = hResolution; in rl2_create_tiff_worldfile_destination()
5360 *hResolution = destination->hResolution; in rl2_get_tiff_destination_resolution()
[all …]
H A Drl2pyramid.c6189 res_x = cov->hResolution * (double) factor; in rl2_build_monolithic_pyramid()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/test/
H A Dtest_tifin.c284 double hResolution; in test_null() local
347 if (rl2_get_tiff_origin_resolution (origin, &hResolution, &vResolution) == in test_null()
518 if (rl2_get_tiff_origin_resolution (NULL, &hResolution, &vResolution) == in test_null()
H A Dtest_raster.c78 double hResolution; in main() local
732 if (rl2_get_raster_resolution (raster, &hResolution, &vResolution) != in main()
739 if (hResolution != 0.5) in main()
787 if (rl2_get_raster_resolution (raster, &hResolution, &vResolution) != in main()
1675 if (rl2_get_raster_resolution (NULL, &hResolution, &vResolution) != in main()
H A Dtest_wr_tiff.c5417 double hResolution; in test_null() local
5696 (destination, &hResolution, &vResolution) == RL2_OK) in test_null()
5797 if (rl2_get_tiff_destination_resolution (NULL, &hResolution, &vResolution) in test_null()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/headers/
H A Drasterlite2_private.h246 double hResolution; member
285 double hResolution; member
319 double hResolution; member
359 double hResolution; member
377 double hResolution; member
/dports/devel/raylib/raylib-3.7.0/examples/core/
H A Dcore_vr_simulator.c33 .hResolution = 2160, // Horizontal resolution in pixels in main()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/Font/
H A DPGF.h152 s32_le hResolution; member
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/Font/
H A DPGF.h152 s32_le hResolution; member
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/Font/
H A DPGF.h152 s32_le hResolution; member
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp76 int hResolution; member
238 style_.fontHRes = (float)pgf_.header.hResolution / 64.0f; in Init()
248 style_.fontHRes = entry.hResolution / 64.f; in Init()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp76 int hResolution;
238 style_.fontHRes = (float)pgf_.header.hResolution / 64.0f;
248 style_.fontHRes = entry.hResolution / 64.f;
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp76 int hResolution; member
238 style_.fontHRes = (float)pgf_.header.hResolution / 64.0f; in Init()
248 style_.fontHRes = entry.hResolution / 64.f; in Init()
/dports/net-mgmt/nvidia_gpu_prometheus_exporter/nvidia_gpu_prometheus_exporter-0d52cd2/vendor/github.com/mindprince/gonvml/
H A Dnvml.h1353 unsigned int hResolution; //!< Current encode horizontal resolution member
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/mindprince/gonvml/
H A Dnvml.h1353 unsigned int hResolution; //!< Current encode horizontal resolution member
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/NVIDIA/gpu-monitoring-tools/bindings/go/nvml/
H A Dnvml.h1421 unsigned int hResolution; //!< Current encode horizontal resolution member
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/NVIDIA/gpu-monitoring-tools/bindings/go/nvml/
H A Dnvml.h1421 unsigned int hResolution; //!< Current encode horizontal resolution member
/dports/devel/raylib/raylib-3.7.0/src/
H A Draylib.h457 int hResolution; // Horizontal resolution in pixels member
H A Dcore.c2092 float aspect = ((float)device.hResolution*0.5f)/(float)device.vResolution; in LoadVrStereoConfig()