Home
last modified time | relevance | path

Searched refs:detailThreshold (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/art/ART-1.9.3/rtgui/
H A Dtextureboost.cc134 "%1 %2 %3", r.strength, r.detailThreshold, r.iterations); in getColumnContent()
176 detailThreshold = Gtk::manage(new Adjuster (M("TP_EPD_DETAIL_THRESHOLD"), 0.1, 4.0, 0.01, 1.0)); in TextureBoost()
182 detailThreshold->setAdjusterListener(this); in TextureBoost()
186 detailThreshold->show(); in TextureBoost()
190 box->pack_start(*detailThreshold); in TextureBoost()
232 detailThreshold->setDefault(defParams->textureBoost.regions[0].detailThreshold); in setDefaults()
245 } else if(a == detailThreshold) { in adjusterChanged()
304 r.detailThreshold = detailThreshold->getValue(); in regionGet()
318 detailThreshold->setValue(r.detailThreshold); in regionShow()
H A Dtextureboost.h81 Adjuster *detailThreshold; variable
/dports/devel/hs-threadscope/threadscope-0.2.14/GUI/Timeline/
H A DHEC.hs36 when (scaleValue < detailThreshold) $
52 detailThreshold :: Double
53 detailThreshold = 3 function
/dports/graphics/fraqtive/fraqtive-0.4.8/src/
H A Dgenerateimagedialog.cpp94 m_ui.sliderDetail->setScaledValue( m_generatorSettings.detailThreshold() ); in GenerateImageDialog()
H A Dadvancedsettingspage.cpp162 m_ui.sliderDetail->setScaledValue( settings.detailThreshold() ); in loadGenerator()
H A Dimagegenerator.cpp181 double threshold = m_generatorSettings.detailThreshold(); in calculateRegion()
H A Dgenerateseriesdialog.cpp110 m_ui.sliderDetail->setScaledValue( m_generatorSettings.detailThreshold() ); in GenerateSeriesDialog()
H A Dbookmarkmodel.cpp276 double threshold = settings.detailThreshold(); in calculate()
H A Dfractalgenerator.cpp246 double threshold = m_settings.detailThreshold(); in calculateRegion()
H A Ddatastructures.h253 double detailThreshold() const { return m_detailThreshold; } in Q_DECLARE_METATYPE()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Diptextureboost.cc37 float fradius = pp.detailThreshold * 3.5f / scale; in texture_boost()
H A Dprocparams.cc1844 detailThreshold(1.0), in Region()
1853 && detailThreshold == other.detailThreshold in operator ==()
3530 … putToKeyfile("TextureBoost", Glib::ustring("DetailThreshold") + n, r.detailThreshold, keyFile); in save()
4481 …, Glib::ustring(ppVersion < 1009 ? "EdgeStopping" : "DetailThreshold") + n, cur.detailThreshold)) { in load()
H A Dprocparams.h726 double detailThreshold; member