Home
last modified time | relevance | path

Searched refs:fullSize (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/dports/games/ufoai/ufoai-2.5-source/src/client/ui/node/
H A Dui_node_abstractscrollable.cpp62 if (viewPos > this->fullSize - this->viewSize) in move()
63 viewPos = this->fullSize - this->viewSize; in move()
92 if (fullSize == -1) in set()
93 fullSize = this->fullSize; in set()
98 if (fullSize < 0) in set()
99 fullSize = 0; in set()
104 if (viewSize >= fullSize) in set()
106 else if (viewPos > fullSize - viewSize) in set()
107 viewPos = fullSize - viewSize; in set()
118 if (this->fullSize != fullSize) { in set()
[all …]
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Cnc/UtilityCommands/
H A DImportTSMapCommand.cs268 ReadTiles(map, file, fullSize); in IUtilityCommand.Run()
273 ReadWaypoints(map, file, fullSize); in IUtilityCommand.Run()
274 ReadOverlay(map, file, fullSize); in IUtilityCommand.Run()
325 int cells = (fullSize.X * 2 - 1) * fullSize.Y; in ReadTiles()
341 int dx = rx - ry + fullSize.X - 1; in ReadTiles()
342 int dy = rx + ry - fullSize.X - 1; in ReadTiles()
473 var dx = rx - ry + fullSize.X - 1; in ReadWaypoints()
474 var dy = rx + ry - fullSize.X - 1; in ReadWaypoints()
494 var dx = rx - ry + fullSize.X - 1; in ReadTerrainActors()
495 var dy = rx + ry - fullSize.X - 1; in ReadTerrainActors()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dt10sbc.cpp181 const size_t fullSize = sizeof(format_page_t) + 12; in ReadData() local
182 if (dataLength < fullSize) in ReadData()
189 memset(data, 0, (uint8_t)fullSize); in ReadData()
190 data[0] = fullSize; in ReadData()
209 const size_t fullSize = sizeof(geometry_page_t) + 12; in ReadData() local
210 if (dataLength < fullSize) in ReadData()
217 memset(data, 0, fullSize); in ReadData()
218 data[0] = (uint8_t)fullSize; in ReadData()
240 if (dataLength < fullSize) in ReadData()
247 memset(data, 0, (uint8_t)fullSize); in ReadData()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dt10sbc.cpp181 const size_t fullSize = sizeof(format_page_t) + 12; in ReadData() local
182 if (dataLength < fullSize) in ReadData()
189 memset(data, 0, (uint8_t)fullSize); in ReadData()
190 data[0] = fullSize; in ReadData()
209 const size_t fullSize = sizeof(geometry_page_t) + 12; in ReadData() local
210 if (dataLength < fullSize) in ReadData()
217 memset(data, 0, fullSize); in ReadData()
218 data[0] = (uint8_t)fullSize; in ReadData()
240 if (dataLength < fullSize) in ReadData()
247 memset(data, 0, (uint8_t)fullSize); in ReadData()
[all …]
/dports/games/bzflag-server/bzflag-2.4.22/src/obstacle/
H A DTetraBuilding.cxx438 int fullSize = transform.packSize(); in packSize() local
440 fullSize = fullSize + sizeof(unsigned char); in packSize()
442 fullSize = fullSize + (4 * sizeof(float[3])); in packSize()
444 fullSize = fullSize + sizeof(unsigned char); in packSize()
448 fullSize = fullSize + sizeof(float[3][3]); in packSize()
451 fullSize = fullSize + sizeof(unsigned char); in packSize()
455 fullSize = fullSize + sizeof(float[3][2]); in packSize()
458 fullSize = fullSize + sizeof(int32_t[4]); in packSize()
460 return fullSize; in packSize()
/dports/games/bzflag/bzflag-2.4.22/src/obstacle/
H A DTetraBuilding.cxx438 int fullSize = transform.packSize(); in packSize() local
440 fullSize = fullSize + sizeof(unsigned char); in packSize()
442 fullSize = fullSize + (4 * sizeof(float[3])); in packSize()
444 fullSize = fullSize + sizeof(unsigned char); in packSize()
448 fullSize = fullSize + sizeof(float[3][3]); in packSize()
451 fullSize = fullSize + sizeof(unsigned char); in packSize()
455 fullSize = fullSize + sizeof(float[3][2]); in packSize()
458 fullSize = fullSize + sizeof(int32_t[4]); in packSize()
460 return fullSize; in packSize()
/dports/games/bzflag-server/bzflag-2.4.22/src/game/
H A DPhysicsDriver.cxx132 int fullSize = sizeof (uint32_t); in packSize() local
137 fullSize = fullSize + driver->packSize(); in packSize()
139 return fullSize; in packSize()
323 int fullSize = nboStdStringPackSize(name); in packSize() local
325 fullSize += sizeof(float) * 3; // linear velocity in packSize()
326 fullSize += sizeof(float) * 1; // angular velocity in packSize()
328 fullSize += sizeof(float) * 1; // radial velocity in packSize()
329 fullSize += sizeof(float) * 2; // radial position in packSize()
330 fullSize += sizeof(float) * 1; // slide time in packSize()
332 fullSize += nboStdStringPackSize(deathMsg); in packSize()
[all …]
/dports/games/bzflag/bzflag-2.4.22/src/game/
H A DPhysicsDriver.cxx132 int fullSize = sizeof (uint32_t); in packSize() local
137 fullSize = fullSize + driver->packSize(); in packSize()
139 return fullSize; in packSize()
323 int fullSize = nboStdStringPackSize(name); in packSize() local
325 fullSize += sizeof(float) * 3; // linear velocity in packSize()
326 fullSize += sizeof(float) * 1; // angular velocity in packSize()
328 fullSize += sizeof(float) * 1; // radial velocity in packSize()
329 fullSize += sizeof(float) * 2; // radial position in packSize()
330 fullSize += sizeof(float) * 1; // slide time in packSize()
332 fullSize += nboStdStringPackSize(deathMsg); in packSize()
[all …]
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/gui/
H A DGameTreeJunction.java20 int fullSize = m_gameTreePanel.getNodeFullSize(); in GameTreeJunction() local
22 setPreferredSize(new Dimension(fullSize, lastDy)); in GameTreeJunction()
28 int fullSize = m_gameTreePanel.getNodeFullSize(); in paintComponent() local
32 graphics.drawLine(halfSize, 0, halfSize, lastDy - fullSize); in paintComponent()
35 int y = m_childrenDy[i] - fullSize; in paintComponent()
37 graphics.drawLine(size, y + halfSize, fullSize, y + halfSize); in paintComponent()
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/tags/
H A Dtagregion.cpp233 QRect TagRegion::relativeToAbsolute(const QRectF& region, const QSize& fullSize) in relativeToAbsolute() argument
235 return QRectF(region.x() * fullSize.width(), in relativeToAbsolute()
236 region.y() * fullSize.height(), in relativeToAbsolute()
237 region.width() * fullSize.width(), in relativeToAbsolute()
238 region.height() * fullSize.height()).toRect(); in relativeToAbsolute()
248 return QRectF((qreal)region.x() / (qreal)fullSize.width(), in absoluteToRelative()
249 (qreal)region.y() / (qreal)fullSize.height(), in absoluteToRelative()
250 (qreal)region.width() / (qreal)fullSize.width(), in absoluteToRelative()
251 (qreal)region.height() / (qreal)fullSize.height()); in absoluteToRelative()
256 QSize size = fullSize; in adjustToOrientation()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCTools/
H A DFftContainer.h23 int fullSize;
45 for (int i = 0; i < fullSize; i++) in fixRsNorm()
53 for (int i = 0; i < fullSize; i++) in fixKsNorm()
70 fullSize = nx_ * ny_ * nz_; in FftContainer()
71 rspace = (fftw_complex*)fftw_malloc(fullSize * sizeof(fftw_complex)); in FftContainer()
72 kspace = (fftw_complex*)fftw_malloc(fullSize * sizeof(fftw_complex)); in FftContainer()
88 for (int i = 0; i < fullSize; i++) in getL2NormRS()
98 for (int i = 0; i < fullSize; i++) in getL2NormKS()
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/Utilities/
H A DFastJpeg.cpp42 static bool loadJPEGInternal(QImage *img, FILE *inputFile, QSize *fullSize, int dim, const char *me…
45 bool Utilities::loadJPEG(QImage *img, const DB::FileName &imageFile, QSize *fullSize, int dim, char… in loadJPEG() argument
56 ok = loadJPEGInternal(img, inputFile, fullSize, dim, NULL, 0); in loadJPEG()
76 ok = loadJPEGInternal(img, NULL, fullSize, dim, membuf, statbuf.st_size); in loadJPEG()
82 bool Utilities::loadJPEG(QImage *img, const DB::FileName &imageFile, QSize *fullSize, int dim) in loadJPEG() argument
84 return loadJPEG(img, imageFile, fullSize, dim, NULL, 0); in loadJPEG()
87 bool Utilities::loadJPEG(QImage *img, const QByteArray &data, QSize *fullSize, int dim) in loadJPEG() argument
89 return loadJPEGInternal(img, nullptr, fullSize, dim, data.data(), data.size()); in loadJPEG()
92 bool Utilities::loadJPEGInternal(QImage *img, FILE *inputFile, QSize *fullSize, int dim, const char… in loadJPEGInternal() argument
112 *fullSize = QSize(cinfo.image_width, cinfo.image_height); in loadJPEGInternal()
/dports/science/siconos/siconos-4.4.0/numerics/src/MCP/
H A Dmcp_old_FischerBurmeister.c46 int fullSize = localProblem->sizeEqualities + localProblem->sizeInequalities ; in mcp_old_FischerBurmeister_init() local
48 int lwork = (problem->sizeEqualities + problem->sizeInequalities) + fullSize*fullSize ; in mcp_old_FischerBurmeister_init()
50 localProblem->nablaFmcp = &(options->dWork[fullSize]) ; in mcp_old_FischerBurmeister_init()
88 int fullSize = problem->sizeEqualities + problem->sizeInequalities ; in mcp_old_FischerBurmeister() local
95 *info = nonSmoothNewton(fullSize, z, &phi, &nablaPhi, options); in mcp_old_FischerBurmeister()
98 problem->computeFmcp(fullSize, z, w); in mcp_old_FischerBurmeister()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/lancelot/scripts/
H A Dbeziers.qps8 path_moveTo fullSize 0 0
9 path_cubicTo fullSize 200 100 -100 100 100 0
11 path_moveTo fullSize 0 200
12 path_cubicTo fullSize 0 100 100 100 100 200
14 path_moveTo fullSize 0 250
15 path_cubicTo fullSize 50 200 50 200 100 250
16 drawPath fullSize
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/arthur/data/qps/
H A Dbeziers.qps5 path_moveTo fullSize 0 0
6 path_cubicTo fullSize 200 100 -100 100 100 0
8 path_moveTo fullSize 0 200
9 path_cubicTo fullSize 0 100 100 100 100 200
11 path_moveTo fullSize 0 250
12 path_cubicTo fullSize 50 200 50 200 100 250
13 drawPath fullSize
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/private/
H A Dframesvg_helpers.h48 …tionRect(Plasma::FrameSvg::EnabledBorders borders, const QRect &contentRect, const QSize &fullSize) in sectionRect() argument
59 …ntentRect.left(), contentRect.bottom() + 1), QSize(contentRect.width(), fullSize.height() - conten… in sectionRect()
63 …return QRect(QPoint(contentRect.right() + 1, contentRect.top()), QSize(fullSize.width() - contentR… in sectionRect()
67 …return QRect(QPoint(contentRect.right() + 1, 0), QSize(fullSize.width() - contentRect.right() - 1,… in sectionRect()
69 …return QRect(QPoint(0, contentRect.bottom() + 1), QSize(contentRect.left(), fullSize.height() - co… in sectionRect()
72 … QSize(fullSize.width() - contentRect.right() - 1, fullSize.height() - contentRect.bottom() - 1)); in sectionRect()
/dports/devel/okteta/okteta-0.26.6/core/piecetable/tests/
H A Drevertablepiecetabletest.cpp535 const int fullSize = pieceCount * BaseSize; in testRemove() local
545 QCOMPARE(pieceTable.size(), fullSize - Width); in testRemove()
571 QCOMPARE(pieceTable.size(), fullSize - Start); in testRemove()
623 QCOMPARE(pieceTable.size(), fullSize - BaseSize); in testRemove()
649 QCOMPARE(pieceTable.size(), fullSize - BaseSize - Start); in testRemove()
727 QCOMPARE(pieceTable.size(), fullSize - Start); in testRemove()
748 QCOMPARE(pieceTable.size(), fullSize - BaseSize); in testRemove()
806 QCOMPARE(pieceTable.size(), fullSize - BaseSize); in testRemove()
836 pieceTable.remove(AddressRange::fromWidth(fullSize)); in testRemove()
997 const int fullSize = pieceCount * BaseSize; in testSwap() local
[all …]
H A Dpiecetabletest.cpp509 const Size fullSize = pieceCount * BaseSize; in testRemove() local
519 QCOMPARE(pieceTable.size(), fullSize - Width); in testRemove()
543 QCOMPARE(pieceTable.size(), fullSize - Start); in testRemove()
591 QCOMPARE(pieceTable.size(), fullSize - BaseSize); in testRemove()
615 QCOMPARE(pieceTable.size(), fullSize - BaseSize - Start); in testRemove()
687 QCOMPARE(pieceTable.size(), fullSize - Start); in testRemove()
706 QCOMPARE(pieceTable.size(), fullSize - BaseSize); in testRemove()
758 QCOMPARE(pieceTable.size(), fullSize - BaseSize); in testRemove()
784 pieceTable.remove(AddressRange::fromWidth(fullSize)); in testRemove()
934 const Size fullSize = pieceCount * BaseSize; in testSwap() local
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A DHexUtilities.cpp49 string HexUtilities::ToHex(int32_t value, bool fullSize) in ToHex() argument
51 return HexUtilities::ToHex((uint32_t)value, fullSize); in ToHex()
54 string HexUtilities::ToHex(uint32_t value, bool fullSize) in ToHex() argument
56 if(fullSize || value > 0xFFFFFF) { in ToHex()
67 string HexUtilities::ToHex(uint64_t value, bool fullSize) in ToHex() argument
69 if(fullSize) { in ToHex()
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DEntryZones.cxx292 int fullSize = 0; in packSize() local
294 fullSize += sizeof(uint32_t); // zone count in packSize()
302 fullSize += sizeof(float[3]); // pos in packSize()
303 fullSize += sizeof(float[3]); // size in packSize()
304 fullSize += sizeof(float); // angle in packSize()
305 fullSize += sizeof(uint16_t); // flag count in packSize()
306 fullSize += sizeof(uint16_t); // team count in packSize()
310 fullSize += FlagType::packSize; in packSize()
312 fullSize += sizeof(uint16_t); in packSize()
314 fullSize += sizeof(uint16_t); in packSize()
[all …]
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DEntryZones.cxx292 int fullSize = 0; in packSize() local
294 fullSize += sizeof(uint32_t); // zone count in packSize()
302 fullSize += sizeof(float[3]); // pos in packSize()
303 fullSize += sizeof(float[3]); // size in packSize()
304 fullSize += sizeof(float); // angle in packSize()
305 fullSize += sizeof(uint16_t); // flag count in packSize()
306 fullSize += sizeof(uint16_t); // team count in packSize()
310 fullSize += FlagType::packSize; in packSize()
312 fullSize += sizeof(uint16_t); in packSize()
314 fullSize += sizeof(uint16_t); in packSize()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Animated/
H A DADM_vidAnimated.cpp245 ADMImage *fullSize=NULL; in loadImage() local
284 fullSize=new ADMImage(w,h); in loadImage()
285 fullSize->blacken(); in loadImage()
295 if(!decoder->uncompress (&img, fullSize)) in loadImage()
300 if(fullSize->_colorspace!=ADM_COLOR_YV12) in loadImage()
306 if(fullSize->_planeStride[0]) in loadImage()
307 fullSize->pack(0); in loadImage()
312 if(!resizer->resize(fullSize,_BkgGnd)) in loadImage()
329 if(fullSize) delete fullSize; in loadImage()
330 fullSize=NULL; in loadImage()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Animated/
H A DADM_vidAnimated.cpp245 ADMImage *fullSize=NULL; in loadImage() local
284 fullSize=new ADMImage(w,h); in loadImage()
285 fullSize->blacken(); in loadImage()
295 if(!decoder->uncompress (&img, fullSize)) in loadImage()
300 if(fullSize->_colorspace!=ADM_COLOR_YV12) in loadImage()
306 if(fullSize->_planeStride[0]) in loadImage()
307 fullSize->pack(0); in loadImage()
312 if(!resizer->resize(fullSize,_BkgGnd)) in loadImage()
329 if(fullSize) delete fullSize; in loadImage()
330 fullSize=NULL; in loadImage()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Animated/
H A DADM_vidAnimated.cpp245 ADMImage *fullSize=NULL; in loadImage() local
284 fullSize=new ADMImage(w,h); in loadImage()
285 fullSize->blacken(); in loadImage()
295 if(!decoder->uncompress (&img, fullSize)) in loadImage()
300 if(fullSize->_colorspace!=ADM_COLOR_YV12) in loadImage()
306 if(fullSize->_planeStride[0]) in loadImage()
307 fullSize->pack(0); in loadImage()
312 if(!resizer->resize(fullSize,_BkgGnd)) in loadImage()
329 if(fullSize) delete fullSize; in loadImage()
330 fullSize=NULL; in loadImage()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters/Animated/
H A DADM_vidAnimated.cpp245 ADMImage *fullSize=NULL; in loadImage() local
284 fullSize=new ADMImage(w,h); in loadImage()
285 fullSize->blacken(); in loadImage()
295 if(!decoder->uncompress (&img, fullSize)) in loadImage()
300 if(fullSize->_colorspace!=ADM_COLOR_YV12) in loadImage()
306 if(fullSize->_planeStride[0]) in loadImage()
307 fullSize->pack(0); in loadImage()
312 if(!resizer->resize(fullSize,_BkgGnd)) in loadImage()
329 if(fullSize) delete fullSize; in loadImage()
330 fullSize=NULL; in loadImage()

12345678910>>...19