Home
last modified time | relevance | path

Searched refs:height_opt (Results 1 – 3 of 3) sorted by relevance

/dports/databases/grass7/grass-7.8.6/display/d.mon/
H A Dmain.c40 *width_opt, *height_opt, *bgcolor_opt, *res_opt; in main() local
84 height_opt = G_define_option(); in main()
85 height_opt->key = "height"; in main()
86 height_opt->label = _("Height for display monitor if not set by GRASS_RENDER_HEIGHT"); in main()
87 height_opt->description = _("Default value: 480"); in main()
88 height_opt->type = TYPE_INTEGER; in main()
89 height_opt->key_desc = "value"; in main()
90 height_opt->guisection = _("Settings"); in main()
220 height = height_opt->answer ? atoi(height_opt->answer) : 0; in main()
/dports/emulators/tilem/tilem-2.0/gui/
H A Dscreenshot.c616 const char *format_opt, *width_opt, *height_opt; in save_output() local
728 height_opt = "height_128x64/i"; in save_output()
732 height_opt = "height_96x64/i"; in save_output()
741 height_opt, height, in save_output()
/dports/multimedia/xvid/xvidcore/src/image/
H A Dimage.c395 int width_opt, width_c, height_opt; in safe_packed_conv() local
419 height_opt = height & (~3); in safe_packed_conv()
421 height_opt = height & (~1); in safe_packed_conv()
425 width_opt, height_opt, vflip); in safe_packed_conv()
431 y_stride, uv_stride, width_c, height_opt, vflip); in safe_packed_conv()