Home
last modified time | relevance | path

Searched refs:heightOption (Results 1 – 7 of 7) sorted by relevance

/dports/x11/plasma5-layer-shell-qt/layer-shell-qt-5.23.5/tests/
H A Dmain.cpp73 …QCommandLineOption heightOption(QStringLiteral("height"), QStringLiteral("Height of the window"), … in main() local
75 …er.addOptions({marginsOption, scopeOption, anchorsOption, layerOption, widthOption, heightOption}); in main()
99 if (parser.isSet(heightOption)) { in main()
100 window.setHeight(parser.value(heightOption).toInt()); in main()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/export/
H A DExportSizeFields.java38 IntegerExportOption heightOption = fileOptions.resizeHeight; in ExportSizeFields() local
41 int y = heightOption.getValue(); in ExportSizeFields()
53 new ExportUpdater(heightOption, yText); in ExportSizeFields()
/dports/net/opal/opal-3.10.10/src/codec/
H A Dvidcodec.cxx108 …st OpalMediaFormat & fmt, const PString & widthOption, const PString & heightOption, PINDEX & size) in SetFrameBytes() argument
111 int height = fmt.GetOptionInteger(heightOption, PVideoFrameInfo::CIFHeight); in SetFrameBytes()
/dports/graphics/pencil2d/pencil-0.6.6/app/src/
H A Dcommandlineparser.cpp54 QCommandLineOption heightOption(QStringList() << "height", in CommandLineParser() local
57 mParser.addOption(heightOption); in CommandLineParser()
/dports/net/opal/opal-3.10.10/plugins/video/THEORA/
H A Dtheora_plugin.h210 static struct PluginCodec_Option const heightOption = variable
231 &heightOption,
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/
H A Dmain_wayland.cpp447 QCommandLineOption heightOption(QStringLiteral("height"), in main() local
450 heightOption.setDefaultValue(QString::number(768)); in main()
506 parser.addOption(heightOption); in main()
601 const int height = parser.value(heightOption).toInt(&ok); in main()
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltHtext.c83 static Tk_CustomOption heightOption = variable
338 TK_CONFIG_DONT_SET_DEFAULT, &heightOption},