Home
last modified time | relevance | path

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

/dports/graphics/art/ART-1.9.3/rtgui/
H A Diccprofilecreator.cc117aPrimariesBlueX = Gtk::manage(new Adjuster(M("ICCPROFCREATOR_PRIM_BLUX"), -0.2, 0.5, 0.0001, 0.150… in ICCProfileCreator()
118 setExpandAlignProperties(aPrimariesBlueX, true, false, Gtk::ALIGN_FILL, Gtk::ALIGN_CENTER); in ICCProfileCreator()
128 primariesGrid->attach(*aPrimariesBlueX, 0, 2, 1, 1); in ICCProfileCreator()
250 aPrimariesBlueX->setDefault(bluePrimaryX); in ICCProfileCreator()
291 aPrimariesBlueX->setValue(bluePrimaryX); in ICCProfileCreator()
346 aPrimariesBlueX->setAdjusterListener(this); in ICCProfileCreator()
378 a == aPrimariesBlueX || a == aPrimariesBlueY) { in adjusterChanged()
408 aPrimariesBlueX->setValue(p[4]); in primariesChanged()
469 options.ICCPC_bluePrimaryX = bluePrimaryX = aPrimariesBlueX->getValue(); in storeValues()
H A Diccprofilecreator.h68 Adjuster* aPrimariesBlueX; variable
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Diccprofilecreator.cc112aPrimariesBlueX = Gtk::manage(new Adjuster(M("ICCPROFCREATOR_PRIM_BLUX"), 0.0001, 0.1600, 0.0001, … in ICCProfileCreator()
113 setExpandAlignProperties(aPrimariesBlueX, true, false, Gtk::ALIGN_FILL, Gtk::ALIGN_CENTER); in ICCProfileCreator()
123 primariesGrid->attach(*aPrimariesBlueX, 0, 2, 1, 1); in ICCProfileCreator()
245 aPrimariesBlueX->setDefault(bluePrimaryX); in ICCProfileCreator()
286 aPrimariesBlueX->setValue(bluePrimaryX); in ICCProfileCreator()
341 aPrimariesBlueX->setAdjusterListener(this); in ICCProfileCreator()
373 a == aPrimariesBlueX || a == aPrimariesBlueY) { in adjusterChanged()
399 aPrimariesBlueX->setValue(p[4]); in primariesChanged()
460 options.ICCPC_bluePrimaryX = bluePrimaryX = aPrimariesBlueX->getValue(); in storeValues()
H A Diccprofilecreator.h70 Adjuster* aPrimariesBlueX; variable