Home
last modified time | relevance | path

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

123456

/dports/graphics/krita/krita-4.4.8/libs/pigment/
H A DKoAlphaMaskApplicator.h46 const quint8 *brushColor, in fillInverseAlphaNormedFloatMaskWithColor()
52 fillInverseAlphaNormedFloatMaskWithColor(pixels, alpha, brushColor, nPixels); in fillInverseAlphaNormedFloatMaskWithColor()
55 …void fillGrayBrushWithColor(quint8 *dst, const QRgb *brush, quint8 *brushColor, qint32 nPixels) co… in fillGrayBrushWithColor()
60 fillGrayBrushWithColor(dst, brush, brushColor, nPixels); in fillGrayBrushWithColor()
113 const quint8 *brushColor,
118 const uint_v brushColor_i(*reinterpret_cast<const quint32*>(brushColor) & 0x00FFFFFFu);
133 fillInverseAlphaNormedFloatMaskWithColor(pixels, alpha, brushColor, block2);
142 …void fillGrayBrushWithColor(quint8 *dst, const QRgb *brush, quint8 *brushColor, qint32 nPixels) co…
146 const uint_v brushColor_i(*reinterpret_cast<const quint32*>(brushColor) & 0x00FFFFFFu);
166 fillGrayBrushWithColor(dst, brush, brushColor, block2);
H A DKoAlphaMaskApplicatorBase.h35 const quint8 *brushColor,
37 …virtual void fillGrayBrushWithColor(quint8 *dst, const QRgb *brush, quint8 *brushColor, qint32 nPi…
H A DKoColorSpaceTraits.h230 …FloatMaskWithColor(quint8 * pixels, const float * alpha, const quint8 *brushColor, qint32 nPixels)… in fillInverseAlphaNormedFloatMaskWithColor()
234 memcpy(pixels, brushColor, pixelSize); in fillInverseAlphaNormedFloatMaskWithColor()
241 …inline static void fillGrayBrushWithColor(quint8 *pixels, const QRgb *brush, quint8 *brushColor, q… in fillGrayBrushWithColor()
244 memcpy(pixels, brushColor, pixelSize); in fillGrayBrushWithColor()
250 memcpy(pixels, brushColor, pixelSize); in fillGrayBrushWithColor()
/dports/irc/konversation/konversation-21.12.3/src/dcc/
H A Dwhiteboard.h37 void drawedPencil(int lineWidth, const QColor& penColor, const QColor& brushColor,
39 void drawedLine(int lineWidth, const QColor& penColor, const QColor& brushColor,
43 … void drawedFilledRectangle(int lineWidth, const QColor& penColor, const QColor& brushColor,
47 … void drawedFilledEllipse(int lineWidth, const QColor& penColor, const QColor& brushColor,
66 const QColor& penColor, const QColor& brushColor,
H A Dwhiteboardpaintarea.h46 void drawLine(int lineWidth, const QColor& penColor, const QColor& brushColor,
50 … void drawFilledRectangle(int lineWidth, const QColor& penColor, const QColor& brushColor,
54 void drawFilledEllipse(int lineWidth, const QColor& penColor, const QColor& brushColor,
67 void drawedPencil(int lineWidth, const QColor& penColor, const QColor& brushColor,
69 void drawedLine(int lineWidth, const QColor& penColor, const QColor& brushColor,
73 … void drawedFilledRectangle(int lineWidth, const QColor& penColor, const QColor& brushColor,
77 … void drawedFilledEllipse(int lineWidth, const QColor& penColor, const QColor& brushColor,
H A Dwhiteboard.cpp126 QColor brushColor = parseColor(drArgsList.at(3), &ok); in receivedWhiteBoardLine() local
176 m_paintArea->drawLine(lineWidth, penColor, brushColor, xFrom, yFrom, xTo, yTo); in receivedWhiteBoardLine()
184 … m_paintArea->drawFilledRectangle(lineWidth, penColor, brushColor, xFrom, yFrom, xTo, yTo); in receivedWhiteBoardLine()
192 … m_paintArea->drawFilledEllipse(lineWidth, penColor, brushColor, xFrom, yFrom, xTo, yTo); in receivedWhiteBoardLine()
299 QColor brushColor = parseColor(txtArgsList.at(6), &ok); in receivedWhiteBoardLine() local
328 m_paintArea->useTextExtended(x1,y1,tFont,penColor,brushColor,text); in receivedWhiteBoardLine()
426 … void WhiteBoard::drawedPencil(int lineWidth, const QColor& penColor, const QColor& brushColor, in drawedPencil() argument
432 void WhiteBoard::drawedLine(int lineWidth, const QColor& penColor, const QColor& brushColor, in drawedLine() argument
435 … emitDRCommand(WhiteBoardGlobals::Line, lineWidth, penColor, brushColor, xFrom, yFrom, xTo, yTo); in drawedLine()
454 …id WhiteBoard::drawedFilledEllipse(int lineWidth, const QColor& penColor, const QColor& brushColor, in drawedFilledEllipse() argument
[all …]
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/handlers/dgml/
H A DDgmlBrushTagHandler.cpp37 QColor brushColor( color ); in DGML_DEFINE_TAG_HANDLER() local
39 brushColor.setAlphaF( 0.0 ); in DGML_DEFINE_TAG_HANDLER()
42 brushColor.setAlphaF( alpha ); in DGML_DEFINE_TAG_HANDLER()
44 brush.setColor( brushColor ); in DGML_DEFINE_TAG_HANDLER()
/dports/graphics/krita/krita-4.4.8/libs/pigment/colorspaces/
H A DKoRgbU16ColorSpace.cpp101 …shWithColorAndLightnessOverlay(quint8 *dst, const QRgb *brush, quint8 *brushColor, qint32 nPixels)… in fillGrayBrushWithColorAndLightnessOverlay() argument
103 … fillGrayBrushWithColorPreserveLightnessRGB<KoBgrU16Traits>(dst, brush, brushColor, 1.0, nPixels); in fillGrayBrushWithColorAndLightnessOverlay()
106 …hColorAndLightnessWithStrength(quint8* dst, const QRgb* brush, quint8* brushColor, qreal strength,… in fillGrayBrushWithColorAndLightnessWithStrength() argument
108 …fillGrayBrushWithColorPreserveLightnessRGB<KoBgrU16Traits>(dst, brush, brushColor, strength, nPixe… in fillGrayBrushWithColorAndLightnessWithStrength()
H A DKoRgbU8ColorSpace.cpp114 …shWithColorAndLightnessOverlay(quint8 *dst, const QRgb *brush, quint8 *brushColor, qint32 nPixels)… in fillGrayBrushWithColorAndLightnessOverlay() argument
116 fillGrayBrushWithColorPreserveLightnessRGB<KoBgrU8Traits>(dst, brush, brushColor, 1.0, nPixels); in fillGrayBrushWithColorAndLightnessOverlay()
119 …hColorAndLightnessWithStrength(quint8* dst, const QRgb* brush, quint8* brushColor, qreal strength,… in fillGrayBrushWithColorAndLightnessWithStrength() argument
121 …fillGrayBrushWithColorPreserveLightnessRGB<KoBgrU8Traits>(dst, brush, brushColor, strength, nPixel… in fillGrayBrushWithColorAndLightnessWithStrength()
H A DKoRgbU8ColorSpace.h56 …shWithColorAndLightnessOverlay(quint8 *dst, const QRgb *brush, quint8 *brushColor, qint32 nPixels)…
57 …hColorAndLightnessWithStrength(quint8* dst, const QRgb* brush, quint8* brushColor, qreal strength,…
H A DKoRgbU16ColorSpace.h55 …shWithColorAndLightnessOverlay(quint8 *dst, const QRgb *brush, quint8 *brushColor, qint32 nPixels)…
56 …hColorAndLightnessWithStrength(quint8* dst, const QRgb* brush, quint8* brushColor, qreal strength,…
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/garmin/
H A DCGarminTyp.h123 …polygon_property(quint16 type, const Qt::PenStyle pensty, const QColor& brushColor, Qt::BrushStyle… in polygon_property()
126 , brushDay(brushColor, pattern) in polygon_property()
127 , brushNight(brushColor.darker(150), pattern) in polygon_property()
136 …polygon_property(quint16 type, const QColor& penColor, const QColor& brushColor, Qt::BrushStyle pa… in polygon_property()
139 , brushDay(brushColor, pattern) in polygon_property()
140 , brushNight(brushColor.darker(150), pattern) in polygon_property()
/dports/graphics/krita/krita-4.4.8/plugins/color/lcms2engine/colorspaces/rgb_u16/
H A DRgbU16ColorSpace.cpp111 …shWithColorAndLightnessOverlay(quint8* dst, const QRgb* brush, quint8* brushColor, qint32 nPixels)… in fillGrayBrushWithColorAndLightnessOverlay() argument
113 … fillGrayBrushWithColorPreserveLightnessRGB<KoBgrU16Traits>(dst, brush, brushColor, 1.0, nPixels); in fillGrayBrushWithColorAndLightnessOverlay()
116 …hColorAndLightnessWithStrength(quint8* dst, const QRgb* brush, quint8* brushColor, qreal strength,… in fillGrayBrushWithColorAndLightnessWithStrength() argument
118 …fillGrayBrushWithColorPreserveLightnessRGB<KoBgrU16Traits>(dst, brush, brushColor, strength, nPixe… in fillGrayBrushWithColorAndLightnessWithStrength()
/dports/graphics/krita/krita-4.4.8/plugins/color/lcms2engine/colorspaces/rgb_f16/
H A DRgbF16ColorSpace.cpp114 …shWithColorAndLightnessOverlay(quint8 *dst, const QRgb *brush, quint8 *brushColor, qint32 nPixels)… in fillGrayBrushWithColorAndLightnessOverlay() argument
116 … fillGrayBrushWithColorPreserveLightnessRGB<KoRgbF16Traits>(dst, brush, brushColor, 1.0, nPixels); in fillGrayBrushWithColorAndLightnessOverlay()
119 …hColorAndLightnessWithStrength(quint8* dst, const QRgb* brush, quint8* brushColor, qreal strength,… in fillGrayBrushWithColorAndLightnessWithStrength() argument
121 …fillGrayBrushWithColorPreserveLightnessRGB<KoRgbF16Traits>(dst, brush, brushColor, strength, nPixe… in fillGrayBrushWithColorAndLightnessWithStrength()
/dports/math/vtk9/VTK-9.1.0/Rendering/PythonContext2D/Testing/Python/
H A DtestPythonItem.py27 brushColor = [0, 0, 0, 0]
28 brush.GetColor(brushColor)
61 brush.SetColor(brushColor[:3])
62 brush.SetOpacity(brushColor[3])
/dports/math/vtk8/VTK-8.2.0/Rendering/PythonContext2D/Testing/Python/
H A DtestPythonItem.py27 brushColor = [0, 0, 0, 0]
28 brush.GetColor(brushColor)
61 brush.SetColor(brushColor[:3])
62 brush.SetOpacity(brushColor[3])
/dports/graphics/krita/krita-4.4.8/plugins/color/lcms2engine/colorspaces/rgb_f32/
H A DRgbF32ColorSpace.cpp119 …shWithColorAndLightnessOverlay(quint8 *dst, const QRgb *brush, quint8 *brushColor, qint32 nPixels)… in fillGrayBrushWithColorAndLightnessOverlay() argument
121 … fillGrayBrushWithColorPreserveLightnessRGB<KoRgbF32Traits>(dst, brush, brushColor, 1.0, nPixels); in fillGrayBrushWithColorAndLightnessOverlay()
124 …hColorAndLightnessWithStrength(quint8* dst, const QRgb* brush, quint8* brushColor, qreal strength,… in fillGrayBrushWithColorAndLightnessWithStrength() argument
126 …fillGrayBrushWithColorPreserveLightnessRGB<KoRgbF32Traits>(dst, brush, brushColor, strength, nPixe… in fillGrayBrushWithColorAndLightnessWithStrength()
/dports/graphics/krita/krita-4.4.8/plugins/color/lcms2engine/colorspaces/rgb_u8/
H A DRgbU8ColorSpace.cpp115 …shWithColorAndLightnessOverlay(quint8* dst, const QRgb* brush, quint8* brushColor, qint32 nPixels)… in fillGrayBrushWithColorAndLightnessOverlay() argument
117 fillGrayBrushWithColorPreserveLightnessRGB<KoBgrU8Traits>(dst, brush, brushColor, 1.0, nPixels); in fillGrayBrushWithColorAndLightnessOverlay()
120 …hColorAndLightnessWithStrength(quint8* dst, const QRgb* brush, quint8* brushColor, qreal strength,… in fillGrayBrushWithColorAndLightnessWithStrength() argument
122 …fillGrayBrushWithColorPreserveLightnessRGB<KoBgrU8Traits>(dst, brush, brushColor, strength, nPixel… in fillGrayBrushWithColorAndLightnessWithStrength()
/dports/math/vtk8/VTK-8.2.0/Charts/Core/
H A DvtkPlotBox.cxx187 unsigned char brushColor[4]; in DrawBoxPlot() local
188 brush->GetColor(brushColor); in DrawBoxPlot()
190 if (brushColor[0] == 0 && brushColor[1] == 0 && brushColor[2] == 0) in DrawBoxPlot()
/dports/math/vtk6/VTK-6.2.0/Charts/Core/
H A DvtkPlotBox.cxx188 unsigned char brushColor[4]; in DrawBoxPlot() local
189 brush->GetColor(brushColor); in DrawBoxPlot()
191 if (brushColor[0] == 0 && brushColor[1] == 0 && brushColor[2] == 0) in DrawBoxPlot()
/dports/math/vtk9/VTK-9.1.0/Charts/Core/
H A DvtkPlotBox.cxx183 unsigned char brushColor[4]; in DrawBoxPlot() local
184 brush->GetColor(brushColor); in DrawBoxPlot()
186 if (brushColor[0] == 0 && brushColor[1] == 0 && brushColor[2] == 0) in DrawBoxPlot()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/imaging/
H A DossimVpfAnnotationFeatureInfo.h40 const ossimRgbVector& brushColor = ossimRgbVector(255,255,255),
75 void setBrushColor(const ossimRgbVector& brushColor) in setBrushColor() argument
77 theBrushColor = brushColor; in setBrushColor()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorTerrain.as510 Color brushColor = scaledSelectedBrushImage.GetPixel(x, y);
512 newColor.r += brushColor.a * modifier;
513 newColor.g += brushColor.a * modifier;
514 newColor.b += brushColor.a * modifier;
545 Color brushColor = scaledSelectedBrushImage.GetPixel(x, y);
548 if (brushColor.a == 0)
578 (Difference(cp.b, avgColor.b) * brushColor.a) + Smaller(cp.b, avgColor.b)
612 Color brushColor = scaledSelectedBrushImage.GetPixel(x, y);
614 newColor.r += (targetHeight - newColor.r) * brushColor.a;
615 newColor.g += (targetHeight - newColor.g) * brushColor.a;
[all …]
/dports/net/savvycan/SavvyCAN-1.0.245/
H A Dcandatagrid.cpp203 QColor brushColor = painter.brush().color(); in paintEvent() local
204 … painter.setPen(QColor(255-brushColor.red(), 255-brushColor.green(), 255-brushColor.blue())); in paintEvent()
/dports/multimedia/zart/gmic-2.8.1/zart/src/
H A DImageView.cpp279 QColor brushColor = kp.color; in paintKeypoints() local
281 brushColor.setAlpha(255); in paintKeypoints()
284 painter.setBrush(brushColor); in paintKeypoints()
287 painter.setBrush(brushColor.darker(150)); in paintKeypoints()
290 pen.setColor(QColor(0, 0, 0, brushColor.alpha())); in paintKeypoints()

123456