Home
last modified time | relevance | path

Searched refs:testPix (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dmagicwandfx.cpp99 bool pixelProcessor(TPixel32 *testPix, TPixelGR8 *maskPix);
146 diff = sqrt((m_pickedPix->r - testPix->r) * (m_pickedPix->r - testPix->r) + in pixelProcessor()
147 (m_pickedPix->g - testPix->g) * (m_pickedPix->g - testPix->g) + in pixelProcessor()
148 (m_pickedPix->b - testPix->b) * (m_pickedPix->b - testPix->b)); in pixelProcessor()
152 diff = abs(m_pickedPix->r - testPix->r); in pixelProcessor()
153 double diffNext = abs(m_pickedPix->g - testPix->g); in pixelProcessor()
155 diffNext = abs(m_pickedPix->b - testPix->b); in pixelProcessor()
169 if (testPix->m != EmptyPixel) { in pixelProcessor()
178 testPix->m = maskValue; // set(mV)m in pixelProcessor()
187 testPix->m = maskValue; // set(mV)m in pixelProcessor()
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmaptool/canvas/
H A DCDrawContextProj.cpp127 const QRgb testPix = qRgba(GCI_RedBand, GCI_GreenBand, GCI_BlueBand, GCI_AlphaBand); in drawt() local
146 …for (offset = 0; offset < sizeof(testPix) && *(((quint8*)&testPix) + offset) != pbandColour; offse… in drawt()
149 if(offset < sizeof(testPix)) in drawt()
158 pTar += sizeof(testPix); in drawt()
H A DCDrawContextPixel.cpp137 const QRgb testPix = qRgba(GCI_RedBand, GCI_GreenBand, GCI_BlueBand, GCI_AlphaBand); in drawt() local
156 …for (offset = 0; offset < sizeof(testPix) && *(((quint8*)&testPix) + offset) != pbandColour; offse… in drawt()
159 if(offset < sizeof(testPix)) in drawt()
168 pTar += sizeof(testPix); in drawt()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/
H A DCMapVRT.cpp463 QRgb testPix = qRgba(GCI_RedBand, GCI_GreenBand, GCI_BlueBand, GCI_AlphaBand); in draw() local
482 …for (offset = 0; offset < sizeof(testPix) && *(((quint8*)&testPix) + offset) != pbandColour; offse… in draw()
485 if(offset < sizeof(testPix)) in draw()
494 pTar += sizeof(testPix); in draw()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/q3canvas/
H A Dtst_q3canvas.cpp167 QPixmap testPix("backgroundrect.png"); in task26486() local
171 QVERIFY(pixmapsAreEqual(&expect,&testPix)); in task26486()
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/tools/
H A Dutoolbasic.pas312 testPix: TBGRAPixel;
335 testPix := BGRAPixelTransparent;
336 b.MoveTo(@testContext, @testPix, round(originF.X), round(originF.Y));
339 Manager.PenWidth, testPix, False);