Home
last modified time | relevance | path

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

12345678910>>...17

/dports/devel/hyperscan/hyperscan-5.4.0/src/fdr/
H A Dfdr_dump.cpp113 u32 maskWidth = 2; in dumpTeddyDupMasks() local
117 for (u32 j = 0; j < 16 * maskWidth * 2; j++) { in dumpTeddyDupMasks()
118 u8 val = dmsk[i * 16 * maskWidth * 2 + j]; in dumpTeddyDupMasks()
135 for (u32 j = 0; j < 16 * maskWidth; j++) { in dumpTeddyMasks()
136 u8 val = baseMsk[i * 16 * maskWidth + j]; in dumpTeddyMasks()
166 u32 maskWidth = des->getNumBuckets() / 8; in dumpTeddy() local
170 dumpTeddyMasks(baseMsk, des->numMasks, maskWidth, f); in dumpTeddy()
171 size_t maskLen = des->numMasks * 16 * 2 * maskWidth; in dumpTeddy()
173 if (maskWidth == 1) { // reinforcement table in Teddy in dumpTeddy()
174 dumpTeddyReinforced(rdmsk, maskWidth, f); in dumpTeddy()
[all …]
H A Dteddy_compile.cpp362 u32 maskWidth = 2; in fillDupNibbleMasks() local
377 const u32 msk_id_lo = j * 2 * maskWidth + (bucket_id / 8); in fillDupNibbleMasks()
443 u32 numMasks, u32 maskWidth, size_t maskLen, in fillNibbleMasks() argument
459 const u32 msk_id_lo = j * 2 * maskWidth + (bucket_id / 8); in fillNibbleMasks()
561 u32 maskWidth = eng.getNumBuckets() / 8; in build() local
564 size_t maskLen = eng.numMasks * 16 * 2 * maskWidth; in build()
565 size_t reinforcedDupMaskLen = RTABLE_SIZE * maskWidth; in build()
566 if (maskWidth == 2) { // dup nibble mask table in Fat Teddy in build()
605 fillNibbleMasks(bucketToLits, lits, eng.numMasks, maskWidth, maskLen, in build()
608 if (maskWidth == 1) { // reinforcement table in Teddy in build()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRMaskImage.java69 int maskWidth = Math.max(width / MASK_SCALE_FACTOR, 1); in prepareBlitMask() local
71 maskTX.scale(((double) width) / maskWidth, ((double) height) / maskHeight); in prepareBlitMask()
79 ensureBlitMaskSize(maskWidth, maskHeight); in prepareBlitMask()
87 if (lastMaskWidth != maskWidth || lastMaskHeight != maskHeight || lastEA != currentEA) { in prepareBlitMask()
89 if (lastMaskWidth > maskWidth || lastMaskHeight > maskHeight) { in prepareBlitMask()
93 …rRectangle(blitMaskPicture, XRUtils.PictOpSrc, xrMgr.getAlphaColor(), 0, 0, maskWidth, maskHeight); in prepareBlitMask()
97 lastMaskWidth = maskWidth; in prepareBlitMask()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRMaskImage.java69 int maskWidth = Math.max(width / MASK_SCALE_FACTOR, 1); in prepareBlitMask() local
71 maskTX.scale(((double) width) / maskWidth, ((double) height) / maskHeight); in prepareBlitMask()
79 ensureBlitMaskSize(maskWidth, maskHeight); in prepareBlitMask()
87 if (lastMaskWidth != maskWidth || lastMaskHeight != maskHeight || lastEA != currentEA) { in prepareBlitMask()
89 if (lastMaskWidth > maskWidth || lastMaskHeight > maskHeight) { in prepareBlitMask()
93 …rRectangle(blitMaskPicture, XRUtils.PictOpSrc, xrMgr.getAlphaColor(), 0, 0, maskWidth, maskHeight); in prepareBlitMask()
97 lastMaskWidth = maskWidth; in prepareBlitMask()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRMaskImage.java69 int maskWidth = Math.max(width / MASK_SCALE_FACTOR, 1); in prepareBlitMask() local
71 maskTX.scale(((double) width) / maskWidth, ((double) height) / maskHeight); in prepareBlitMask()
79 ensureBlitMaskSize(maskWidth, maskHeight); in prepareBlitMask()
87 if (lastMaskWidth != maskWidth || lastMaskHeight != maskHeight || lastEA != currentEA) { in prepareBlitMask()
89 if (lastMaskWidth > maskWidth || lastMaskHeight > maskHeight) { in prepareBlitMask()
93 …rRectangle(blitMaskPicture, XRUtils.PictOpSrc, xrMgr.getAlphaColor(), 0, 0, maskWidth, maskHeight); in prepareBlitMask()
97 lastMaskWidth = maskWidth; in prepareBlitMask()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRMaskImage.java69 int maskWidth = Math.max(width / MASK_SCALE_FACTOR, 1); in prepareBlitMask() local
71 maskTX.scale(((double) width) / maskWidth, ((double) height) / maskHeight); in prepareBlitMask()
79 ensureBlitMaskSize(maskWidth, maskHeight); in prepareBlitMask()
87 if (lastMaskWidth != maskWidth || lastMaskHeight != maskHeight || lastEA != currentEA) { in prepareBlitMask()
89 if (lastMaskWidth > maskWidth || lastMaskHeight > maskHeight) { in prepareBlitMask()
93 …rRectangle(blitMaskPicture, XRUtils.PictOpSrc, xrMgr.getAlphaColor(), 0, 0, maskWidth, maskHeight); in prepareBlitMask()
97 lastMaskWidth = maskWidth; in prepareBlitMask()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRMaskImage.java69 int maskWidth = Math.max(width / MASK_SCALE_FACTOR, 1); in prepareBlitMask() local
71 maskTX.scale(((double) width) / maskWidth, ((double) height) / maskHeight); in prepareBlitMask()
79 ensureBlitMaskSize(maskWidth, maskHeight); in prepareBlitMask()
87 if (lastMaskWidth != maskWidth || lastMaskHeight != maskHeight || lastEA != currentEA) { in prepareBlitMask()
89 if (lastMaskWidth > maskWidth || lastMaskHeight > maskHeight) { in prepareBlitMask()
93 …rRectangle(blitMaskPicture, XRUtils.PictOpSrc, xrMgr.getAlphaColor(), 0, 0, maskWidth, maskHeight); in prepareBlitMask()
97 lastMaskWidth = maskWidth; in prepareBlitMask()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRMaskImage.java69 int maskWidth = Math.max(width / MASK_SCALE_FACTOR, 1); in prepareBlitMask() local
71 maskTX.scale(((double) width) / maskWidth, ((double) height) / maskHeight); in prepareBlitMask()
79 ensureBlitMaskSize(maskWidth, maskHeight); in prepareBlitMask()
87 if (lastMaskWidth != maskWidth || lastMaskHeight != maskHeight || lastEA != currentEA) { in prepareBlitMask()
89 if (lastMaskWidth > maskWidth || lastMaskHeight > maskHeight) { in prepareBlitMask()
93 …rRectangle(blitMaskPicture, XRUtils.PictOpSrc, xrMgr.getAlphaColor(), 0, 0, maskWidth, maskHeight); in prepareBlitMask()
97 lastMaskWidth = maskWidth; in prepareBlitMask()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRMaskImage.java69 int maskWidth = Math.max(width / MASK_SCALE_FACTOR, 1); in prepareBlitMask() local
71 maskTX.scale(((double) width) / maskWidth, ((double) height) / maskHeight); in prepareBlitMask()
79 ensureBlitMaskSize(maskWidth, maskHeight); in prepareBlitMask()
87 if (lastMaskWidth != maskWidth || lastMaskHeight != maskHeight || lastEA != currentEA) { in prepareBlitMask()
89 if (lastMaskWidth > maskWidth || lastMaskHeight > maskHeight) { in prepareBlitMask()
93 …rRectangle(blitMaskPicture, XRUtils.PictOpSrc, xrMgr.getAlphaColor(), 0, 0, maskWidth, maskHeight); in prepareBlitMask()
97 lastMaskWidth = maskWidth; in prepareBlitMask()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRMaskImage.java69 int maskWidth = Math.max(width / MASK_SCALE_FACTOR, 1); in prepareBlitMask() local
71 maskTX.scale(((double) width) / maskWidth, ((double) height) / maskHeight); in prepareBlitMask()
79 ensureBlitMaskSize(maskWidth, maskHeight); in prepareBlitMask()
87 if (lastMaskWidth != maskWidth || lastMaskHeight != maskHeight || lastEA != currentEA) { in prepareBlitMask()
89 if (lastMaskWidth > maskWidth || lastMaskHeight > maskHeight) { in prepareBlitMask()
93 …rRectangle(blitMaskPicture, XRUtils.PictOpSrc, xrMgr.getAlphaColor(), 0, 0, maskWidth, maskHeight); in prepareBlitMask()
97 lastMaskWidth = maskWidth; in prepareBlitMask()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/unix/classes/sun/java2d/xr/
H A DXRMaskImage.java69 int maskWidth = Math.max(width / MASK_SCALE_FACTOR, 1); in prepareBlitMask() local
71 maskTX.scale(((double) width) / maskWidth, ((double) height) / maskHeight); in prepareBlitMask()
79 ensureBlitMaskSize(maskWidth, maskHeight); in prepareBlitMask()
87 if (lastMaskWidth != maskWidth || lastMaskHeight != maskHeight || lastEA != currentEA) { in prepareBlitMask()
89 if (lastMaskWidth > maskWidth || lastMaskHeight > maskHeight) { in prepareBlitMask()
93 …rRectangle(blitMaskPicture, XRUtils.PictOpSrc, xrMgr.getAlphaColor(), 0, 0, maskWidth, maskHeight); in prepareBlitMask()
97 lastMaskWidth = maskWidth; in prepareBlitMask()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRMaskImage.java69 int maskWidth = Math.max(width / MASK_SCALE_FACTOR, 1); in prepareBlitMask() local
71 maskTX.scale(((double) width) / maskWidth, ((double) height) / maskHeight); in prepareBlitMask()
79 ensureBlitMaskSize(maskWidth, maskHeight); in prepareBlitMask()
87 if (lastMaskWidth != maskWidth || lastMaskHeight != maskHeight || lastEA != currentEA) { in prepareBlitMask()
89 if (lastMaskWidth > maskWidth || lastMaskHeight > maskHeight) { in prepareBlitMask()
93 …rRectangle(blitMaskPicture, XRUtils.PictOpSrc, xrMgr.getAlphaColor(), 0, 0, maskWidth, maskHeight); in prepareBlitMask()
97 lastMaskWidth = maskWidth; in prepareBlitMask()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/opimage/
H A DOrderedDitherOpImage.java113 protected int maskWidth; field in OrderedDitherOpImage
270 maskWidth = ditherMask[0].getWidth(); in OrderedDitherOpImage()
339 int maskSize2D = maskWidth*maskHeight; in DitherLUT()
610 int xMod = dst.getX() % maskWidth; in computeRectByte()
779 int maskYBase = yMod*maskWidth; in computeRectByteGeneral()
783 int maskLimit = maskYBase + maskWidth; in computeRectByteGeneral()
849 int xMod = dst.getX() % maskWidth; in computeRectShort()
926 int xMod = dst.getX() % maskWidth; in computeRectUShort()
1003 int xMod = dst.getX() % maskWidth; in computeRectInt()
1082 int xMod = dst.getX() % maskWidth; in computeRectFloat()
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dblurnormal.inc11 maskWidth,maskHeight: integer;
32 maskWidth := blurMask.Width;
38 x := maskWidth;
54 setlength(diffMask, maskHeight, maskWidth+1);
56 fillchar(diffMask[y,0], (maskWidth+1)*sizeof(Int32or64), 0);
73 while x < maskWidth do
75 qty := maskWidth - x;
102 for x := 0 to maskWidth do
114 for x := 0 to maskWidth do
141 AClippedBounds.Right := min(bmpWidth, AClippedBounds.Right + maskWidth - 1 - blurOfs.X);
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dblurnormal.inc11 maskWidth,maskHeight: integer;
32 maskWidth := blurMask.Width;
38 x := maskWidth;
54 setlength(diffMask, maskHeight, maskWidth+1);
56 fillchar(diffMask[y,0], (maskWidth+1)*sizeof(Int32or64), 0);
73 while x < maskWidth do
75 qty := maskWidth - x;
102 for x := 0 to maskWidth do
114 for x := 0 to maskWidth do
141 AClippedBounds.Right := min(bmpWidth, AClippedBounds.Right + maskWidth - 1 - blurOfs.X);
/dports/graphics/krita/krita-4.4.8/libs/brush/
H A Dkis_brush.cpp501 PaintDeviceColoringInformation pdci(src, maskWidth(shape, subPixelX, subPixelY, info)); in mask()
506 void fetchPremultipliedRed(const QRgb* src, quint8 *dst, int maskWidth) in fetchPremultipliedRed() argument
508 for (int x = 0; x < maskWidth; x++) { in fetchPremultipliedRed()
540 qint32 maskWidth = outputImage.width(); in generateMaskAndApplyMaskOrCreateDab() local
543 dst->setRect(QRect(0, 0, maskWidth, maskHeight)); in generateMaskAndApplyMaskOrCreateDab()
582 for (int x = 0; x < maskWidth; x++) { in generateMaskAndApplyMaskOrCreateDab()
605 for (int x = 0; x < maskWidth; x++) { in generateMaskAndApplyMaskOrCreateDab()
612 QScopedArrayPointer<quint8> alphaArray(new quint8[maskWidth]); in generateMaskAndApplyMaskOrCreateDab()
613 … fetchPremultipliedRed(reinterpret_cast<const QRgb*>(maskPointer), alphaArray.data(), maskWidth); in generateMaskAndApplyMaskOrCreateDab()
614 cs->applyAlphaU8Mask(rowPointer, alphaArray.data(), maskWidth); in generateMaskAndApplyMaskOrCreateDab()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DMaskLoadDialog.cpp115 double maskWidth; in ProcessMask() local
119 maskWidth=m_maskSize.width(); in ProcessMask()
124 maskWidth=m_maskSize.height(); in ProcessMask()
141 …m_processedMask[i].scale((double)m_imageSize.width()/maskWidth,(double)m_imageSize.height()/maskHe… in ProcessMask()
146 …double factor=std::min((double)m_imageSize.width()/maskWidth,(double)m_imageSize.height()/maskHeig… in ProcessMask()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx241 int maskWidth, int maskHeight, GfxImageColorMap* maskColorMap ) in createPng() argument
288 maskWidth, in createPng()
296 for( int x = 0; x < maskWidth; ++x ) in createPng()
301 (x*width/maskWidth)*4 + 1 + 3 // mapped column in createPng()
325 int maskWidth, int maskHeight, in createPng() argument
372 new ImageStream(maskStr, maskWidth, 1, 1)); in createPng()
377 for( int x = 0; x < maskWidth; ++x ) in createPng()
382 (x*width/maskWidth)*4 + 1 + 3 // mapped column in createPng()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx239 int maskWidth, int maskHeight, GfxImageColorMap* maskColorMap ) in createPng() argument
286 maskWidth, in createPng()
294 for( int x = 0; x < maskWidth; ++x ) in createPng()
299 (x*width/maskWidth)*4 + 1 + 3 // mapped column in createPng()
323 int maskWidth, int maskHeight, in createPng() argument
370 new ImageStream(maskStr, maskWidth, 1, 1)); in createPng()
375 for( int x = 0; x < maskWidth; ++x ) in createPng()
380 (x*width/maskWidth)*4 + 1 + 3 // mapped column in createPng()
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DNSBitmapImageRep_PPUtilities_ColorMasking.m443 int maskWidth, maskHeight, destinationMaskBytesPerRow, sourceBitmapBytesPerRow,
449 maskWidth = [self pixelsWide];
484 columnCounter = maskWidth;
512 columnCounter = maskWidth;
553 maskWidth = [self pixelsWide];
556 if ((col >= maskWidth) || (row >= maskHeight))
619 if (col < (maskWidth - 1))
625 while (checkCol < maskWidth)
669 int maskWidth, maskHeight, col, destinationBytesPerRow, maskablePixelsStartCol,
677 maskWidth = [self pixelsWide];
[all …]
/dports/graphics/krita/krita-4.4.8/libs/brush/tests/
H A Dkis_imagepipe_brush_test.cpp82 …int maskWidth = brush->maskWidth(KisDabShape(realScale, 1.0, realAngle), subPixelX, subPixelY, inf… in checkConsistency() local
89 QCOMPARE(maskWidth, dev->bounds().width()); in checkConsistency()
137 …int maskWidth = brush->maskWidth(KisDabShape(realScale, 1.0, realAngle), subPixelX, subPixelY, inf… in checkIncrementalPainting() local
139 QRect fillRect(0, 0, maskWidth, maskHeight); in checkIncrementalPainting()
/dports/graphics/swftools/swftools-0.9.2/lib/pdf/
H A DVectorGraphicOutputDev.cc1128 for (x = 0; x < maskWidth; x++) { in drawGeneralImage()
1138 for (x = 0; x < maskWidth; x++) { in drawGeneralImage()
1331 pic[width*y+x].a = maskbitmap[(y*maskHeight/height)*maskWidth+(x*maskWidth/width)]; in drawGeneralImage()
1342 for (x = 0; x < maskWidth; x++) { in drawGeneralImage()
1344 newpic[maskWidth*y+x].a = maskbitmap[maskWidth*y+x]; in drawGeneralImage()
1351 width = maskWidth; in drawGeneralImage()
1411 maskWidth, maskHeight); in drawMaskedImage()
1414 maskWidth, maskHeight); in drawMaskedImage()
1425 int maskWidth, int maskHeight, in drawSoftMaskedImage() argument
1434 maskWidth, maskHeight); in drawSoftMaskedImage()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/opengl/gl2paintengineex/
H A Dqtextureglyphcache_gl.cpp304 const int maskWidth = mask.width(); in fillTexture() local
311 for (int x = 0; x < maskWidth; ++x) in fillTexture()
319 for (int x = 0; x < maskWidth; ++x) { in fillTexture()
331 …glTexSubImage2D(GL_TEXTURE_2D, 0, c.x, c.y, maskWidth, maskHeight, GL_BGRA, GL_UNSIGNED_BYTE, mask… in fillTexture()
351 …glTexSubImage2D(GL_TEXTURE_2D, 0, c.x, c.y + i, maskWidth, 1, GL_ALPHA, GL_UNSIGNED_BYTE, mask.sca… in fillTexture()
353 …glTexSubImage2D(GL_TEXTURE_2D, 0, c.x, c.y, maskWidth, maskHeight, GL_ALPHA, GL_UNSIGNED_BYTE, mas… in fillTexture()
/dports/graphics/hugin/hugin-2020.0.0/src/tools/
H A Dpto_mask.cpp240 double maskWidth; in main() local
244 maskWidth=maskImageSize.width(); in main()
249 maskWidth=maskImageSize.height(); in main()
276 … loadedMasks[i].scale((double)imageSize.width()/maskWidth,(double)imageSize.height()/maskHeight); in main()
283 …double factor=std::min((double)imageSize.width()/maskWidth, (double)imageSize.height()/maskHeight); in main()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/poppler/utils/
H A DImageOutputDev.cc243 Stream *maskStr, int maskWidth, int maskHeight, GBool maskInvert, GBool maskInterpolate) { in drawMaskedImage() argument
245 drawImageMask(state, ref, maskStr, maskWidth, maskHeight, maskInvert, in drawMaskedImage()
252 Stream *maskStr, int maskWidth, int maskHeight, in drawSoftMaskedImage() argument
255 drawImage(state, ref, maskStr, maskWidth, maskHeight, in drawSoftMaskedImage()

12345678910>>...17