Home
last modified time | relevance | path

Searched refs:opt_height (Results 1 – 25 of 25) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dimagedata.rs55 mut opt_height: Option<u32>, in new_with_jsobject()
58 assert!(opt_jsobject.is_some() || opt_height.is_some()); in new_with_jsobject()
82 if opt_height.map_or(false, |x| height != x) { in new_with_jsobject()
85 opt_height = Some(height); in new_with_jsobject()
89 let height = opt_height.unwrap(); in new_with_jsobject()
127 opt_height: Option<u32>) in Constructor_()
129 Self::new_with_jsobject(global, width, opt_height, Some(jsobject)) in Constructor_()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimage/apps/
H A Ddcmscale.cc104 OFCmdUnsignedInt opt_width = 0, opt_height = 0; /* clip region (extension) */ in main() local
319 app.checkValue(cmd.getValue(opt_height)); in main()
473 << "," << opt_width << "," << opt_height << ")"); in main()
479 newimage = di->createClippedImage(opt_left, opt_top, opt_width, opt_height); in main()
493 … newimage = di->createScaledImage(opt_left, opt_top, opt_width, opt_height, opt_scale_factor, 0.0, in main()
504 … newimage = di->createScaledImage(opt_left, opt_top, opt_width, opt_height, 0.0, opt_scale_factor, in main()
515 … newimage = di->createScaledImage(opt_left, opt_top, opt_width, opt_height, opt_scale_size, 0, in main()
526 … newimage = di->createScaledImage(opt_left, opt_top, opt_width, opt_height, 0, opt_scale_size, in main()
H A Ddcm2pnm.cc141 OFCmdUnsignedInt opt_width = 0, opt_height = 0; /* clip region (extension) */ in main() local
527 app.checkValue(cmd.getValue(opt_height)); in main()
1243 << "," << opt_height << ")"); in main()
1244 … DicomImage *newimage = di->createClippedImage(opt_left, opt_top, opt_width, opt_height); in main()
1248 << "," << opt_height << ") failed"); in main()
1300 …lipping image to (" << opt_left << "," << opt_top << "," << opt_width << "," << opt_height << ")"); in main()
1308 … newimage = di->createScaledImage(opt_left, opt_top, opt_width, opt_height, opt_scale_factor, 0.0, in main()
1319 … newimage = di->createScaledImage(opt_left, opt_top, opt_width, opt_height, 0.0, opt_scale_factor, in main()
1330 … newimage = di->createScaledImage(opt_left, opt_top, opt_width, opt_height, opt_scale_size, 0, in main()
1341 … newimage = di->createScaledImage(opt_left, opt_top, opt_width, opt_height, 0, opt_scale_size, in main()
/dports/net-im/sayaka/sayaka-3.5.1/src/
H A Dsixelv.cpp63 int opt_height = 0; variable
319 opt_height = stou32def(optarg, -1); in main()
320 if (opt_height < 0) { in main()
632 sx.ResizeHeight = opt_height; in ConvertFromStream()
664 if (opt_width != 0 || opt_height != 0) in ConvertFromStream()
665 s += string_format(" width=%d height=%d", opt_width, opt_height); in ConvertFromStream()
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dvo_sixel.c56 int opt_height; member
236 if (priv->opt_height > 0) { in update_canvas_dimensions()
237 total_px_height = priv->opt_height; in update_canvas_dimensions()
542 .opt_height = 0,
566 {"height", OPT_INT(opt_height)},
/dports/graphics/pfstools/pfstools-2.1.0/src/fileformat/
H A Dpfsinyuv.cpp337 int opt_height = -1; in readFrames() local
381 opt_height = strtol( optarg, NULL, 10 ); in readFrames()
454 if( opt_height > -1 ) in readFrames()
455 height = opt_height; in readFrames()
/dports/x11-toolkits/pango/pango-1.48.11/utils/
H A Dviewer-render.c52 int opt_height = -1; variable
123 if (opt_height > 0) in make_layout()
124 pango_layout_set_height (layout, (opt_height * opt_dpi * PANGO_SCALE + 36) / 72); in make_layout()
126 pango_layout_set_height (layout, opt_height); in make_layout()
796 {"height", 0, 0, G_OPTION_ARG_INT, &opt_height, in parse_options()
/dports/x11/yeahconsole/yeahconsole-0.3.4/
H A Dyeahconsole.c50 int opt_x, opt_width, opt_height, opt_delay, opt_bw, opt_step, variable
258 opt_height = opt ? atoi(opt) : 10; in get_defaults()
363 height = resize_inc * opt_height; in init_xterm()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DField.cpp465 opt_height = (double)temp->GetSize().GetHeight()/m_em_unit; in BUILD()
636 else if (parent_is_custom_ctrl && opt_height > 0) in msw_rescale()
637 size.SetHeight(lround(opt_height*m_em_unit)); in msw_rescale()
796 opt_height = (double)temp->GetSize().GetHeight() / m_em_unit; in BUILD()
885 field->SetSize(wxSize(def_width() * m_em_unit, lround(opt_height * m_em_unit))); in msw_rescale()
1334 opt_height = (double)temp->GetSize().GetHeight() / m_em_unit; in BUILD()
1399 else if (parent_is_custom_ctrl && opt_height > 0) in msw_rescale()
1400 size.SetHeight(lround(opt_height * m_em_unit)); in msw_rescale()
1426 opt_height = (double)x_textctrl->GetSize().GetHeight() / m_em_unit; in BUILD()
1465 field_size.SetHeight(lround(opt_height * m_em_unit)); in msw_rescale()
H A DField.hpp92 double opt_height{ 0.0 }; member in Slic3r::GUI::Field
/dports/multimedia/gmerlin/gmerlin-1.2.0/tests/
H A Dgmerlin_visualize.c231 static void opt_height(void * data, int * argc, char *** argv, int arg) in opt_height() function
319 .callback = opt_height,
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/
H A Dmessage_window.py979 opt_height = type_ + '-msgwin-height'
980 size = (app.settings.get(opt_width), app.settings.get(opt_height))
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/
H A Dffplay.c2373 static int opt_height(const char *opt, const char *arg) in opt_height() function
2444 { "y", HAS_ARG | OPT_FUNC2, {(void*)opt_height}, "force displayed height", "height" },
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DXmString.c362 int opt_height
367 Dimension opt_height
4630 int opt_height in DrawLine() argument
4635 Dimension opt_height in DrawLine()
4705 _XmStringDrawSegment(d, w, x, y, opt_width, opt_height, in DrawLine()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/
H A Dffplay.c3455 static int opt_height(void *optctx, const char *opt, const char *arg) in opt_height() function
3553 { "y", HAS_ARG, { .func_arg = opt_height }, "force displayed height", "height" },
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/fftools/
H A Dffplay.c3489 static int opt_height(void *optctx, const char *opt, const char *arg) in opt_height() function
3587 { "y", HAS_ARG, { .func_arg = opt_height }, "force displayed height", "height" },
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/fftools/
H A Dffplay.c3478 static int opt_height(void *optctx, const char *opt, const char *arg) in opt_height() function
3576 { "y", HAS_ARG, { .func_arg = opt_height }, "force displayed height", "height" },
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/fftools/
H A Dffplay.c3472 static int opt_height(void *optctx, const char *opt, const char *arg) in opt_height() function
3570 { "y", HAS_ARG, { .func_arg = opt_height }, "force displayed height", "height" },
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/
H A Dffplay.c3455 static int opt_height(void *optctx, const char *opt, const char *arg) in opt_height() function
3553 { "y", HAS_ARG, { .func_arg = opt_height }, "force displayed height", "height" },
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/fftools/
H A Dffplay.c3491 static int opt_height(void *optctx, const char *opt, const char *arg) in opt_height() function
3589 { "y", HAS_ARG, { .func_arg = opt_height }, "force displayed height", "height" },
/dports/multimedia/handbrake/ffmpeg-4.4/fftools/
H A Dffplay.c3489 static int opt_height(void *optctx, const char *opt, const char *arg) in opt_height() function
3587 { "y", HAS_ARG, { .func_arg = opt_height }, "force displayed height", "height" },
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D4017.0e38943fa459e872fe93.js.map1opt_height] Canvas height.\n * @param {Array<HTMLCanvasElement>} [opt_canvasPool] Canvas pool to t…
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/js/vendor/openlayers/
H A DOpenLayers.js.map1opt_height] Canvas height.\n * @param {Array<HTMLCanvasElement>} [opt_canvasPool] Canvas pool to t…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/openlayers/openlayers/
H A Dol.js.map1opt_height","canvas","replaceNode","oldNode","parentNode","replaceChild","removeNode","removeChild…
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/openlayers/build/
H A Dol.js.map7 …ol.View.prototype.setZoom","ol.dom.createCanvasContext2D","opt_width","opt_height","ol.dom.replace…