Home
last modified time | relevance | path

Searched refs:aPrimariesRedX (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/art/ART-1.9.3/rtgui/
H A Diccprofilecreator.cc109aPrimariesRedX = Gtk::manage(new Adjuster(M("ICCPROFCREATOR_PRIM_REDX"), 0.5, 1, 0.0001, 0.6400/*,… in ICCProfileCreator()
110 setExpandAlignProperties(aPrimariesRedX, true, false, Gtk::ALIGN_FILL, Gtk::ALIGN_CENTER); in ICCProfileCreator()
122 primariesGrid->attach(*aPrimariesRedX, 0, 0, 1, 1); in ICCProfileCreator()
246 aPrimariesRedX->setDefault(redPrimaryX); in ICCProfileCreator()
287 aPrimariesRedX->setValue(redPrimaryX); in ICCProfileCreator()
342 aPrimariesRedX->setAdjusterListener(this); in ICCProfileCreator()
376 if (a == aPrimariesRedX || a == aPrimariesRedY || in adjusterChanged()
404 aPrimariesRedX->setValue(p[0]); in primariesChanged()
465 options.ICCPC_redPrimaryX = redPrimaryX = aPrimariesRedX->getValue(); in storeValues()
H A Diccprofilecreator.h64 Adjuster* aPrimariesRedX; variable
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Diccprofilecreator.cc104aPrimariesRedX = Gtk::manage(new Adjuster(M("ICCPROFCREATOR_PRIM_REDX"), 0.6300, 0.7350, 0.0001, 0… in ICCProfileCreator()
105 setExpandAlignProperties(aPrimariesRedX, true, false, Gtk::ALIGN_FILL, Gtk::ALIGN_CENTER); in ICCProfileCreator()
117 primariesGrid->attach(*aPrimariesRedX, 0, 0, 1, 1); in ICCProfileCreator()
241 aPrimariesRedX->setDefault(redPrimaryX); in ICCProfileCreator()
282 aPrimariesRedX->setValue(redPrimaryX); in ICCProfileCreator()
337 aPrimariesRedX->setAdjusterListener(this); in ICCProfileCreator()
371 if (a == aPrimariesRedX || a == aPrimariesRedY || in adjusterChanged()
395 aPrimariesRedX->setValue(p[0]); in primariesChanged()
456 options.ICCPC_redPrimaryX = redPrimaryX = aPrimariesRedX->getValue(); in storeValues()
H A Diccprofilecreator.h66 Adjuster* aPrimariesRedX; variable