Home
last modified time | relevance | path

Searched refs:subSize (Results 1 – 25 of 115) sorted by relevance

12345

/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/
H A Dsupport.go1226 return subSize
1242 var subSize IRenderSize
1247 subSize = RenderFixed{}
1268 subSize = RenderFixed{}
1301 return subSize, nil
1314 return subSize
1327 var subSize IRenderSize
1381 return subSize, nil
1389 return subSize
1394 var subSize IRenderSize
[all …]
/dports/science/siconos/siconos-4.4.0/kernel/src/utils/SiconosAlgebra/
H A DSiconosMatrixSetBlock.cpp140 Index subSize(2); in setBlock() local
170 subSize[1] = lastBlockSize1; in setBlock()
174 subSize[1] -= posOut1; in setBlock()
179 subSize[0] -= posOut0; in setBlock()
187 currentPos[1] += subSize[1] ; in setBlock()
198 currentPos[0] += subSize[0] ; in setBlock()
261 Index subSize(2); in setBlock() local
294 subSize[1] -= posOut1; in setBlock()
299 subSize[0] -= posOut0; in setBlock()
309 currentPos[3] += subSize[1]; in setBlock()
[all …]
/dports/math/vtk6/VTK-6.2.0/Examples/Infovis/Python/
H A Dstreaming_statistics.py25 subSize = numRows/4 variable
26 leftOver = numRows - subSize*4
27 print "subSize: ", subSize
38 threshold.SetMaxValue(vtkVariant(subSize-1))
44 threshold.SetMinValue(vtkVariant(subSize))
45 threshold.SetMaxValue(vtkVariant(subSize*2-1))
51 threshold.SetMinValue(vtkVariant(subSize*2))
52 threshold.SetMaxValue(vtkVariant(subSize*3-1))
57 threshold.SetMinValue(vtkVariant(subSize*3))
58 threshold.SetMaxValue(vtkVariant(subSize*4+leftOver-1))
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/aruco/misc/pattern_generator/
H A DMarkerPrinter.py304 if(subSize is not None):
404 if(subSize is not None):
406 chessboardSize[0] // subSize[0] + int(chessboardSize[0] % subSize[0] > 0),
407 chessboardSize[1] // subSize[1] + int(chessboardSize[1] % subSize[1] > 0))
719 chessboardSize[0] // subSize[0] + int(chessboardSize[0] % subSize[0] > 0),
720 chessboardSize[1] // subSize[1] + int(chessboardSize[1] % subSize[1] > 0))
919 chessboardSize[0] // subSize[0] + int(chessboardSize[0] % subSize[0] > 0),
920 chessboardSize[1] // subSize[1] + int(chessboardSize[1] % subSize[1] > 0))
1163 subSize = None variable
1234 subSize = None variable
[all …]
/dports/math/vtk8/VTK-8.2.0/Examples/Infovis/Python/
H A Dstreaming_statistics.py28 subSize = numRows/4 variable
29 leftOver = numRows - subSize*4
30 print("subSize: ", subSize)
41 threshold.SetMaxValue(vtkVariant(subSize-1))
47 threshold.SetMinValue(vtkVariant(subSize))
48 threshold.SetMaxValue(vtkVariant(subSize*2-1))
54 threshold.SetMinValue(vtkVariant(subSize*2))
55 threshold.SetMaxValue(vtkVariant(subSize*3-1))
60 threshold.SetMinValue(vtkVariant(subSize*3))
61 threshold.SetMaxValue(vtkVariant(subSize*4+leftOver-1))
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/smush/
H A Dsmush_player.cpp364 int32 size = subSize - 10; in handleSoundFrame()
370 assert(subSize >= 4); in handleStore()
376 assert(subSize >= 6); in handleFetch()
385 assert(subSize >= 8); in handleIACT()
406 int32 bsize = subSize - 18; in handleIACT()
711 } else if (subSize == 6) { in handleDeltaPalette()
728 assert(subSize >= 0x300); in handleNewPalette()
797 int32 chunkSize = subSize; in handleZlibFrameObject()
822 assert(subSize >= 14); in handleFrameObject()
882 handleIACT(subSize, b); in handleFrame()
[all …]
H A Dsmush_player.h125 void handleAnimHeader(int32 subSize, Common::SeekableReadStream &);
127 void handleNewPalette(int32 subSize, Common::SeekableReadStream &);
129 void handleZlibFrameObject(int32 subSize, Common::SeekableReadStream &b);
131 void handleFrameObject(int32 subSize, Common::SeekableReadStream &);
133 void handleSoundFrame(int32 subSize, Common::SeekableReadStream &);
134 void handleStore(int32 subSize, Common::SeekableReadStream &);
135 void handleFetch(int32 subSize, Common::SeekableReadStream &);
136 void handleIACT(int32 subSize, Common::SeekableReadStream &);
137 void handleTextResource(uint32 subType, int32 subSize, Common::SeekableReadStream &);
138 void handleDeltaPalette(int32 subSize, Common::SeekableReadStream &);
H A Dsaud_channel.cpp55 int32 subSize = READ_BE_UINT32((byte *)_tbuffer + offset + 4); in handleSubTags() local
56 if (subSize != 14 && subSize != 10) { in handleSubTags()
57 error("STRK has an invalid size : %d", subSize); in handleSubTags()
72 int32 subSize = READ_BE_UINT32((byte *)_tbuffer + offset + 4); in handleSubTags() local
73 if (subSize != 4) in handleSubTags()
74 error("SHDR has an invalid size : %d", subSize); in handleSubTags()
H A Dimuse_channel.cpp111 int32 subSize = READ_BE_UINT32(data + 4); in handleMap() local
117 if (subSize != 20) in handleMap()
130 if (subSize != 8) in handleMap()
134 if (subSize != 4) in handleMap()
138 error("Unknown iMUS subChunk found : %s, %d", tag2str(subType), subSize); in handleMap()
141 data += subSize; in handleMap()
142 size -= subSize; in handleMap()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/smush/
H A Dsmush_player.cpp365 int32 size = subSize - 10; in handleSoundFrame()
371 assert(subSize >= 4); in handleStore()
377 assert(subSize >= 6); in handleFetch()
386 assert(subSize >= 8); in handleIACT()
407 int32 bsize = subSize - 18; in handleIACT()
722 } else if (subSize == 6) { in handleDeltaPalette()
739 assert(subSize >= 0x300); in handleNewPalette()
813 int32 chunkSize = subSize; in handleZlibFrameObject()
838 assert(subSize >= 14); in handleFrameObject()
898 handleIACT(subSize, b); in handleFrame()
[all …]
H A Dsmush_player.h125 void handleAnimHeader(int32 subSize, Common::SeekableReadStream &);
127 void handleNewPalette(int32 subSize, Common::SeekableReadStream &);
129 void handleZlibFrameObject(int32 subSize, Common::SeekableReadStream &b);
131 void handleFrameObject(int32 subSize, Common::SeekableReadStream &);
133 void handleSoundFrame(int32 subSize, Common::SeekableReadStream &);
134 void handleStore(int32 subSize, Common::SeekableReadStream &);
135 void handleFetch(int32 subSize, Common::SeekableReadStream &);
136 void handleIACT(int32 subSize, Common::SeekableReadStream &);
137 void handleTextResource(uint32 subType, int32 subSize, Common::SeekableReadStream &);
138 void handleDeltaPalette(int32 subSize, Common::SeekableReadStream &);
H A Dsaud_channel.cpp55 int32 subSize = READ_BE_UINT32((byte *)_tbuffer + offset + 4); in handleSubTags() local
56 if (subSize != 14 && subSize != 10) { in handleSubTags()
57 error("STRK has an invalid size : %d", subSize); in handleSubTags()
72 int32 subSize = READ_BE_UINT32((byte *)_tbuffer + offset + 4); in handleSubTags() local
73 if (subSize != 4) in handleSubTags()
74 error("SHDR has an invalid size : %d", subSize); in handleSubTags()
H A Dimuse_channel.cpp111 int32 subSize = READ_BE_UINT32(data + 4); in handleMap() local
117 if (subSize != 20) in handleMap()
130 if (subSize != 8) in handleMap()
134 if (subSize != 4) in handleMap()
138 error("Unknown iMUS subChunk found : %s, %d", tag2str(subType), subSize); in handleMap()
141 data += subSize; in handleMap()
142 size -= subSize; in handleMap()
/dports/graphics/geos/geos-3.9.1/src/index/bintree/
H A DNodeBase.cpp118 int subSize = 0; in size() local
121 subSize += subnode[i]->size(); in size()
124 return subSize + (int)items->size(); in size()
130 int subSize = 0; in nodeSize() local
133 subSize += subnode[i]->nodeSize(); in nodeSize()
136 return subSize + 1; in nodeSize()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/index/bintree/
H A DNodeBase.java153 int subSize = 0; in size() local
156 subSize += subnode[i].size(); in size()
159 return subSize + items.size(); in size()
164 int subSize = 0; in nodeSize() local
167 subSize += subnode[i].nodeSize(); in nodeSize()
170 return subSize + 1; in nodeSize()
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dtamaramacompile.cpp120 size_t subSize = tamaInfo.subengines.size(); in buildTamarama() local
121 DEBUG_PRINTF("subSize:%zu\n", subSize); in buildTamarama()
125 sizeof(u32) * subSize + // base top event value for subengines, in buildTamarama()
127 sizeof(u32) * subSize + 64; // offsets to subengines in bytecode and in buildTamarama()
136 u32 activeIdxSize = calcPackedBytes(subSize + 1); in buildTamarama()
145 t->numSubEngines = verify_u32(subSize); in buildTamarama()
153 char *sub_nfa_offset = ptr + sizeof(u32) * subSize; in buildTamarama()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/index/quadtree/
H A DNodeBase.java216 int subSize = 0; in size() local
219 subSize += subnode[i].size(); in size()
222 return subSize + items.size(); in size()
227 int subSize = 0; in getNodeCount() local
230 subSize += subnode[i].size(); in getNodeCount()
233 return subSize + 1; in getNodeCount()
/dports/graphics/geos/geos-3.9.1/src/index/quadtree/
H A DNodeBase.cpp162 size_t subSize = 0; in size() local
165 subSize += subnode->size(); in size()
168 return subSize + items.size(); in size()
174 size_t subSize = 0; in getNodeCount() local
177 subSize += subnode->size(); in getNodeCount()
181 return subSize + 1; in getNodeCount()
/dports/finance/quantlib/QuantLib-1.20/ql/methods/finitedifferences/utilities/
H A Dfdmmesherintegral.cpp47 const Size subSize = subMesher->layout()->size(); in integrate() local
49 Array g(x.size()), fSub(subSize); in integrate()
52 std::copy(f.begin() + i *subSize, in integrate()
53 f.begin() + (i+1)*subSize, fSub.begin()); in integrate()
/dports/games/residualvm/residualvm-0.3.1/engines/grim/movie/codecs/
H A Dsmush_decoder.cpp101 uint32 subSize = _file->readUint32BE(); in initFrames() local
111 size -= subSize + 8 + (subSize & 1); in initFrames()
112 _file->seek(subPos + subSize + (subSize & 1), SEEK_SET); in initFrames()
349 uint32 subSize = memStream->readUint32BE(); in handleFRME() local
355 _videoTrack->handleBlocky16(memStream, subSize); in handleFRME()
362 _videoTrack->handleFrameObject(memStream, subSize); in handleFRME()
365 _audioTrack->handleIACT(memStream, subSize); in handleFRME()
368 _videoTrack->handleDeltaPalette(memStream, subSize); in handleFRME()
373 size -= subSize + 8 + (subSize & 1); in handleFRME()
374 memStream->seek(subPos + subSize + (subSize & 1), SEEK_SET); in handleFRME()
/dports/games/scummvm/scummvm-2.5.1/engines/grim/movie/codecs/
H A Dsmush_decoder.cpp101 uint32 subSize = _file->readUint32BE(); in initFrames() local
111 size -= subSize + 8 + (subSize & 1); in initFrames()
112 _file->seek(subPos + subSize + (subSize & 1), SEEK_SET); in initFrames()
349 uint32 subSize = memStream->readUint32BE(); in handleFRME() local
355 _videoTrack->handleBlocky16(memStream, subSize); in handleFRME()
362 _videoTrack->handleFrameObject(memStream, subSize); in handleFRME()
365 _audioTrack->handleIACT(memStream, subSize); in handleFRME()
368 _videoTrack->handleDeltaPalette(memStream, subSize); in handleFRME()
373 size -= subSize + 8 + (subSize & 1); in handleFRME()
374 memStream->seek(subPos + subSize + (subSize & 1), SEEK_SET); in handleFRME()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/
H A DVecFlat.h72 constexpr vtkm::IdComponent subSize = TotalNumComponents<ComponentType>::value;
73 return GetFlatVecComponentImpl(Traits::GetComponent(vec, index / subSize),
74 index % subSize,
117 constexpr vtkm::IdComponent subSize = TotalNumComponents<ComponentType>::value;
123 flatIndex += subSize;
162 constexpr vtkm::IdComponent subSize = TotalNumComponents<ComponentType>::value;
168 flatIndex += subSize;
179 constexpr vtkm::IdComponent subSize = TotalNumComponents<ComponentType>::value;
187 flatIndex += subSize;
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/widgets/columns/
H A Dcolumns.go257 var subSize gowid.IRenderSize
263 subSize = dim
265 subSize = gowid.RenderFixed{}
270 subSize = gowid.RenderFixed{}
272 subSize = gowid.RenderFlowWith{C: newX}
274 subSize = gowid.RenderBox{C: newX, R: sz.BoxRows()}
276 subSize = gowid.RenderBox{C: newX, R: sz.BoxRows()}
281 subSize = gowid.RenderFixed{}
284 subSize = gowid.RenderFlowWith{C: newX}
291 return subSize
[all …]
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/QGLViewer/
H A DsaveSnapshot.cpp348 QSize subSize(int(this->width() / oversampling), in saveImageSnapshot()
393 qreal scaleX = subSize.width() / static_cast<qreal>(finalSize.width()); in saveImageSnapshot()
399 int nbX = finalSize.width() / subSize.width(); in saveImageSnapshot()
400 int nbY = finalSize.height() / subSize.height(); in saveImageSnapshot()
403 if (nbX * subSize.width() < finalSize.width()) in saveImageSnapshot()
405 if (nbY * subSize.height() < finalSize.height()) in saveImageSnapshot()
466 QImage subImage = snapshot.scaled(subSize, Qt::IgnoreAspectRatio, in saveImageSnapshot()
470 for (int ii = 0; ii < subSize.width(); ii++) { in saveImageSnapshot()
471 int fi = i * subSize.width() + ii; in saveImageSnapshot()
474 for (int jj = 0; jj < subSize.height(); jj++) { in saveImageSnapshot()
[all …]
/dports/math/octomap/octomap-1.9.7/octovis/src/extern/QGLViewer/
H A DsaveSnapshot.cpp338 QSize subSize(int(this->width()/oversampling), int(this->height()/oversampling)); in saveImageSnapshot()
381 qreal scaleX = subSize.width() / static_cast<qreal>(finalSize.width()); in saveImageSnapshot()
382 qreal scaleY = subSize.height() / static_cast<qreal>(finalSize.height()); in saveImageSnapshot()
387 int nbX = finalSize.width() / subSize.width(); in saveImageSnapshot()
388 int nbY = finalSize.height() / subSize.height(); in saveImageSnapshot()
391 if (nbX * subSize.width() < finalSize.width()) in saveImageSnapshot()
393 if (nbY * subSize.height() < finalSize.height()) in saveImageSnapshot()
457 for (int ii=0; ii<subSize.width(); ii++) in saveImageSnapshot()
459 int fi = i*subSize.width() + ii; in saveImageSnapshot()
462 for (int jj=0; jj<subSize.height(); jj++) in saveImageSnapshot()
[all …]

12345