Home
last modified time | relevance | path

Searched refs:opt_frame (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmimage/apps/
H A Ddcm2pnm.cc131 OFCmdUnsignedInt opt_frame = 1; /* default: first frame */ in main() local
501 app.checkValue(cmd.getValueAndCheckMin(opt_frame, 1)); in main()
504 app.checkValue(cmd.getValueAndCheckMin(opt_frame, 1)); in main()
925 …if ((opt_frameCount == 0) || ((opt_frame == 1) && (opt_frameCount == OFstatic_cast(Uint32, frameCo… in main()
936 …DicomImage *di = new DicomImage(dfile, xfer, opt_compatibilityMode, opt_frame - 1, opt_frameCount); in main()
1098 if (opt_frame != di->getFirstFrame() + 1) in main()
1100 … OFLOG_FATAL(dcm2pnmLogger, "cannot select frame " << opt_frame << ", invalid frame number"); in main()
1417 stream << "f" << (opt_frame + frame); in main()
1427 … OFLOG_INFO(dcm2pnmLogger, "writing frame " << (opt_frame + frame) << " to " << ofname); in main()
1437 OFLOG_INFO(dcm2pnmLogger, "writing frame " << (opt_frame + frame) << " to stdout"); in main()
H A Ddcmquant.cc86 OFCmdUnsignedInt opt_frame = 1; /* default: first frame */ in main() local
273 app.checkValue(cmd.getValueAndCheckMin(opt_frame, 1)); in main()
278 opt_frame = 1; in main()
442 DicomImage di(dataset, opt_oxfer, opt_compatibilityMode, opt_frame - 1, opt_frameCount); in main()
/dports/science/p5-Mcstas-Tools/p5-Mcstas-Tools-2.5_1/mcstas-tools-perl-2.5-src/lib/tools/perl/
H A Dmcguilib.pl207 my $opt_frame = $dlg->Frame;
208 $opt_frame->pack(-anchor => 'w', -fill => 'x');
211 my $line = $opt_frame->Frame;
227 my $line = $opt_frame->Frame;
249 my $line = $opt_frame->Frame;
329 my $line = $opt_frame->Frame;
370 my $f4 = $opt_frame->Frame;
379 my $f5 = $opt_frame->Frame;
386 my $f6 = $opt_frame->Frame;
H A Dmxguilib.pl208 my $opt_frame = $dlg->Frame;
209 $opt_frame->pack(-anchor => 'w', -fill => 'x');
212 my $line = $opt_frame->Frame;
229 my $line = $opt_frame->Frame;
251 my $line = $opt_frame->Frame;
331 my $line = $opt_frame->Frame;
372 my $f4 = $opt_frame->Frame;
381 my $f5 = $opt_frame->Frame;
388 my $f6 = $opt_frame->Frame;
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmpstat/apps/
H A Ddcmp2pgm.cc423 OFCmdUnsignedInt opt_frame = 1; /* default: first frame */ in main() local
489 if (cmd.findOption("--frame")) app.checkValue(cmd.getValueAndCheckMin(opt_frame, 1)); in main()
529 … if ((opt_frame > 0) && (dvi.getCurrentPState().selectImageFrameNumber(opt_frame) != EC_Normal)) in main()
530 OFLOG_ERROR(dcmp2pgmLogger, "cannot select frame " << opt_frame); in main()
/dports/multimedia/gmerlin/gmerlin-1.2.0/tests/
H A Dfvtest.c43 static void opt_frame(void * data, int * argc, char *** _argv, int arg) in opt_frame() function
153 .callback = opt_frame,
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dtext-tool.cpp1624 Geom::OptRect opt_frame = SP_TEXT(tc->text)->get_frame(); in sp_text_context_update_cursor() local
1625 if (opt_frame && (!opt_frame->contains(p0))) { in sp_text_context_update_cursor()
1630 Geom::OptRect opt_frame = frame->geometricBounds(); in sp_text_context_update_cursor() local
1631 if (opt_frame && (!opt_frame->contains(p0))) { in sp_text_context_update_cursor()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-text.cpp586 Geom::OptRect opt_frame = get_frame(); in _buildLayoutInit() local
587 Geom::Rect frame = *opt_frame; in _buildLayoutInit()
1092 Geom::OptRect opt_frame; in get_frame() local
1120 opt_frame = frame; in get_frame()
1136 opt_frame = frame; in get_frame()
1140 return opt_frame; in get_frame()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dexif.c135 static char* opt_filename, *opt_overwrite, *opt_frame, *opt_name; variable
139 { "frame", &opt_frame, "Time-frame (in seconds)", "10", ARGTYPE_INT, "0", NULL },
1450 frame = atoi(opt_frame); in exif_write()
/dports/sysutils/root-tail/root-tail-1.3/
H A Droot-tail.c130 static int opt_noinitial, opt_shade, opt_frame, opt_reverse, opt_nofilename, variable
613 if (opt_frame) in refresh()
1383 opt_frame = 1; in main()
/dports/science/py-abipy/abipy-0.9.0/abipy/gui/
H A Doncvgui.py1949 for label, opt_frame in fields_with_optimization[f.__class__]:
1953 optimize_button.opt_frame = opt_frame
1991 opt_frame = button.opt_frame
1994 opt_frame(self, notebook=self.notebook).Show()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dexif.cc197 static char* opt_filename, *opt_overwrite, *opt_frame, *opt_name; variable
203 { "frame", &opt_frame, "Time-frame (in seconds)", "10", ARGTYPE_INT, "0", nullptr, nullptr },
1569 qint64 frame = atoi(opt_frame); in exif_write()
/dports/devel/libfirm/libfirm-1.21.0/ir/
H A DMakefile.in197 libfirm_la-opt_frame.lo libfirm_la-opt_inline.lo \
440 opt/opt_blocks.c opt/opt_confirms.c opt/opt_frame.c \
920 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libfirm_la-opt_frame.Plo@am__quote@
2246 libfirm_la-opt_frame.lo: opt/opt_frame.c
2247 …-opt_frame.lo -MD -MP -MF $(DEPDIR)/libfirm_la-opt_frame.Tpo -c -o libfirm_la-opt_frame.lo `test -…
2248 …tdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libfirm_la-opt_frame.Tpo $(DEPDIR)/libfirm_la-opt_frame
2251 …_la_CFLAGS) $(CFLAGS) -c -o libfirm_la-opt_frame.lo `test -f 'opt/opt_frame.c' || echo '$(srcdir)/…
H A DMakefile.am208 opt/opt_frame.c \
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/toolchain/
H A Dnacl.scons284 ('opt_frame', MakeEnv(base_eh_env, True, True)),