/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/jsextensions/ |
H A D | pkgconfigjs.h | 64 LibraryName = toUnderlying(PcPackage::Flag::Type::LibraryName), 65 LibraryPath = toUnderlying(PcPackage::Flag::Type::LibraryPath), 66 StaticLibraryName = toUnderlying(PcPackage::Flag::Type::StaticLibraryName), 67 Framework = toUnderlying(PcPackage::Flag::Type::Framework), 68 FrameworkPath = toUnderlying(PcPackage::Flag::Type::FrameworkPath), 69 LinkerFlag = toUnderlying(PcPackage::Flag::Type::LinkerFlag), 70 IncludePath = toUnderlying(PcPackage::Flag::Type::IncludePath), 71 SystemIncludePath = toUnderlying(PcPackage::Flag::Type::SystemIncludePath), 72 Define = toUnderlying(PcPackage::Flag::Type::Define), 73 CompilerFlag = toUnderlying(PcPackage::Flag::Type::CompilerFlag),
|
/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/ |
H A D | whitebalance.cc | 37 Glib::RefPtr<Gdk::Pixbuf> WhiteBalance::wbPixbufs[toUnderlying(WBEntry::Type::CUSTOM) + 1]; 42 …wbPixbufs[toUnderlying(WBEntry::Type::AUTO)] = RTImage::createPixbufFromFile ("wb-auto-smal… in init() 43 …wbPixbufs[toUnderlying(WBEntry::Type::DAYLIGHT)] = RTImage::createPixbufFromFile ("wb-sun-small… in init() 58 for (int i = 0; i < toUnderlying(WBEntry::Type::CUSTOM) + 1; i++) { in cleanup() 173 row[methodColumns.colIcon] = wbPixbufs[toUnderlying(currType)]; in WhiteBalance() 181 row[methodColumns.colIcon] = wbPixbufs[toUnderlying(currType)]; in WhiteBalance() 189 row[methodColumns.colIcon] = wbPixbufs[toUnderlying(currType)]; in WhiteBalance() 197 row[methodColumns.colIcon] = wbPixbufs[toUnderlying(currType)]; in WhiteBalance() 205 row[methodColumns.colIcon] = wbPixbufs[toUnderlying(currType)]; in WhiteBalance() 218 childrow[methodColumns.colIcon] = wbPixbufs[toUnderlying(currType)]; in WhiteBalance() [all …]
|
H A D | options.cc | 2515 return defProfError & rtengine::toUnderlying(DefProfError::defProfRawMissing); in is_defProfRawMissing() 2519 return defProfError & rtengine::toUnderlying(DefProfError::defProfImgMissing); in is_defProfImgMissing() 2524 defProfError |= rtengine::toUnderlying(DefProfError::defProfRawMissing); in setDefProfRawMissing() 2526 defProfError &= ~rtengine::toUnderlying(DefProfError::defProfRawMissing); in setDefProfRawMissing() 2532 defProfError |= rtengine::toUnderlying(DefProfError::defProfImgMissing); in setDefProfImgMissing() 2534 defProfError &= ~rtengine::toUnderlying(DefProfError::defProfImgMissing); in setDefProfImgMissing() 2539 return defProfError & rtengine::toUnderlying(DefProfError::bundledDefProfRawMissing); in is_bundledDefProfRawMissing() 2548 defProfError |= rtengine::toUnderlying(DefProfError::bundledDefProfRawMissing); in setBundledDefProfRawMissing() 2550 defProfError &= ~rtengine::toUnderlying(DefProfError::bundledDefProfRawMissing); in setBundledDefProfRawMissing() 2556 defProfError |= rtengine::toUnderlying(DefProfError::bundledDefProfImgMissing); in setBundledDefProfImgMissing() [all …]
|
H A D | lockablecolorpicker.cc | 339 displayedValues = (ColorPickerType)(rtengine::toUnderlying(displayedValues) + 1); in rollDisplayedValues() 350 size = (Size)(rtengine::toUnderlying(size) + 5); in incSize() 360 size = (Size)(rtengine::toUnderlying(size) - 5); in decSize()
|
H A D | whitebalance.h | 61 …static Glib::RefPtr<Gdk::Pixbuf> wbPixbufs[rtengine::toUnderlying(rtengine::procparams::WBEntry::T…
|
H A D | tonecurve.cc | 261 toneCurveMode->set_active(rtengine::toUnderlying(pp->toneCurve.curveMode)); in read() 262 toneCurveMode2->set_active(rtengine::toUnderlying(pp->toneCurve.curveMode2)); in read() 1018 toneCurveMode->set_active(rtengine::toUnderlying(nextToneCurveMode)); in autoMatchedToneCurveChanged()
|
H A D | colorappearance.cc | 807 toneCurveMode->set_active (toUnderlying(pp->colorappearance.curveMode)); in read() 808 toneCurveMode2->set_active (toUnderlying(pp->colorappearance.curveMode2)); in read() 809 toneCurveMode3->set_active (toUnderlying(pp->colorappearance.curveMode3)); in read()
|
H A D | bayerprocess.cc | 159 …pixelShiftMotionMethod->set_active(toUnderlying(RAWParams::BayerSensor::PSMotionCorrectionMethod::… in BayerProcess()
|
H A D | blackwhite.cc | 521 beforeCurveMode->set_active(toUnderlying(pp->blackwhite.beforeCurveMode)); in read()
|
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/ |
H A D | dcp.cc | 760 tag = tagDir->getTag(toUnderlying(TagKey::CALIBRATION_ILLUMINANT_2)); in DCPProfile() 771 tag = tagDir->getTag(toUnderlying(TagKey::FORWARD_MATRIX_1)); in DCPProfile() 783 tag = tagDir->getTag(toUnderlying(TagKey::FORWARD_MATRIX_2)); in DCPProfile() 796 tag = tagDir->getTag(toUnderlying(TagKey::COLOR_MATRIX_1)); in DCPProfile() 812 tag = tagDir->getTag(toUnderlying(TagKey::PROFILE_LOOK_TABLE_DIMS)); in DCPProfile() 822 tag = tagDir->getTag(toUnderlying(TagKey::PROFILE_LOOK_TABLE_DATA)); in DCPProfile() 847 tag = tagDir->getTag(toUnderlying(TagKey::PROFILE_HUE_SAT_MAP_DIMS)); in DCPProfile() 885 tag = tagDir->getTag(toUnderlying(TagKey::COLOR_MATRIX_2)); in DCPProfile() 911 tag = tagDir->getTag(toUnderlying(TagKey::BASELINE_EXPOSURE_OFFSET)); in DCPProfile() 919 tag = tagDir->getTag(toUnderlying(TagKey::PROFILE_TONE_CURVE)); in DCPProfile() [all …]
|
H A D | utils.h | 41 constexpr typename std::underlying_type<ENUM>::type toUnderlying(ENUM value) in toUnderlying() function
|
H A D | procparams.cc | 1839 return getMethodStrings()[toUnderlying(mode)]; in getMethodString() 2668 return getMethodStrings()[toUnderlying(method)]; in getMethodString() 2684 return getPSDemosaicMethodStrings()[toUnderlying(method)]; in getPSDemosaicMethodString() 2735 return getMethodStrings()[toUnderlying(method)]; in getMethodString() 2799 return getFlatFieldBlurTypeStrings()[toUnderlying(type)]; in getFlatFieldBlurTypeString() 3651 …ited->raw.bayersensor.linenoise, "RAW Bayer", "LineDenoiseDirection", toUnderlying(raw.bayersensor… in save() 3658 …ionCorrectionMethod, "RAW Bayer", "PixelShiftMotionCorrectionMethod", toUnderlying(raw.bayersensor… in save()
|
H A D | lcp.cc | 558 … found frames: Fno %g-%g; FocLen %g-%g; Dist %g-%g with weight %g\n", toUnderlying(mode), focusDis… in calcParams()
|
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/ |
H A D | dcp.cc | 742 tag = tagDir->getTag(toUnderlying(TagKey::CALIBRATION_ILLUMINANT_2)); in DCPProfile() 757 tag = tagDir->getTag(toUnderlying(TagKey::FORWARD_MATRIX_1)); in DCPProfile() 769 tag = tagDir->getTag(toUnderlying(TagKey::FORWARD_MATRIX_2)); in DCPProfile() 782 tag = tagDir->getTag(toUnderlying(TagKey::COLOR_MATRIX_1)); in DCPProfile() 797 tag = tagDir->getTag(toUnderlying(TagKey::PROFILE_LOOK_TABLE_DIMS)); in DCPProfile() 813 tag = tagDir->getTag(toUnderlying(TagKey::PROFILE_LOOK_TABLE_DATA)); in DCPProfile() 838 tag = tagDir->getTag(toUnderlying(TagKey::PROFILE_HUE_SAT_MAP_DIMS)); in DCPProfile() 880 tag = tagDir->getTag(toUnderlying(TagKey::COLOR_MATRIX_2)); in DCPProfile() 906 tag = tagDir->getTag(toUnderlying(TagKey::BASELINE_EXPOSURE_OFFSET)); in DCPProfile() 914 tag = tagDir->getTag(toUnderlying(TagKey::PROFILE_TONE_CURVE)); in DCPProfile() [all …]
|
H A D | utils.h | 41 constexpr typename std::underlying_type<ENUM>::type toUnderlying(ENUM value) in toUnderlying() function
|
H A D | dcp.h | 52 typename std::underlying_type<ENUM>::type toUnderlying(ENUM value) in toUnderlying() function
|
/dports/graphics/art/ART-1.9.3/rtengine/ |
H A D | utils.h | 41 constexpr typename std::underlying_type<ENUM>::type toUnderlying(ENUM value) in toUnderlying() function
|
H A D | procparams.cc | 2193 return getMethodStrings()[toUnderlying(mode)]; in getMethodString() 2884 size_t i = toUnderlying(method); in getMethodString() 2901 return getPSDemosaicMethodStrings()[toUnderlying(method)]; in getPSDemosaicMethodString() 2954 return getMethodStrings()[toUnderlying(method)]; in getMethodString() 3030 return getFlatFieldBlurTypeStrings()[toUnderlying(type)]; in getFlatFieldBlurTypeString() 3879 …saveToKeyfile("RAW Bayer", "LineDenoiseDirection", toUnderlying(raw.bayersensor.linenoiseDirection… in save() 3888 …saveToKeyfile("RAW Bayer", "PixelShiftMotionCorrectionMethod", toUnderlying(raw.bayersensor.pixelS… in save()
|
H A D | lcp.cc | 560 … found frames: Fno %g-%g; FocLen %g-%g; Dist %g-%g with weight %g\n", toUnderlying(mode), focusDis… in calcParams()
|
/dports/graphics/art/ART-1.9.3/rtgui/ |
H A D | options.cc | 2530 return defProfError & rtengine::toUnderlying(DefProfError::defProfRawMissing); in is_defProfRawMissing() 2534 return defProfError & rtengine::toUnderlying(DefProfError::defProfImgMissing); in is_defProfImgMissing() 2539 defProfError |= rtengine::toUnderlying(DefProfError::defProfRawMissing); in setDefProfRawMissing() 2541 defProfError &= ~rtengine::toUnderlying(DefProfError::defProfRawMissing); in setDefProfRawMissing() 2547 defProfError |= rtengine::toUnderlying(DefProfError::defProfImgMissing); in setDefProfImgMissing() 2549 defProfError &= ~rtengine::toUnderlying(DefProfError::defProfImgMissing); in setDefProfImgMissing() 2554 return defProfError & rtengine::toUnderlying(DefProfError::bundledDefProfRawMissing); in is_bundledDefProfRawMissing() 2563 defProfError |= rtengine::toUnderlying(DefProfError::bundledDefProfRawMissing); in setBundledDefProfRawMissing() 2565 defProfError &= ~rtengine::toUnderlying(DefProfError::bundledDefProfRawMissing); in setBundledDefProfRawMissing() 2571 defProfError |= rtengine::toUnderlying(DefProfError::bundledDefProfImgMissing); in setBundledDefProfImgMissing() [all …]
|
H A D | lockablecolorpicker.cc | 340 displayedValues = (ColorPickerType)(rtengine::toUnderlying(displayedValues) + 1); in rollDisplayedValues() 351 size = (Size)(rtengine::toUnderlying(size) + 5); in incSize() 361 size = (Size)(rtengine::toUnderlying(size) - 5); in decSize()
|
H A D | tonecurve.cc | 166 toneCurveMode->set_active(rtengine::toUnderlying(pp->toneCurve.curveMode)); in read() 167 toneCurveMode2->set_active(rtengine::toUnderlying(pp->toneCurve.curveMode2)); in read()
|
H A D | bayerprocess.cc | 171 …pixelShiftMotionMethod->set_active(toUnderlying(RAWParams::BayerSensor::PSMotionCorrectionMethod::… in BayerProcess()
|
/dports/science/udunits/udunits-2.2.28/lib/ |
H A D | unitcore.c | 1883 cv_converter* toUnderlying; in galileanInitConverterToProduct() local 1888 toUnderlying = cv_get_galilean( in galileanInitConverterToProduct() 1891 if (toUnderlying == NULL) { in galileanInitConverterToProduct() 1902 toUnderlying, unit->galilean.unit->common.toProduct); in galileanInitConverterToProduct() 1915 cv_free(toUnderlying); in galileanInitConverterToProduct() 2598 cv_converter* toUnderlying; in logInitConverterToProduct() local 2603 toUnderlying = cv_get_pow(unit->log.base); in logInitConverterToProduct() 2605 if (toUnderlying == NULL) { in logInitConverterToProduct() 2616 toUnderlying, unit->log.reference->common.toProduct); in logInitConverterToProduct() 2629 cv_free(toUnderlying); in logInitConverterToProduct()
|
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/tools/ |
H A D | stlutils.h | 223 constexpr std::underlying_type_t<Enum> toUnderlying(Enum e) noexcept in toUnderlying() function
|