Home
last modified time | relevance | path

Searched refs:resultWidth (Results 1 – 25 of 40) sorted by relevance

12

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/graphics/fonts/
H A Dtt_font.cpp107 int32 &resultWidth, int32 &resultHeight, in getTextSize() argument
115 resultWidth, resultHeight); in getTextSize()
126 int32 resultWidth, resultHeight, lineHeight; in renderText() local
130 resultWidth, resultHeight, cursor); in renderText()
133 resultWidth, resultHeight, cursor); in renderText()
160 textSurf.create(resultWidth, lineHeight, PF_RGBA); in renderText()
225 texBuf[ty * resultWidth + tx] = borderColor; in renderText()
248 texBuf[ty * resultWidth + tx] = sColor; in renderText()
252 int32 dColor = texBuf[ty * resultWidth + tx]; in renderText()
269 texBuf[ty * resultWidth + tx] = _color; in renderText()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/content_suggestions/
H A Dcontent_suggestions_collection_utils_unittest.mm97 CGFloat resultWidth = searchFieldWidth(width, IPadTraitCollection());
104 EXPECT_EQ(432, resultWidth);
113 CGFloat resultWidth =
119 EXPECT_EQ(343, resultWidth);
127 CGFloat resultWidth =
133 EXPECT_EQ(343, resultWidth);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/layout/
H A DCellData.java492 int resultWidth = overrideW; in computeOverrideSize() local
496 resultWidth = wHint; in computeOverrideSize()
503 if (resultWidth == SWT.DEFAULT || resultHeight == SWT.DEFAULT) { in computeOverrideSize()
504 return computeRawSize(control, resultWidth, resultHeight); in computeOverrideSize()
507 return new Point(resultWidth, resultHeight); in computeOverrideSize()
/dports/lang/oo2c/oo2c_64-2.1.11/tests/benchmark/src/
H A DBenchmark.Mod29 resultWidth = 10;
109 Err.RealFix(result, resultWidth, resultDigits);
188 RepeatChar("-", Driver.nameLength+resultWidth);
198 StringWidth("tests/sec", -resultWidth);
207 Out.RealFix(s.result, resultWidth, resultDigits);
/dports/x11/qimageblitz/qimageblitz-0.1.0/test/
H A Dscaledialog.h12 int resultWidth();
H A Dscaledialog.cpp62 int ScaleDialog::resultWidth() in resultWidth() function in ScaleDialog
H A Dmainwindow.cpp305 img = Blitz::smoothScale(img, dlg.resultWidth(), dlg.resultHeight()); in slotSmoothscale()
315 img = Blitz::smoothScaleFilter(img, dlg.resultWidth(), in slotSmoothscaleFiltered()
/dports/security/klee/klee-2.2/unittests/Solver/
H A DSolverTest.cpp48 Expr::Width resultWidth) { in testOperation() argument
63 symbolicArgs.push_back(Expr::CreateArg(resultWidth)); in testOperation()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/graphics/
H A DGraphics.cpp300 int resultWidth = rw, resultHeight = rh; in resample_img() local
301 int sourcePitch = sourceWidth*PIXELSIZE, resultPitch = resultWidth*PIXELSIZE; in resample_img()
311 if (sourceWidth <= 0 || sourceHeight <= 0 || resultWidth <= 0 || resultHeight <= 0) in resample_img()
313 …resamplers[0] = new Resampler(sourceWidth, sourceHeight, resultWidth, resultHeight, Resampler::BOU… in resample_img()
317 …resamplers[i] = new Resampler(sourceWidth, sourceHeight, resultWidth, resultHeight, Resampler::BOU… in resample_img()
361 for (int x = 0; x < resultWidth; x++) in resample_img()
/dports/math/stp/stp-2.3.3/lib/Simplifier/constantBitP/
H A DFixedBits.cpp87 unsigned resultWidth = to - from + 1; in GetBVConst() local
89 stp::CBV result = CONSTANTBV::BitVector_Create(resultWidth, true); in GetBVConst()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/util/
H A DFormatter.java868 int resultWidth = builder.length(); in hexOrOctalConversion() local
869 if (resultWidth < width) in hexOrOctalConversion()
884 while (resultWidth++ < width) in hexOrOctalConversion()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/util/
H A DFormatter.java868 int resultWidth = builder.length(); in hexOrOctalConversion() local
869 if (resultWidth < width) in hexOrOctalConversion()
884 while (resultWidth++ < width) in hexOrOctalConversion()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/util/
H A DFormatter.java868 int resultWidth = builder.length(); in hexOrOctalConversion() local
869 if (resultWidth < width) in hexOrOctalConversion()
884 while (resultWidth++ < width) in hexOrOctalConversion()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/util/
H A DFormatter.java868 int resultWidth = builder.length(); in hexOrOctalConversion() local
869 if (resultWidth < width) in hexOrOctalConversion()
884 while (resultWidth++ < width) in hexOrOctalConversion()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/util/
H A DFormatter.java868 int resultWidth = builder.length(); in hexOrOctalConversion() local
869 if (resultWidth < width) in hexOrOctalConversion()
884 while (resultWidth++ < width) in hexOrOctalConversion()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/
H A DVideoCameraCapturer.mm461 int resultWidth = (int)(srcWidth * 0.8f);
462 resultWidth &= ~1;
466 …12Buffer> resultBuffer = new rtc::RefCountedObject<webrtc::NV12Buffer>(resultWidth, resultHeight, …
469 resultWidth, resultHeight, resultBuffer->MutableDataY(),
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DExpandableComposite.java515 int resultWidth = width + marginWidth + marginWidth + thmargin + thmargin; in computeSize() local
518 resultWidth = wHint; in computeSize()
527 return new Point(resultWidth, resultHeight); in computeSize()
/dports/x11/xkbcomp/xkbcomp-1.4.5/
H A Dsymbols.c335 int resultWidth; in MergeKeyGroups() local
347 resultWidth = from->numLevels[group]; in MergeKeyGroups()
353 resultWidth = into->numLevels[group]; in MergeKeyGroups()
357 resultSyms = uTypedCalloc(resultWidth, KeySym); in MergeKeyGroups()
368 resultActs = uTypedCalloc(resultWidth, XkbAction); in MergeKeyGroups()
377 for (i = 0; i < resultWidth; i++) in MergeKeyGroups()
465 into->numLevels[group] = resultWidth; in MergeKeyGroups()
/dports/net/opal/opal-3.10.10/plugins/video/H.263-1998/
H A Dh263-1998.cxx1219 unsigned resultWidth[MAX_H263_CUSTOM_SIZES]; in MergeCustomH263() local
1226 resultWidth[resultCount] = srcWidth[s]; in MergeCustomH263()
1240 …len += sprintf(&buffer[len], len == 0 ? "%u,%u,%u" : ";%u,%u,%u", resultWidth[i], resultHeight[i],… in MergeCustomH263()
/dports/cad/verilator/verilator-4.216/src/
H A DV3Const.cpp635 static AstNode* simplify(AstNode* nodep, int resultWidth, unsigned externalOps, in simplify() argument
637 UASSERT_OBJ(1 <= resultWidth && resultWidth <= 64, nodep, "resultWidth out of range"); in simplify()
678 resultp->dtypeChgWidth(resultWidth, 1); in simplify()
735 resultp->dtypeChgWidth(resultWidth, 1); in simplify()
774 const int maskWidth = resultWidth == 1 ? VL_IDATASIZE : resultWidth; in simplify()
795 if (resultp->width() != resultWidth) { in simplify()
796 resultp = new AstCCast{fl, resultp, resultWidth, 1}; in simplify()
800 resultp->dtypeChgWidth(resultWidth, 1); in simplify()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimImageRenderer.cpp2492 ossim_int32 resultWidth = (ossim_int32)result->getWidth(); in resampleTileToDecimation() local
2504 else if(offsetX[i] >= resultWidth) in resampleTileToDecimation()
2506 offsetX[i] = resultWidth-1; in resampleTileToDecimation()
2520 offsetY[i] *= resultWidth; in resampleTileToDecimation()
/dports/games/retroarch/RetroArch-1.9.7/deps/glslang/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp3111 const int resultWidth = std::max(left->getVectorSize(), right->getVectorSize()); in promoteBinary() local
3114 if (resultWidth > 1) { in promoteBinary()
3119 node.setType(TType(EbtBool, EvqTemporary, resultWidth)); in promoteBinary()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp3391 const int resultWidth = std::max(left->getVectorSize(), right->getVectorSize()); in promoteBinary() local
3394 if (resultWidth > 1) { in promoteBinary()
3399 node.setType(TType(EbtBool, EvqTemporary, resultWidth)); in promoteBinary()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp3391 const int resultWidth = std::max(left->getVectorSize(), right->getVectorSize()); in promoteBinary() local
3394 if (resultWidth > 1) { in promoteBinary()
3399 node.setType(TType(EbtBool, EvqTemporary, resultWidth)); in promoteBinary()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/glslang/src/glslang/MachineIndependent/
H A DIntermediate.cpp3376 const int resultWidth = std::max(left->getVectorSize(), right->getVectorSize()); in promoteBinary() local
3379 if (resultWidth > 1) { in promoteBinary()
3384 node.setType(TType(EbtBool, EvqTemporary, resultWidth)); in promoteBinary()

12