Home
last modified time | relevance | path

Searched refs:PROF_MODE_CUSTOM (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dimage_reader.cc56 in_profile_mode.add_enum_value(PF::PROF_MODE_CUSTOM,"CUSTOM",_("custom")); in ImageReaderPar()
72 out_profile_mode.add_enum_value(PF::PROF_MODE_CUSTOM,"CUSTOM",_("custom")); in ImageReaderPar()
H A Dconvert_colorspace.cc92 out_profile_mode.add_enum_value(PF::PROF_MODE_CUSTOM,"CUSTOM",_("custom")); in ConvertColorspacePar()
H A Draw_output.cc111 out_profile_mode.add_enum_value(PF::PROF_MODE_CUSTOM,"CUSTOM",_("custom")); in RawOutputPar()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Diccstore.hh62 PROF_MODE_CUSTOM, enumerator
/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/operations/
H A Dimageread_config.cc225 } else if( irpar->get_in_profile_mode() == PF::PROF_MODE_CUSTOM ) { in do_update()