Home
last modified time | relevance | path

Searched refs:tempWidth (Results 1 – 25 of 122) sorted by relevance

12345

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Dnsc_encode.c66 UINT32 tempWidth; in nsc_context_initialize_encode() local
68 tempWidth = ROUND_UP_TO(context->width, 8); in nsc_context_initialize_encode()
71 length = tempWidth * tempHeight + 16; in nsc_context_initialize_encode()
130 UINT32 tempWidth; in nsc_encode_argb_to_aycocg() local
132 tempWidth = ROUND_UP_TO(context->width, 8); in nsc_encode_argb_to_aycocg()
277 UINT32 tempWidth; in nsc_encode_subsampling() local
283 tempWidth = ROUND_UP_TO(context->width, 8); in nsc_encode_subsampling()
302 for (x = 0; x<tempWidth>> 1; x++) in nsc_encode_subsampling()
424 UINT32 tempWidth; in nsc_compute_byte_count() local
427 tempWidth = ROUND_UP_TO(width, 8); in nsc_compute_byte_count()
[all …]
H A Dnsc_sse2.c56 UINT32 tempWidth; in nsc_encode_argb_to_aycocg_sse2() local
61 tempWidth = ROUND_UP_TO(context->width, 8); in nsc_encode_argb_to_aycocg_sse2()
62 rw = (context->ChromaSubsamplingLevel > 0 ? tempWidth : context->width); in nsc_encode_argb_to_aycocg_sse2()
330 UINT32 tempWidth; in nsc_encode_subsampling_sse2() local
335 tempWidth = ROUND_UP_TO(context->width, 8); in nsc_encode_subsampling_sse2()
341 co_dst = context->priv->PlaneBuffers[1] + y * (tempWidth >> 1); in nsc_encode_subsampling_sse2()
342 cg_dst = context->priv->PlaneBuffers[2] + y * (tempWidth >> 1); in nsc_encode_subsampling_sse2()
343 co_src0 = (INT8*)context->priv->PlaneBuffers[1] + (y << 1) * tempWidth; in nsc_encode_subsampling_sse2()
344 co_src1 = co_src0 + tempWidth; in nsc_encode_subsampling_sse2()
346 cg_src1 = cg_src0 + tempWidth; in nsc_encode_subsampling_sse2()
[all …]
H A Dnsc.c241 UINT32 tempWidth; in nsc_context_initialize() local
270 tempWidth = ROUND_UP_TO(context->width, 8); in nsc_context_initialize()
273 length = tempWidth * tempHeight; in nsc_context_initialize()
297 context->OrgByteCount[0] = tempWidth * context->height; in nsc_context_initialize()
298 context->OrgByteCount[1] = (tempWidth >> 1) * (tempHeight >> 1); in nsc_context_initialize()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/
H A DWindowUtils.java41 int tempWidth; in getLargestDimension() local
46 tempWidth = (Integer) getRawW.invoke(display); in getLargestDimension()
50 tempWidth = display.getWidth(); in getLargestDimension()
55 return Math.max(tempWidth, tempHeight); in getLargestDimension()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/
H A DWindowUtils.java40 int tempWidth; in getLargestDimension() local
45 tempWidth = (Integer) getRawW.invoke(display); in getLargestDimension()
49 tempWidth = display.getWidth(); in getLargestDimension()
54 return Math.max(tempWidth, tempHeight); in getLargestDimension()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/data/
H A Dload_image.cpp56 int tempWidth, tempHeight, tempChannels; in LoadImage() local
61 image = stbi_load(filename.c_str(), &tempWidth, &tempHeight, &tempChannels, in LoadImage()
66 image = stbi_load(filename.c_str(), &tempWidth, &tempHeight, &tempChannels, in LoadImage()
86 info.Width() = tempWidth; in LoadImage()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/umlwidgets/
H A Dpackagewidget.cpp122 int tempWidth = 0; in minimumSize() local
124 tempWidth = fm.width(m_umlObject->stereotype(true)); in minimumSize()
127 if (tempWidth > width) in minimumSize()
128 width = tempWidth; in minimumSize()
H A Dnodewidget.cpp129 int tempWidth = 0; in minimumSize() local
131 tempWidth = fm.width(m_umlObject->stereotype(true)); in minimumSize()
133 if (tempWidth > width) in minimumSize()
134 width = tempWidth; in minimumSize()
H A Dartifactwidget.cpp135 int tempWidth = 0; in calculateNormalSize() local
137 tempWidth = fm.width(m_umlObject->stereotype(true)); in calculateNormalSize()
139 width = tempWidth>width ? tempWidth : width; in calculateNormalSize()
/dports/graphics/freeglut/freeglut-3.2.1/src/util/
H A Dxparsegeometry_repl.c82 unsigned int tempWidth = 0, tempHeight = 0; in XParseGeometry() local
93 tempWidth = ReadInteger(strind, &nextCharacter); in XParseGeometry()
158 *width = tempWidth; in XParseGeometry()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/src/util/
H A Dxparsegeometry_repl.c82 unsigned int tempWidth = 0, tempHeight = 0; in XParseGeometry() local
93 tempWidth = ReadInteger(strind, &nextCharacter); in XParseGeometry()
158 *width = tempWidth; in XParseGeometry()
/dports/x11/libX11/libX11-1.7.2/src/
H A DParseGeom.c82 unsigned int tempWidth = 0, tempHeight = 0; in XParseGeometry() local
92 tempWidth = ReadInteger(strind, &nextCharacter); in XParseGeometry()
158 *width = tempWidth; in XParseGeometry()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/customdrawn/
H A Dcustomdrawn_windows7.pas87 i, tempWidth, tempHeight: integer;
90 tempWidth := Trunc(bmpArrayStates[0].Width div 2)
92 tempWidth := BorderWidth;
102 bmpArrayParts[i] := GetBitmapPart(bmpArrayStates[i], tempWidth, tempHeight);
303 tempWidth, tempHeight: integer;
317 tempWidth := BorderWidth * 2
319 tempWidth := DestWidth;
327 temp.Width := tempWidth;
331 DrawEachPart(Source, temp, tempWidth, tempHeight, BorderWidth, BorderHeight);
333 if (tempWidth <> DestWidth) or (tempHeight <> DestHeight) then
/dports/editors/lazarus/lazarus/components/customdrawn/
H A Dcustomdrawn_windows7.pas87 i, tempWidth, tempHeight: integer;
90 tempWidth := Trunc(bmpArrayStates[0].Width div 2)
92 tempWidth := BorderWidth;
102 bmpArrayParts[i] := GetBitmapPart(bmpArrayStates[i], tempWidth, tempHeight);
303 tempWidth, tempHeight: integer;
317 tempWidth := BorderWidth * 2
319 tempWidth := DestWidth;
327 temp.Width := tempWidth;
331 DrawEachPart(Source, temp, tempWidth, tempHeight, BorderWidth, BorderHeight);
333 if (tempWidth <> DestWidth) or (tempHeight <> DestHeight) then
/dports/editors/lazarus-qt5/lazarus/components/customdrawn/
H A Dcustomdrawn_windows7.pas87 i, tempWidth, tempHeight: integer;
90 tempWidth := Trunc(bmpArrayStates[0].Width div 2)
92 tempWidth := BorderWidth;
102 bmpArrayParts[i] := GetBitmapPart(bmpArrayStates[i], tempWidth, tempHeight);
303 tempWidth, tempHeight: integer;
317 tempWidth := BorderWidth * 2
319 tempWidth := DestWidth;
327 temp.Width := tempWidth;
331 DrawEachPart(Source, temp, tempWidth, tempHeight, BorderWidth, BorderHeight);
333 if (tempWidth <> DestWidth) or (tempHeight <> DestHeight) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/customdrawn/
H A Dcustomdrawn_windows7.pas87 i, tempWidth, tempHeight: integer;
90 tempWidth := Trunc(bmpArrayStates[0].Width div 2)
92 tempWidth := BorderWidth;
102 bmpArrayParts[i] := GetBitmapPart(bmpArrayStates[i], tempWidth, tempHeight);
303 tempWidth, tempHeight: integer;
317 tempWidth := BorderWidth * 2
319 tempWidth := DestWidth;
327 temp.Width := tempWidth;
331 DrawEachPart(Source, temp, tempWidth, tempHeight, BorderWidth, BorderHeight);
333 if (tempWidth <> DestWidth) or (tempHeight <> DestHeight) then
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DParseGeom.c116 unsigned int tempWidth, tempHeight; local
126 tempWidth = ReadInteger(strind, &nextCharacter);
192 *width = tempWidth;
/dports/cad/gerbv/gerbv-2.7.0/src/
H A Dexport-image.c59 gfloat tempWidth = bb.right - bb.left; in gerbv_export_autoscale_project() local
61 bb.right += (tempWidth*0.05); in gerbv_export_autoscale_project()
62 bb.left -= (tempWidth*0.05); in gerbv_export_autoscale_project()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/
H A DBC_TwoDimWriter.cpp33 int32_t tempWidth = m_inputWidth + 2; in RenderResult() local
38 FX_SAFE_INT32 scaledWidth = tempWidth; in RenderResult()
63 static_cast<int32_t>(ceil(static_cast<float>(m_outputWidth) / tempWidth)); in RenderResult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/
H A DBC_TwoDimWriter.cpp33 int32_t tempWidth = m_inputWidth + 2; in RenderResult() local
38 FX_SAFE_INT32 scaledWidth = tempWidth; in RenderResult()
63 static_cast<int32_t>(ceil(static_cast<float>(m_outputWidth) / tempWidth)); in RenderResult()
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/engine/mathml/
H A DMathMLTableFormatter.hh139 tempWidth(), width(), contentWidth(), displacement() in Column()
147 scaled getTempWidth(void) const { return tempWidth; } in getTempWidth()
151 void setTempWidth(const scaled& w) { tempWidth = w; } in setTempWidth()
168 scaled tempWidth; member in MathMLTableFormatter::Column
/dports/cad/opencascade/opencascade-7.6.0/src/IGESAppli/
H A DIGESAppli_ToolLineWidening.cxx42 Standard_Real tempWidth; in ReadOwnParams() local
51 PR.ReadReal(PR.Current(),"Width of metalization",tempWidth); in ReadOwnParams()
61 ent->Init(tempNbPropertyValues,tempWidth,tempCorneringCode,tempExtensionFlag, in ReadOwnParams()
/dports/net-im/nheko/nheko-0.9.0/resources/qml/delegates/
H A DImageMessage.qml18 …property double tempWidth: Math.min(parent ? parent.width : undefined, originalWidth < 1 ? 200 : o…
19 property double tempHeight: tempWidth * proportionalHeight
24 width: Math.round(tooHigh ? (timelineView.height / divisor) / proportionalHeight : tempWidth)
H A DPlayableMediaMessage.qml24 …property double tempWidth: Math.min(parent ? parent.width : undefined, originalWidth < 1 ? 400 : o…
25 property double tempHeight: tempWidth * proportionalHeight
30 …ent.VideoMessage ? tooHigh ? (timelineRoot.height / divisor) / proportionalHeight : tempWidth : 250
/dports/games/galaxyhack/galaxyhack/src/
H A DGroup_Base.cpp113 int tempWidth, tempHeight; in SetBoundingRect() local
115 units[0].GetDimensions(tempWidth, tempHeight); in SetBoundingRect()
119 width = tempWidth; in SetBoundingRect()
126 widthTotal += tempWidth; in SetBoundingRect()
139 int tempWidth, tempHeight; in RandomPlaceUnits() local
143 units[i].GetDimensions(tempWidth, tempHeight); in RandomPlaceUnits()
145 int x = Random() % (width - tempWidth) + static_cast<int>(myx); in RandomPlaceUnits()
673 int tempWidth, tempHeight; in Upkeep() local
674 units[0].GetDimensions(tempWidth, tempHeight); in Upkeep()
675 myx += tempWidth; in Upkeep()

12345