Home
last modified time | relevance | path

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

/dports/graphics/art/ART-1.9.3/rtgui/
H A Dbayerprocess.cc185 pixelShiftShowMotionMaskOnly->setCheckBoxListener (this); in BayerProcess()
186pixelShiftShowMotionMaskOnly->set_tooltip_text (M("TP_RAW_PIXELSHIFTSHOWMOTIONMASKONLY_TOOLTIP")); in BayerProcess()
187 pixelShiftMainVBox->pack_start(*pixelShiftShowMotionMaskOnly); in BayerProcess()
305 pixelShiftShowMotionMaskOnly->setValue (pp->raw.bayersensor.pixelShiftShowMotionMaskOnly); in read()
306 pixelShiftShowMotionMaskOnly->set_sensitive (pp->raw.bayersensor.pixelShiftShowMotion); in read()
370 … pp->raw.bayersensor.pixelShiftShowMotionMaskOnly = pixelShiftShowMotionMaskOnly->getLastActive (); in write()
514 pixelShiftShowMotionMaskOnly->set_sensitive(newval != CheckValue::off); in checkBoxToggled()
518 } else if (c == pixelShiftShowMotionMaskOnly) { in checkBoxToggled()
577 pixelShiftShowMotionMaskOnly->hide(); in pixelShiftMotionMethodChanged()
581 pixelShiftShowMotionMaskOnly->show(); in pixelShiftMotionMethodChanged()
[all …]
H A Dbayerprocess.h50 CheckBox* pixelShiftShowMotionMaskOnly; variable
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dbayerprocess.cc173 pixelShiftShowMotionMaskOnly->setCheckBoxListener (this); in BayerProcess()
175 pixelShiftMainVBox->pack_start(*pixelShiftShowMotionMaskOnly); in BayerProcess()
293 pixelShiftShowMotionMaskOnly->setValue (pp->raw.bayersensor.pixelShiftShowMotionMaskOnly); in read()
329pixelShiftShowMotionMaskOnly->setEdited (pedited->raw.bayersensor.pixelShiftShowMotionMaskOnly); in read()
408 … pp->raw.bayersensor.pixelShiftShowMotionMaskOnly = pixelShiftShowMotionMaskOnly->getLastActive (); in write()
450 …pedited->raw.bayersensor.pixelShiftShowMotionMaskOnly = !pixelShiftShowMotionMaskOnly->get_inconsi… in write()
628 pixelShiftShowMotionMaskOnly->set_sensitive(newval != CheckValue::off); in checkBoxToggled()
633 } else if (c == pixelShiftShowMotionMaskOnly) { in checkBoxToggled()
708 pixelShiftShowMotionMaskOnly->hide(); in pixelShiftMotionMethodChanged()
712 pixelShiftShowMotionMaskOnly->show(); in pixelShiftMotionMethodChanged()
[all …]
H A Dbayerprocess.h55 CheckBox* pixelShiftShowMotionMaskOnly; variable
H A Dparamsedited.h636 bool pixelShiftShowMotionMaskOnly; member
H A Dparamsedited.cc432 raw.bayersensor.pixelShiftShowMotionMaskOnly = v; in set()
1014pixelShiftShowMotionMaskOnly = raw.bayersensor.pixelShiftShowMotionMaskOnly && p.raw.bayersensor.p… in initFrom()
2660 if (raw.bayersensor.pixelShiftShowMotionMaskOnly) { in combine()
2661 …toEdit.raw.bayersensor.pixelShiftShowMotionMaskOnly = mods.raw.bayersensor.pixelShiftShowMotionMas… in combine()
3283 …hod && pixelShiftEperIso && pixelShiftSigma && pixelShiftShowMotion && pixelShiftShowMotionMaskOnly in isUnchanged()
H A Dpartialpastedlg.cc909 …filterPE.raw.bayersensor.pixelShiftShowMotionMaskOnly = falsePE.raw.bayersensor.pixelShiftShow… in applyPaste()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dpixelshift.cc321 const bool showOnlyMask = bayerParams.pixelShiftShowMotionMaskOnly && showMotion; in pixelshift()
H A Dprocparams.cc2777 pixelShiftShowMotionMaskOnly(false), in BayerSensor()
2818 && pixelShiftShowMotionMaskOnly == other.pixelShiftShowMotionMaskOnly in operator ==()
3892 …("RAW Bayer", "PixelShiftShowMotionMaskOnly", raw.bayersensor.pixelShiftShowMotionMaskOnly, keyFil… in save()
5279 …eyFile, "RAW Bayer", "PixelShiftShowMotionMaskOnly", raw.bayersensor.pixelShiftShowMotionMaskOnly); in load()
H A Dprocparams.h1356 bool pixelShiftShowMotionMaskOnly; member
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dprocparams.cc2570 pixelShiftShowMotionMaskOnly(false), in BayerSensor()
2608 && pixelShiftShowMotionMaskOnly == other.pixelShiftShowMotionMaskOnly in operator ==()
3662 …>raw.bayersensor.pixelShiftShowMotionMaskOnly, "RAW Bayer", "PixelShiftShowMotionMaskOnly", raw.ba… in save()
5208 …askOnly", pedited, raw.bayersensor.pixelShiftShowMotionMaskOnly, pedited->raw.bayersensor.pixelShi… in load()
H A Dpixelshift.cc332 const bool showOnlyMask = bayerParams.pixelShiftShowMotionMaskOnly && showMotion; in pixelshift()
H A Dprocparams.h1422 bool pixelShiftShowMotionMaskOnly; member