Home
last modified time | relevance | path

Searched refs:histBlueRaw (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtgui/
H A Dhistogrampanel.h157 const LUTu& histBlueRaw
231 const LUTu& histBlueRaw) in histogramChanged() argument
233 …>update(histRed, histGreen, histBlue, histLuma, histChroma, histRedRaw, histGreenRaw, histBlueRaw); in histogramChanged()
H A Deditorpanel.h126 const LUTu& histBlueRaw,
H A Dhistogrampanel.cc745 const LUTu& histBlueRaw in update() argument
756 bhistRaw = histBlueRaw; in update()
H A Deditorpanel.cc2233 const LUTu& histBlueRaw, in histogramChanged() argument
2239 …Changed(histRed, histGreen, histBlue, histLuma, histChroma, histRedRaw, histGreenRaw, histBlueRaw); in histogramChanged()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dimagesource.h125 virtual void getRAWHistogram(LUTu & histRedRaw, LUTu & histGreenRaw, LUTu & histBlueRaw) in getRAWHistogram() argument
129 histBlueRaw.clear(); // only some sources will supply this in getRAWHistogram()
H A Dimproccoordinator.h93 LUTu histBlue, histBlueRaw; variable
H A Drtengine.h284 const LUTu& histBlueRaw,
H A Dimproccoordinator.cc87 histBlue(256), histBlueRaw(256), in ImProcCoordinator()
321 imgsrc->getRAWHistogram(histRedRaw, histGreenRaw, histBlueRaw); in updatePreviewImage()
803 histBlueRaw, in notifyHistogramChanged()
H A Drawimagesource.cc3626 void RawImageSource::getRAWHistogram (LUTu & histRedRaw, LUTu & histGreenRaw, LUTu & histBlueRaw)
3631 histBlueRaw.clear();
3779 histBlueRaw[idx] += hist[2][i];
3793 histBlueRaw[idx] += hist[2][i];
3807 histBlueRaw += histRedRaw;
3815 void RawImageSource::getRAWHistogram (LUTu & histRedRaw, LUTu & histGreenRaw, LUTu & histBlueRaw) in getRAWHistogram() argument
3820 histBlueRaw.clear(); in getRAWHistogram()
3836 histBlueRaw(histsize[2]); in getRAWHistogram()
3923 histBlueRaw = hist[2]; in getRAWHistogram()
3928 histBlueRaw += histRedRaw; in getRAWHistogram()
H A Drawimagesource.h182 … void getRAWHistogram (LUTu & histRedRaw, LUTu & histGreenRaw, LUTu & histBlueRaw) override;
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dimagesource.h160 virtual void getRAWHistogram (LUTu & histRedRaw, LUTu & histGreenRaw, LUTu & histBlueRaw) in getRAWHistogram() argument
164 histBlueRaw.clear(); // only some sources will supply this in getRAWHistogram()
H A Dimproccoordinator.h123 LUTu histBlue, histBlueRaw; variable
H A Drtengine.h328 const LUTu& histBlueRaw,
H A Dimproccoordinator.cc97 histBlue(256), histBlueRaw(256), in ImProcCoordinator()
285 imgsrc->getRAWHistogram(histRedRaw, histGreenRaw, histBlueRaw); in updatePreviewImage()
976 …stCLurve, histLLCurve,*/ histLCAM, histCCAM, histRedRaw, histGreenRaw, histBlueRaw, histChroma, hi… in updatePreviewImage()
H A Drawimagesource.h180 … void getRAWHistogram (LUTu & histRedRaw, LUTu & histGreenRaw, LUTu & histBlueRaw) override;
H A Drawimagesource.cc3719 void RawImageSource::getRAWHistogram (LUTu & histRedRaw, LUTu & histGreenRaw, LUTu & histBlueRaw) in getRAWHistogram() argument
3724 histBlueRaw.clear(); in getRAWHistogram()
3859 histBlueRaw[idx] += hist[2][i]; in getRAWHistogram()
3873 histBlueRaw += histRedRaw; in getRAWHistogram()
/dports/graphics/art/ART-1.9.3/rtgui/
H A Dhistogrampanel.h217 const LUTu& histBlueRaw,
331 const LUTu& histBlueRaw, in histogramChanged() argument
342 …, histGreen, histBlue, histLuma, histChroma, histRedRaw, histGreenRaw, histBlueRaw, vectorscopeSca… in histogramChanged()
H A Deditorpanel.h126 const LUTu& histBlueRaw,
H A Deditorpanel.cc2344 const LUTu& histBlueRaw, in histogramChanged() argument
2358 …, histGreen, histBlue, histLuma, histChroma, histRedRaw, histGreenRaw, histBlueRaw, vectorscopeSca… in histogramChanged()
H A Dhistogrampanel.cc1179 const LUTu& histBlueRaw, in update() argument
1202 bhistRaw = histBlueRaw; in update()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dprocparams.h380 static bool HLReconstructionNecessary(LUTu &histRedRaw, LUTu &histGreenRaw, LUTu &histBlueRaw);