Home
last modified time | relevance | path

Searched refs:resultHeight (Results 1 – 20 of 20) sorted by relevance

/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()
119 resultWidth, resultHeight); in getTextSize()
126 int32 resultWidth, resultHeight, lineHeight; in renderText() local
130 resultWidth, resultHeight, cursor); in renderText()
133 resultWidth, resultHeight, cursor); in renderText()
138 …Graphics::ManagedSurface *texture = new Graphics::ManagedSurface(resultWidth, resultHeight, PF_RGB… in renderText()
188 if (tx >= 0 && tx < resultWidth && ty >= 0 && ty < resultHeight) { in renderText()
222 if (tx >= 0 && tx < resultWidth && ty >= 0 && ty < resultHeight) { in renderText()
288 return new TTFRenderedText(texture, resultWidth, resultHeight, in renderText()
/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.java493 int resultHeight = overrideH; in computeOverrideSize() local
500 resultHeight = hHint; 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/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/effects/
H A Dpanel_animation.cpp296 auto resultHeight = qRound(_finalImage.height() * _st.fadeHeight); in createFadeMask() local
297 if (auto remove = (resultHeight % style::DevicePixelRatio())) { in createFadeMask()
298 resultHeight -= remove; in createFadeMask()
302 auto result = QImage(style::DevicePixelRatio(), resultHeight, QImage::Format_ARGB32_Premultiplied); in createFadeMask()
306 auto from = up ? resultHeight : 0, to = resultHeight - from, delta = up ? -1 : 1; in createFadeMask()
312 auto alpha = static_cast<uint32>(finalAlpha * y) / resultHeight; in createFadeMask()
/dports/x11/qimageblitz/qimageblitz-0.1.0/test/
H A Dscaledialog.h13 int resultHeight();
H A Dscaledialog.cpp67 int ScaleDialog::resultHeight() in resultHeight() function in ScaleDialog
H A Dmainwindow.cpp305 img = Blitz::smoothScale(img, dlg.resultWidth(), dlg.resultHeight()); in slotSmoothscale()
316 dlg.resultHeight(), 1.0, in slotSmoothscaleFiltered()
/dports/games/powder-toy/The-Powder-Toy-95.0/src/graphics/
H A DGraphics.cpp300 int resultWidth = rw, resultHeight = rh; in resample_img() local
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()
321 unsigned char * resultImage = new unsigned char[resultHeight * resultPitch]; in resample_img()
322 std::fill(resultImage, resultImage + (resultHeight*resultPitch), 0); in resample_img()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/
H A DVideoCameraCapturer.mm463 int resultHeight = (int)(srcHeight * 0.8f);
464 resultHeight &= ~1;
466 …ltBuffer = new rtc::RefCountedObject<webrtc::NV12Buffer>(resultWidth, resultHeight, srcYStride, sr…
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.java521 int resultHeight = height + marginHeight + marginHeight + tvmargin + tvmargin; in computeSize() local
524 resultHeight = hHint; in computeSize()
527 return new Point(resultWidth, resultHeight); in computeSize()
/dports/net/opal/opal-3.10.10/plugins/video/H.263-1998/
H A Dh263-1998.cxx1220 unsigned resultHeight[MAX_H263_CUSTOM_SIZES]; in MergeCustomH263() local
1227 resultHeight[resultCount] = srcHeight[s]; in MergeCustomH263()
1240 …tf(&buffer[len], len == 0 ? "%u,%u,%u" : ";%u,%u,%u", resultWidth[i], resultHeight[i], resultMPI[i… in MergeCustomH263()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimImageRenderer.cpp2488 ossim_int32 resultHeight = result->getHeight(); in resampleTileToDecimation() local
2516 else if(offsetY[i] >= resultHeight) in resampleTileToDecimation()
2518 offsetY[i] = resultHeight-1; in resampleTileToDecimation()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmBaselineCompile.cpp838 uint32_t resultHeight = endHeight - result.stackOffset(); in popStackResults() local
843 fr.storeImmediatePtrToStack(v.i32val_, resultHeight, temp); in popStackResults()
845 fr.storeImmediatePtrToStack(uint32_t(v.i32val_), resultHeight, temp); in popStackResults()
849 fr.storeImmediateF32ToStack(v.f32val_, resultHeight, temp); in popStackResults()
852 fr.storeImmediateI64ToStack(v.i64val_, resultHeight, temp); in popStackResults()
855 fr.storeImmediateF64ToStack(v.f64val_, resultHeight, temp); in popStackResults()
859 fr.storeImmediateV128ToStack(v.v128val_, resultHeight, temp); in popStackResults()
863 fr.storeImmediatePtrToStack(v.refval_, resultHeight, temp); in popStackResults()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DnsContentUtils.cpp2368 int32_t resultWidth = 0, resultHeight = 0; in CalcRoundedWindowSizeForResistingFingerprinting() local
2384 resultHeight = availContentHeight + chromeOffsetHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
2386 resultHeight = 100 + chromeOffsetHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
2388 resultHeight = in CalcRoundedWindowSizeForResistingFingerprinting()
2394 *aOutputHeight = resultHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DnsContentUtils.cpp2096 int32_t resultWidth = 0, resultHeight = 0; in CalcRoundedWindowSizeForResistingFingerprinting() local
2112 resultHeight = availContentHeight + chromeOffsetHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
2114 resultHeight = 100 + chromeOffsetHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
2116 resultHeight = in CalcRoundedWindowSizeForResistingFingerprinting()
2122 *aOutputHeight = resultHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
/dports/www/firefox/firefox-99.0/dom/base/
H A DnsContentUtils.cpp2346 int32_t resultWidth = 0, resultHeight = 0; in CalcRoundedWindowSizeForResistingFingerprinting() local
2362 resultHeight = availContentHeight + chromeOffsetHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
2364 resultHeight = 100 + chromeOffsetHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
2366 resultHeight = in CalcRoundedWindowSizeForResistingFingerprinting()
2372 *aOutputHeight = resultHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DnsContentUtils.cpp2368 int32_t resultWidth = 0, resultHeight = 0; in CalcRoundedWindowSizeForResistingFingerprinting() local
2384 resultHeight = availContentHeight + chromeOffsetHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
2386 resultHeight = 100 + chromeOffsetHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
2388 resultHeight = in CalcRoundedWindowSizeForResistingFingerprinting()
2394 *aOutputHeight = resultHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.cpp2268 int32_t resultWidth = 0, resultHeight = 0; in CalcRoundedWindowSizeForResistingFingerprinting() local
2284 resultHeight = availContentHeight + chromeOffsetHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
2286 resultHeight = 100 + chromeOffsetHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
2288 resultHeight = in CalcRoundedWindowSizeForResistingFingerprinting()
2294 *aOutputHeight = resultHeight; in CalcRoundedWindowSizeForResistingFingerprinting()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmBaselineCompile.cpp4725 uint32_t resultHeight = endHeight - result.stackOffset(); in popStackResults() local
4729 fr.storeImmediatePtrToStack(uint32_t(v.i32val_), resultHeight, temp); in popStackResults()
4732 fr.storeImmediateF32ToStack(v.f32val_, resultHeight, temp); in popStackResults()
4735 fr.storeImmediateI64ToStack(v.i64val_, resultHeight, temp); in popStackResults()
4738 fr.storeImmediateF64ToStack(v.f64val_, resultHeight, temp); in popStackResults()
4742 fr.storeImmediateV128ToStack(v.v128val_, resultHeight, temp); in popStackResults()
4746 fr.storeImmediatePtrToStack(v.refval_, resultHeight, temp); in popStackResults()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmBaselineCompile.cpp5099 uint32_t resultHeight = endHeight - result.stackOffset(); in popStackResults() local
5103 fr.storeImmediatePtrToStack(uint32_t(v.i32val_), resultHeight, temp); in popStackResults()
5106 fr.storeImmediateF32ToStack(v.f32val_, resultHeight, temp); in popStackResults()
5109 fr.storeImmediateI64ToStack(v.i64val_, resultHeight, temp); in popStackResults()
5112 fr.storeImmediateF64ToStack(v.f64val_, resultHeight, temp); in popStackResults()
5116 fr.storeImmediateV128ToStack(v.v128val_, resultHeight, temp); in popStackResults()
5120 fr.storeImmediatePtrToStack(v.refval_, resultHeight, temp); in popStackResults()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmBaselineCompile.cpp5099 uint32_t resultHeight = endHeight - result.stackOffset(); in popStackResults() local
5103 fr.storeImmediatePtrToStack(uint32_t(v.i32val_), resultHeight, temp); in popStackResults()
5106 fr.storeImmediateF32ToStack(v.f32val_, resultHeight, temp); in popStackResults()
5109 fr.storeImmediateI64ToStack(v.i64val_, resultHeight, temp); in popStackResults()
5112 fr.storeImmediateF64ToStack(v.f64val_, resultHeight, temp); in popStackResults()
5116 fr.storeImmediateV128ToStack(v.v128val_, resultHeight, temp); in popStackResults()
5120 fr.storeImmediatePtrToStack(v.refval_, resultHeight, temp); in popStackResults()