Home
last modified time | relevance | path

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

1234

/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/color/
H A Ddcolorcomposer.cpp139 void DColorComposerPorterDuffNone::compose(DColor& dest, DColor& src) in compose()
176 void DColorComposerPorterDuffClear::compose(DColor& dest, DColor& src) in compose()
198 void DColorComposerPorterDuffSrc::compose(DColor& dest, DColor& src) in compose()
220 void DColorComposerPorterDuffSrcOver::compose(DColor& dest, DColor& src) in compose()
254 void DColorComposerPorterDuffDstOver::compose(DColor& dest, DColor& src) in compose()
290 void DColorComposerPorterDuffSrcIn::compose(DColor& dest, DColor& src) in compose()
322 void DColorComposerPorterDuffDstIn::compose(DColor& dest, DColor& src) in compose()
356 void DColorComposerPorterDuffSrcOut::compose(DColor& dest, DColor& src) in compose()
388 void DColorComposerPorterDuffDstOut::compose(DColor& dest, DColor& src) in compose()
422 void DColorComposerPorterDuffSrcAtop::compose(DColor& dest, DColor& src) in compose()
[all …]
H A Ddcolorblend.h38 inline void DColor::premultiply() in premultiply()
50 inline void DColor::demultiply() in demultiply()
64 inline void DColor::blendZero() in blendZero()
72 inline void DColor::blendAlpha16(int alphaValue) in blendAlpha16()
82 inline void DColor::blendAlpha8(int alphaValue) in blendAlpha8()
121 inline void DColor::premultiply8(int alphaValue) in premultiply8()
139 inline void DColor::demultiply8(int alphaValue) in demultiply8()
148 inline void DColor::blendAdd(const DColor& src) in blendAdd()
156 inline void DColor::blendClamp16() in blendClamp16()
179 inline void DColor::blendClamp8() in blendClamp8()
[all …]
H A Ddcolor.cpp38 DColor::DColor(const QColor& color, bool sixteenBit) in DColor() function in Digikam::DColor
66 QColor DColor::getQColor() const in getQColor()
70 DColor eightBit(*this); in getQColor()
79 void DColor::convertToSixteenBit() in convertToSixteenBit()
93 void DColor::convertToEightBit() in convertToEightBit()
107 void DColor::getHSL(int* const h, int* const s, int* const l) const in getHSL()
212 void DColor::setHSL(int h, int s, int l, bool sixteenBit) in setHSL()
351 void DColor::getYCbCr(double* const y, double* const cb, double* const cr) const in getYCbCr()
362 void DColor::setYCbCr(double y, double cb, double cr, bool sixteenBit) in setYCbCr()
H A Ddcolor.h42 class DIGIKAM_EXPORT DColor
49 DColor() in DColor() function
61 explicit DColor(uchar* data, bool sixteenBit = false)
69 DColor(int red, int green, int blue, int alpha, bool sixteenBit) in DColor() function
81 explicit DColor(const QColor& color, bool sixteenBit=false);
236 inline void blendAdd(const DColor& src);
H A Ddcolorcomposer.h116 virtual void compose(DColor& dest, DColor& src) = 0;
127 virtual void compose(DColor& dest, DColor& src, MultiplicationFlags multiplicationFlags);
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/decorate/
H A Dborderfilter.h88 void solid(DImg& src, DImg& dest, const DColor& fg, int borderWidth);
89 void niepce(DImg& src, DImg& dest, const DColor& fg, int borderWidth,
90 const DColor& bg, int lineWidth);
91 void bevel(DImg& src, DImg& dest, const DColor& topColor,
92 const DColor& btmColor, int borderWidth);
94 const DColor& secondColor, int firstWidth, int secondWidth);
99 void solid2(DImg& src, DImg& dest, const DColor& fg, int borderWidth);
100 void niepce2(DImg& src, DImg& dest, const DColor& fg, int borderWidth,
101 const DColor& bg, int lineWidth);
102 void bevel2(DImg& src, DImg& dest, const DColor& topColor,
[all …]
H A Dborderfilter.cpp68 DColor solidColor;
69 DColor niepceBorderColor;
70 DColor niepceLineColor;
71 DColor bevelUpperLeftColor;
72 DColor bevelLowerRightColor;
73 DColor decorativeFirstColor;
74 DColor decorativeSecondColor;
247 const DColor& btmColor, int borderWidth) in bevel()
334 const DColor& firstColor, const DColor& secondColor, in pattern()
409 const DColor& bg, int lineWidth) in niepce2()
[all …]
/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DDColor.h26 struct DColor struct
37 static inline void readColors(const Uint32* src, DColor& c) in readColors() argument
44 static inline void writeColors(Uint32* dst, const DColor& c) in writeColors()
54 static inline void readColors(const Uint8* src, DColor& c) in readColors()
61 static inline void writeColors(Uint8* dst, const DColor& c) in writeColors()
H A DBilinear.cpp114 DColor c; in renderStretchT()
115 DColor c1; in renderStretchT()
116 DColor c2; in renderStretchT()
117 DColor c3; in renderStretchT()
118 DColor c4; in renderStretchT()
H A DBilinearLessBlur.cpp115 DColor c; in renderStretchT()
116 DColor c1; in renderStretchT()
117 DColor c2; in renderStretchT()
118 DColor c3; in renderStretchT()
119 DColor c4; in renderStretchT()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/
H A Ddimg_props.cpp358 DColor DImg::getPixelColor(uint x, uint y) const in getPixelColor()
362 return DColor(); in getPixelColor()
368 return (DColor(data, m_priv->sixteenBit)); in getPixelColor()
448 DColor DImg::getSubPixelColor(float x, float y) const in getSubPixelColor()
452 return DColor(); in getSubPixelColor()
459 return DColor(); in getSubPixelColor()
490 DColor src = DColor(data, sixteenBit()); in getSubPixelColor()
536 DColor src(0, 0, 0, 0xFFFF, sixteenBit()); in getSubPixelColor()
573 return DColor(); in getSubPixelColorFast()
586 DColor d00, d01, d10, d11; in getSubPixelColorFast()
[all …]
H A Ddimg_bitsops.cpp242 DColor srcp(sptr, sixteenBit); in bitBlend()
243 DColor dstp(dptr, sixteenBit); in bitBlend()
254 void DImg::bitBlendImageOnColor(const DColor& color) in bitBlendImageOnColor()
259 void DImg::bitBlendImageOnColor(const DColor& color, int x, int y, int w, int h) in bitBlendImageOnColor()
272 void DImg::bitBlendImageOnColor(DColorComposer* const composer, const DColor& color, in bitBlendImageOnColor()
281 DColor c = color; in bitBlendImageOnColor()
296 void DImg::bitBlendOnColor(DColorComposer* const composer, const DColor& color, in bitBlendOnColor()
320 DColor src(ptr, sixteenBit); in bitBlendOnColor()
321 DColor dst(color); in bitBlendOnColor()
H A Ddimg.h348 DColor getPixelColor(uint x, uint y) const;
349 void setPixelColor(uint x, uint y, const DColor& color);
351 DColor getSubPixelColor(float x, float y) const;
352 DColor getSubPixelColorFast(float x, float y) const;
571 void bitBlendImageOnColor(DColorComposer* const composer, const DColor& color,
575 void bitBlendImageOnColor(const DColor& color, int x, int y, int w, int h);
576 void bitBlendImageOnColor(const DColor& color);
604 void removeAlphaChannel(const DColor& destColor);
702 void fill(const DColor& color);
787 void bitBlendOnColor(DColorComposer* const composer, const DColor& color,
H A Ddimg_colors.cpp125 void DImg::fill(const DColor& color) in fill()
172 removeAlphaChannel(DColor(0xFF, 0xFF, 0xFF, 0xFF, false)); in removeAlphaChannel()
175 void DImg::removeAlphaChannel(const DColor& destColor) in removeAlphaChannel()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/levels/
H A Dimagelevels.h59 int levelsInputFromColor(int channel, const DColor& color);
60 void levelsBlackToneAdjustByColors(int channel, const DColor& color);
61 void levelsGrayToneAdjustByColors(int channel, const DColor& color);
62 void levelsWhiteToneAdjustByColors(int channel, const DColor& color);
/dports/graphics/digikam/digikam-7.4.0/core/utilities/imageeditor/widgets/
H A Dimageguidewidget.h48 class DColor; variable
83 DColor getSpotColor(int getColorFrom) const;
111 void spotPositionChangedFromOriginal(const Digikam::DColor& color, const QPoint& position);
112 void spotPositionChangedFromTarget(const Digikam::DColor& color, const QPoint& position);
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/enhance/healingclone/
H A Dhealingclonetool.cpp109 std::vector<DColor> lassoColors;
114 std::map<std::pair<int,int>, DColor> lassoColorsMap;
266 d->lassoColors.push_back(DColor(Qt::red)); in HealingCloneTool()
267 d->lassoColors.push_back(DColor(Qt::white)); in HealingCloneTool()
268 d->lassoColors.push_back(DColor(Qt::black)); in HealingCloneTool()
269 d->lassoColors.push_back(DColor(Qt::yellow)); in HealingCloneTool()
270 d->lassoColors.push_back(DColor(Qt::blue)); in HealingCloneTool()
271 d->lassoColors.push_back(DColor(Qt::yellow)); in HealingCloneTool()
507 std::map<std::pair<int,int>, DColor>::iterator it; in removeLassoPixels()
512 DColor color = it->second; in removeLassoPixels()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/colors/film/
H A Dfilmtool.cpp329 connect(d->previewWidget, SIGNAL(signalCapturedPointFromOriginal(Digikam::DColor,QPoint)), in FilmTool()
330 this, SLOT(slotColorSelectedFromTarget(Digikam::DColor,QPoint))); in FilmTool()
383 DColor whitePoint = DColor(red, green, blue, max, sb); in slotResetSettings()
466 DColor wp = d->filmContainer.whitePoint(); in slotFilmItemActivated()
477 void FilmTool::slotColorSelectedFromTarget(const Digikam::DColor& color, const QPoint& p) in slotColorSelectedFromTarget()
479 DColor wp00 = color; in slotColorSelectedFromTarget()
480 DColor wp01 = d->originalImage->getPixelColor(p.x(), p.y()+1); in slotColorSelectedFromTarget()
481 DColor wp10 = d->originalImage->getPixelColor(p.x()+1, p.y()); in slotColorSelectedFromTarget()
482 DColor wp11 = d->originalImage->getPixelColor(p.x()+1, p.y()+1); in slotColorSelectedFromTarget()
532 DColor wp = DColor(high_input[RedChannel], in slotAutoWhitePoint()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/utilities/imageeditor/editor/
H A Dimageiface.cpp196 DColor ImageIface::colorInfoFromOriginal(const QPoint& point) const in colorInfoFromOriginal()
201 return DColor(); in colorInfoFromOriginal()
208 return DColor(); in colorInfoFromOriginal()
214 DColor ImageIface::colorInfoFromPreview(const QPoint& point) const in colorInfoFromPreview()
220 return DColor(); in colorInfoFromPreview()
226 DColor ImageIface::colorInfoFromTargetPreview(const QPoint& point) const in colorInfoFromTargetPreview()
232 return DColor(); in colorInfoFromTargetPreview()
H A Dimageiface.h115 DColor colorInfoFromOriginal(const QPoint& point) const;
116 DColor colorInfoFromPreview(const QPoint& point) const;
117 DColor colorInfoFromTargetPreview(const QPoint& point) const;
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/transform/perspective/
H A Dperspectivewidget.h103 const PerspectiveMatrix& matrix, const DColor& background);
109 const DColor& background=DColor());
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/film/
H A Dfilmfilter_p.h32 class DColor; variable
150 whitePoint (DColor(QColor("white"), false)), in Private()
164 DColor whitePoint;
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/editor/colors/whitebalance/
H A Dwhitebalancetool.cpp126 connect(d->previewWidget, SIGNAL(signalCapturedPointFromOriginal(Digikam::DColor,QPoint)), in WhiteBalanceTool()
127 this, SLOT(slotColorSelectedFromOriginal(Digikam::DColor))); in WhiteBalanceTool()
144 void WhiteBalanceTool::slotColorSelectedFromOriginal(const DColor& color) in slotColorSelectedFromOriginal()
149 DColor dc = color; in slotColorSelectedFromOriginal()
166 void WhiteBalanceTool::slotColorSelectedFromTarget(const DColor& color) in slotColorSelectedFromTarget()
/dports/graphics/digikam/digikam-7.4.0/core/tests/dimg/
H A Ddimgfilteraction_utest.cpp107 diff.fill(DColor(Qt::black)); in testActions()
113 DColor cref = ref.getPixelColor(x,y); in testActions()
114 DColor cres = img.getPixelColor(x,y); in testActions()
120 diff.setPixelColor(x,y, DColor(Qt::white)); in testActions()
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/filters/fx/
H A Dfilmgrainfilter.h147 inline void computeNoiseSettings(const DColor& col,
151 inline double interpolate(int shadows, int midtones, int highlights, const DColor& col);
155 inline void adjustYCbCr(DColor& col, double range, double nRand, int channel);

1234