Home
last modified time | relevance | path

Searched refs:toUnderlying (Results 1 – 25 of 25) sorted by relevance

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/jsextensions/
H A Dpkgconfigjs.h64 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 Dwhitebalance.cc37 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 Doptions.cc2515 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 Dlockablecolorpicker.cc339 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 Dwhitebalance.h61 …static Glib::RefPtr<Gdk::Pixbuf> wbPixbufs[rtengine::toUnderlying(rtengine::procparams::WBEntry::T…
H A Dtonecurve.cc261 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 Dcolorappearance.cc807 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 Dbayerprocess.cc159 …pixelShiftMotionMethod->set_active(toUnderlying(RAWParams::BayerSensor::PSMotionCorrectionMethod::… in BayerProcess()
H A Dblackwhite.cc521 beforeCurveMode->set_active(toUnderlying(pp->blackwhite.beforeCurveMode)); in read()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Ddcp.cc760 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 Dutils.h41 constexpr typename std::underlying_type<ENUM>::type toUnderlying(ENUM value) in toUnderlying() function
H A Dprocparams.cc1839 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 Dlcp.cc558 … 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 Ddcp.cc742 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 Dutils.h41 constexpr typename std::underlying_type<ENUM>::type toUnderlying(ENUM value) in toUnderlying() function
H A Ddcp.h52 typename std::underlying_type<ENUM>::type toUnderlying(ENUM value) in toUnderlying() function
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dutils.h41 constexpr typename std::underlying_type<ENUM>::type toUnderlying(ENUM value) in toUnderlying() function
H A Dprocparams.cc2193 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 Dlcp.cc560 … 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 Doptions.cc2530 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 Dlockablecolorpicker.cc340 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 Dtonecurve.cc166 toneCurveMode->set_active(rtengine::toUnderlying(pp->toneCurve.curveMode)); in read()
167 toneCurveMode2->set_active(rtengine::toUnderlying(pp->toneCurve.curveMode2)); in read()
H A Dbayerprocess.cc171 …pixelShiftMotionMethod->set_active(toUnderlying(RAWParams::BayerSensor::PSMotionCorrectionMethod::… in BayerProcess()
/dports/science/udunits/udunits-2.2.28/lib/
H A Dunitcore.c1883 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 Dstlutils.h223 constexpr std::underlying_type_t<Enum> toUnderlying(Enum e) noexcept in toUnderlying() function