Home
last modified time | relevance | path

Searched refs:rowWidth (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/unifiedreport/agent/
H A DreportStatic.php108 $rowWidth = 600;
118 $table->addRow($rowWidth);
176 $rowWidth = 200;
192 $table->addRow($rowWidth);
197 $table->addRow($rowWidth);
203 $table->addRow($rowWidth);
212 $table->addRow($rowWidth);
300 $rowWidth = 5;
395 $rowWidth = 200;
439 $rowWidth = 200;
[all …]
H A DreportSummary.php95 $rowWidth = 200;
114 $table->addRow($rowWidth);
118 $table->addRow($rowWidth);
123 $table->addRow($rowWidth);
128 $table->addRow($rowWidth);
133 $table->addRow($rowWidth);
138 $table->addRow($rowWidth);
146 $table->addRow($rowWidth);
155 $table->addRow($rowWidth);
164 $table->addRow($rowWidth);
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/widget/
H A DFlowLayout.java33 int rowWidth = 0; in onMeasure() local
48 if (firstChild || (rowWidth + childWidth > parentWidth)) { in onMeasure()
49 rowWidth = 0; in onMeasure()
56 rowWidth += childWidth; in onMeasure()
58 if (rowWidth > totalWidth) in onMeasure()
59 totalWidth = rowWidth; in onMeasure()
61 rowWidth += mSpacing; in onMeasure()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/widget/
H A DFlowLayout.java33 int rowWidth = 0; in onMeasure() local
48 if (firstChild || (rowWidth + childWidth > parentWidth)) { in onMeasure()
49 rowWidth = 0; in onMeasure()
56 rowWidth += childWidth; in onMeasure()
58 if (rowWidth > totalWidth) in onMeasure()
59 totalWidth = rowWidth; in onMeasure()
61 rowWidth += mSpacing; in onMeasure()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DText.cpp529 int rowWidth = 0; in UpdateText() local
607 rowWidth = 0; in UpdateText()
633 rowWidth = 0; in UpdateText()
639 rowWidth = 0; in UpdateText()
660 rowWidth = 0; in UpdateText()
664 if (rowWidth) in UpdateText()
666 width = Max(width, rowWidth); in UpdateText()
668 rowWidths_.Push(rowWidth); in UpdateText()
792 float rowWidth = 0; in GetRowStartPosition() local
795 rowWidth = rowWidths_[rowIndex]; in GetRowStartPosition()
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/
H A Duimagebackup.pas143 rowWidth: Integer;
145 rowWidth := FRows[y].Right - FRows[y].Left;
148 CopyChannelGrayscale(y, rowWidth);
149 EncodeLazRLE(tempRow^, rowWidth, FData);
153 CopyChannelsRGBA(y, rowWidth);
154 EncodeLazRLE(tempRow^, rowWidth*4, FData);
275 rowWidth: integer;
285 if not FGrayscale then dataWidth := rowWidth*4 else dataWidth := rowWidth;
297 rowWidth := FRows[y].Right - FRows[y].Left;
298 rowWidth3 := rowWidth*3;
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/command_queue/
H A Dlocal_id_tests.cpp335 rowWidth = simd == 32u ? 32u : 16u; in SetUp()
354 auto numRows = elemsInBuffer / rowWidth; in validateGRF()
359 uint16_t baseX = buffer[i * 3 * rowWidth]; in validateGRF()
360 uint16_t baseY = buffer[i * 3 * rowWidth + rowWidth]; in validateGRF()
383 EXPECT_EQ(buffer[i * 3 * rowWidth + rowWidth + j], expectedY); in validateGRF()
390 EXPECT_EQ(buffer[i * 3 * rowWidth + 2 * rowWidth + j], 0u); in validateGRF()
396 uint8_t rowWidth; member
433 uint8_t rowWidth = simd == 32 ? 32 : 16; in TEST_P() local
440 auto elemsInBuffer = rowWidth * 3u; in TEST_P()
454 for (auto i = 0u; i < elemsInBuffer / rowWidth; i++) { in TEST_P()
[all …]
/dports/x11-fonts/p5-Font-TTF/Font-TTF-1.06/lib/Font/TTF/Kern/
H A DClassArray.pm41 my ($rowWidth, $leftClassTable, $rightClassTable, $array) = unpack("nnnn", $dat);
49 push @{$leftClasses->[($_ - $array) / $rowWidth]}, $firstGlyph++;
67 push @$kernArray, [ TTF_Unpack("s*", substr($dat, $offset, $rowWidth)) ];
68 $offset += $rowWidth;
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/nuke/OCIOLogConvert/
H A DOCIOLogConvert.cpp100 int rowWidth = rowXBound - rowX; in pixel_engine() local
139 if (rOut != rIn) memcpy(rOut, rIn, sizeof(float)*rowWidth); in pixel_engine()
140 if (gOut != gIn) memcpy(gOut, gIn, sizeof(float)*rowWidth); in pixel_engine()
141 if (bOut != bIn) memcpy(bOut, bIn, sizeof(float)*rowWidth); in pixel_engine()
145 OCIO::PlanarImageDesc img(rOut, gOut, bOut, NULL, rowWidth, /*height*/ 1); in pixel_engine()
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/nuke/OCIOLogConvert/
H A DOCIOLogConvert.cpp100 int rowWidth = rowXBound - rowX; in pixel_engine() local
139 if (rOut != rIn) memcpy(rOut, rIn, sizeof(float)*rowWidth); in pixel_engine()
140 if (gOut != gIn) memcpy(gOut, gIn, sizeof(float)*rowWidth); in pixel_engine()
141 if (bOut != bIn) memcpy(bOut, bIn, sizeof(float)*rowWidth); in pixel_engine()
145 OCIO::PlanarImageDesc img(rOut, gOut, bOut, NULL, rowWidth, /*height*/ 1); in pixel_engine()
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/nuke/OCIOLogConvert/
H A DOCIOLogConvert.cpp100 int rowWidth = rowXBound - rowX; in pixel_engine() local
139 if (rOut != rIn) memcpy(rOut, rIn, sizeof(float)*rowWidth); in pixel_engine()
140 if (gOut != gIn) memcpy(gOut, gIn, sizeof(float)*rowWidth); in pixel_engine()
141 if (bOut != bIn) memcpy(bOut, bIn, sizeof(float)*rowWidth); in pixel_engine()
145 OCIO::PlanarImageDesc img(rOut, gOut, bOut, NULL, rowWidth, /*height*/ 1); in pixel_engine()
/dports/textproc/p5-PDF-API3/PDF-API3-3.001/lib/PDF/API3/Compat/API2/Basic/TTF/Kern/
H A DClassArray.pm66 my ($rowWidth, $leftClassTable, $rightClassTable, $array) = unpack("nnnn", $dat);
74 push @{$leftClasses->[($_ - $array) / $rowWidth]}, $firstGlyph++;
92 push @$kernArray, [ TTF_Unpack("s*", substr($dat, $offset, $rowWidth)) ];
93 $offset += $rowWidth;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dlocal_id_gen_special.inl25 uint8_t rowWidth = simd == 32u ? 32u : 16u; local
27 …uint8_t yDelta = (simd == 8u || localWorkgroupSize.at(1) == 4u) ? 4u : rowWidth / xDelta; // diffe…
37 auto rowY = buffer + offset + rowWidth;
38 auto rowZ = buffer + offset + 2 * rowWidth;
68 offset += 3 * rowWidth;
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DNtscFilter.cpp103 int rowWidth = NES_NTSC_OUT_WIDTH(PPU::ScreenWidth); in GenerateArgbFrame() local
104 int rowWidthOverscan = rowWidth - overscanLeft - overscanRight; in GenerateArgbFrame()
107 ntscBuffer += rowWidth * overscan.Top + overscanLeft; in GenerateArgbFrame()
111 ntscBuffer += rowWidth; in GenerateArgbFrame()
118 uint32_t const* in = ntscBuffer + y * rowWidth; in GenerateArgbFrame()
124 uint32_t next = y < 239 ? in[overscanLeft + rowWidth] : 0; in GenerateArgbFrame()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Ingame/
H A DSupportPowerBinLogic.cs40 var rowWidth = palette.IconSize.X + palette.IconMargin; in SupportPowerBinLogic()
50 row.Bounds.X += i * rowWidth; in SupportPowerBinLogic()
65 row.Bounds.X += i * rowWidth; in SupportPowerBinLogic()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/Direct3D11/src/
H A DOgreD3D11HardwarePixelBuffer.cpp320 mDataForStaticUsageLock, rowWidth, 0); in _unmapstaticbuffer()
336 mDataForStaticUsageLock, rowWidth, 0); in _unmapstaticbuffer()
351 &dstBoxDx11, mDataForStaticUsageLock, rowWidth, 0); in _unmapstaticbuffer()
367 &dstBoxDx11, mDataForStaticUsageLock, rowWidth, sliceWidth); in _unmapstaticbuffer()
623 size_t rowWidth; in blitFromMemory() local
630 rowWidth = (converted.rowPitch / 4) * 8; in blitFromMemory()
635 rowWidth = (converted.rowPitch / 4) * 16; in blitFromMemory()
654 rowWidth, in blitFromMemory()
674 rowWidth, in blitFromMemory()
692 rowWidth, in blitFromMemory()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-aat-layout-kerx-table.hh131 unsigned int offset = l * rowWidth + r * sizeof (FWORD); in get_kerning()
145 rowWidth.sanitize (c) && in sanitize()
152 HBUINT32 rowWidth; /* The width, in bytes, of a row in the table. */ member
172 rowWidth.sanitize (c) && in sanitize()
179 HBUINT32 rowWidth; /* The width, in bytes, of a row in the table. */ member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/black_box_tests/
H A Dzello_image.cpp134 size_t rowWidth = pixelWidth * hostWidth; in testAppendImageFunction() local
135 size_t sliceWidth = rowWidth * hostHeight; in testAppendImageFunction()
144 else if (i % rowWidth == rowWidth - 1) in testAppendImageFunction()
157 else if (i % rowWidth == rowWidth - 1) in testAppendImageFunction()
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/nuke/OCIOFileTransform/
H A DOCIOFileTransform.cpp183 int rowWidth = rowXBound - rowX; in pixel_engine() local
222 if (rOut != rIn) memcpy(rOut, rIn, sizeof(float)*rowWidth); in pixel_engine()
223 if (gOut != gIn) memcpy(gOut, gIn, sizeof(float)*rowWidth); in pixel_engine()
224 if (bOut != bIn) memcpy(bOut, bIn, sizeof(float)*rowWidth); in pixel_engine()
228 OCIO::PlanarImageDesc img(rOut, gOut, bOut, NULL, rowWidth, /*height*/ 1); in pixel_engine()
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/nuke/OCIOFileTransform/
H A DOCIOFileTransform.cpp183 int rowWidth = rowXBound - rowX; in pixel_engine() local
222 if (rOut != rIn) memcpy(rOut, rIn, sizeof(float)*rowWidth); in pixel_engine()
223 if (gOut != gIn) memcpy(gOut, gIn, sizeof(float)*rowWidth); in pixel_engine()
224 if (bOut != bIn) memcpy(bOut, bIn, sizeof(float)*rowWidth); in pixel_engine()
228 OCIO::PlanarImageDesc img(rOut, gOut, bOut, NULL, rowWidth, /*height*/ 1); in pixel_engine()
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/nuke/OCIOFileTransform/
H A DOCIOFileTransform.cpp183 int rowWidth = rowXBound - rowX; in pixel_engine() local
222 if (rOut != rIn) memcpy(rOut, rIn, sizeof(float)*rowWidth); in pixel_engine()
223 if (gOut != gIn) memcpy(gOut, gIn, sizeof(float)*rowWidth); in pixel_engine()
224 if (bOut != bIn) memcpy(bOut, bIn, sizeof(float)*rowWidth); in pixel_engine()
228 OCIO::PlanarImageDesc img(rOut, gOut, bOut, NULL, rowWidth, /*height*/ 1); in pixel_engine()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/ot/table/
H A DKernSubtableFormat2.java21 private final int rowWidth; field in KernSubtableFormat2
28 rowWidth = di.readUnsignedShort(); in KernSubtableFormat2()
/dports/games/shootingstar/shootingstar-1.2.0/src/engine/
H A DcTextureFont.cpp90 int rowWidth = texWidth / mWidth; in MakeDisplayLists() local
101 float charX = float (charSlot % rowWidth) * charWidth; in MakeDisplayLists()
102 float charY = float (charSlot / rowWidth) * charHeight; in MakeDisplayLists()
/dports/misc/nn-insight/nn-insight-1.0.5/
H A Dimage-grid-widget.cpp31 auto rowWidth = (row+1)<height ? width : lastRow; in setSizesAndData() local
32 imageWidgets[row].resize(rowWidth); in setSizesAndData()
33 for (unsigned col = 0; col < rowWidth; col++) { in setSizesAndData()
/dports/x11-toolkits/p5-Tk-GBARR/Tk-GBARR-2.08/alpha/Tk/
H A DIFrame.pm83 my @rowWidth;
98 $rowWidth[$row] = 0
99 unless defined($rowWidth[$row]);
100 $rowWidth[$row] += $lbl->ReqWidth;

12345678910>>...15