Home
last modified time | relevance | path

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

1234

/dports/science/dynare/dynare-4.6.4/matlab/
H A DMakeAllFigures.m149 if Info.SaveFormat.Eps
150 if isempty(Info.SaveFormat.Name)
153 eval(['print -depsc2 ' M_.fname Info.SaveFormat.GenericName Info.SaveFormat.Name '.eps']);
156 if Info.SaveFormat.Pdf && ~isoctave
157 if isempty(Info.SaveFormat.Name)
158 eval(['print -dpdf ' M_.fname Info.SaveFormat.GenericName int2str(Info.SaveFormat.Number)]);
160 eval(['print -dpdf ' M_.fname Info.SaveFormat.GenericName Info.SaveFormat.Name]);
163 if Info.SaveFormat.Fig && ~isoctave
164 if isempty(Info.SaveFormat.Name)
165 … saveas(FigHandle,[M_.fname Info.SaveFormat.GenericName int2str(Info.SaveFormat.Number) '.fig']);
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dsaveformatpanel.cc29 const std::array<std::pair<const char*, SaveFormat>, 7> sf_templates = {{
30 {"JPEG (8-bit)", SaveFormat("jpg", 8, 8, false)},
31 {"TIFF (8-bit)", SaveFormat("tif", 8, 8, false)},
32 {"TIFF (16-bit)", SaveFormat("tif", 8, 16, false)},
33 {"TIFF (16-bit float)", SaveFormat("tif", 8, 16, true)},
34 {"TIFF (32-bit float)", SaveFormat("tif", 8, 32, true)},
35 {"PNG (8-bit)", SaveFormat("png", 8, 8, false)},
36 {"PNG (16-bit)", SaveFormat("png", 16, 8, false)}
125 void SaveFormatPanel::init (SaveFormat &sf) in init()
165 SaveFormat SaveFormatPanel::getFormat () in getFormat()
[all …]
H A Doptions.h47 struct SaveFormat { struct
48 SaveFormat( in SaveFormat() function
68 SaveFormat( in SaveFormat() function
74 SaveFormat( in SaveFormat()
86 SaveFormat() : in SaveFormat() argument
87 SaveFormat("jpg", 8, 8, false) in SaveFormat()
171 SaveFormat saveFormat, saveFormatBatch;
H A Dsaveformatpanel.h60 void init (SaveFormat& sf);
61 SaveFormat getFormat ();
H A Deditorpanel.h166 bool saveImmediately (const Glib::ustring &filename, const SaveFormat &sf);
174 …ssConnector<int> *pc, rtengine::IImagefloat* img, Glib::ustring fname, SaveFormat sf, rtengine::pr…
175 …e (ProgressConnector<rtengine::IImagefloat*> *pc, Glib::ustring fname, SaveFormat sf, rtengine::pr…
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dsaveformatpanel.cc30 const std::array<std::pair<const char*, SaveFormat>, 7> sf_templates = {{
31 {"JPEG (8-bit)", SaveFormat("jpg", 8, 8, false)},
32 {"TIFF (8-bit)", SaveFormat("tif", 8, 8, false)},
33 {"TIFF (16-bit)", SaveFormat("tif", 8, 16, false)},
34 {"TIFF (16-bit float)", SaveFormat("tif", 8, 16, true)},
35 {"TIFF (32-bit float)", SaveFormat("tif", 8, 32, true)},
36 {"PNG (8-bit)", SaveFormat("png", 8, 8, false)},
37 {"PNG (16-bit)", SaveFormat("png", 16, 8, false)}
129 void SaveFormatPanel::init(SaveFormat &sf) in init()
179 SaveFormat SaveFormatPanel::getFormat () in getFormat()
[all …]
H A Doptions.h44 struct SaveFormat { struct
45 SaveFormat( in SaveFormat() function
65 SaveFormat( in SaveFormat() function
71 SaveFormat( in SaveFormat()
83 SaveFormat() : in SaveFormat() argument
84 SaveFormat("jpg", 8, 8, false) in SaveFormat()
179 SaveFormat saveFormat;
180 SaveFormat saveFormatBatch;
H A Dsaveformatpanel.h55 void init(SaveFormat &sf);
56 SaveFormat getFormat();
H A Deditorpanel.h186 bool saveImmediately (const Glib::ustring &filename, const SaveFormat &sf);
196 …ssConnector<int> *pc, rtengine::IImagefloat* img, Glib::ustring fname, SaveFormat sf, rtengine::pr…
197 …ge(ProgressConnector<rtengine::IImagefloat*> *pc, Glib::ustring fname, SaveFormat sf, rtengine::pr…
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/corelib/serialization/savegame/
H A Dgame.h64 enum SaveFormat { enum
72 bool loadGame(SaveFormat saveFormat);
73 bool saveGame(SaveFormat saveFormat) const;
H A Dgame.cpp112 bool Game::loadGame(Game::SaveFormat saveFormat) in loadGame()
140 bool Game::saveGame(Game::SaveFormat saveFormat) const in saveGame()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/runnables/ugene/corelibs/U2View/ov_msa/
H A DDistanceMatrixDialogFiller.h30 enum SaveFormat { enum
37 DistanceMatrixDialogFiller(HI::GUITestOpStatus &os, SaveFormat format, QString path);
47 SaveFormat format;
/dports/cad/alliance/alliance/src/fsp/src/
H A Dfsp_comp.c116 char *SaveFormat; local
118 SaveFormat = FSM_IN;
128 FSM_IN = SaveFormat;
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/config_files/
H A Dtiff_version.config80 unless ($$self{SaveFormat}) {
81 return '<you must use the API SaveFormat option and ExifTool 11.50 or later>';
84 return '6.0' if $$self{SaveFormat}{$_};
116 # Must set undocumented SaveFormat option to provide access to the tag format types
118 SaveFormat => 1,
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/config_files/
H A Dtiff_version.config80 unless ($$self{SaveFormat}) {
81 return '<you must use the API SaveFormat option and ExifTool 11.50 or later>';
84 return '6.0' if $$self{SaveFormat}{$_};
116 # Must set undocumented SaveFormat option to provide access to the tag format types
118 SaveFormat => 1,
/dports/devel/upp/upp/uppsrc/RichEdit/
H A DModify.cpp105 void RichEdit::SaveFormat(int pos, int count) in SaveFormat() function in Upp::RichEdit
111 void RichEdit::SaveFormat() in SaveFormat() function in Upp::RichEdit
127 SaveFormat(pos, count); in SaveFormat()
144 SaveFormat(pos, count); in ModifyFormat()
162 SaveFormat(pos, 0); in Remove()
H A DFormating.cpp364 SaveFormat(); in BeginRulerTrack()
445 SaveFormat(); in AddTab()
477 SaveFormat(); in TabMenu()
486 SaveFormat(); in TabMenu()
544 SaveFormat(cursor, 0); in Style()
/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DWebWidget.h117 enum SaveFormat enum
283 QString suggestSaveFileName(SaveFormat format) const;
284 QString getSavePath(const QVector<SaveFormat> &allowedFormats, SaveFormat *selectedFormat) const;
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dplaylist-files.cc171 EXPORT Index<Playlist::SaveFormat> Playlist::save_formats() in save_formats()
173 Index<Playlist::SaveFormat> formats; in save_formats()
H A Dplaylist.h91 struct SaveFormat struct
404 static Index<SaveFormat> save_formats();
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/client/config/
H A Dconfig.go45 SaveFormat(string) error methodSpec
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/commands/config/
H A Dset_format.go25 if err := cli.Config.SaveFormat(newFormat); err != nil {
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/dialogs/
H A Ddialogdatetimeformats.cpp113 void DialogDateTimeFormats::SaveFormat(const QString &text) in SaveFormat() function in DialogDateTimeFormats
151 connect(ui->lineEditFormat, &QLineEdit::textEdited, this, &DialogDateTimeFormats::SaveFormat); in Init()
H A Ddialogdatetimeformats.h59 void SaveFormat(const QString &text);
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/client/config/inmemory/
H A Dinmemory.go54 func (c *Config) SaveFormat(val string) error { func

1234