Home
last modified time | relevance | path

Searched refs:rowEnd (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/dports/graphics/krita/krita-4.4.8/libs/global/
H A DKisRegion.cpp87 it = rowEnd; in mergeRects()
98 static int rowEnd(const QRect &rc) { in rowEnd() function
105 return rc.setBottom(rowEnd); in setRowEnd()
115 return QRect(rc.x(), rowEnd + 1, in splitRectLo()
125 static int rowEnd(const QRect &rc) { in rowEnd() function
132 return rc.setRight(rowEnd); in setRowEnd()
142 return QRect(rowEnd + 1, rc.y(), in splitRectLo()
190 int rowEnd = rowStart + gridSize - 1; in splitRects() local
215 if (Policy::rowEnd(*nextIt) > rowEnd) { in splitRects()
232 if (Policy::rowEnd(*it) > rowEnd) { in splitRects()
[all …]
/dports/emulators/mess/mame-mame0226/scripts/build/
H A Dpng2bdc.py259 rowEnd = rowStart + 1
260 for i in range(rowEnd, height):
261 if not pixelIsSet(bitmap[rowEnd][0]):
262 rowEnd -= 1
264 rowEnd += 1
268 for i in range(rowStart, rowEnd+1):
272 if baseline > rowEnd:
278 font.height = rowEnd - rowStart + 1
279 font.yOffs = baseline - rowEnd
284 if font.yOffs != (baseline - rowEnd):
[all …]
/dports/emulators/mame/mame-mame0226/scripts/build/
H A Dpng2bdc.py259 rowEnd = rowStart + 1
260 for i in range(rowEnd, height):
261 if not pixelIsSet(bitmap[rowEnd][0]):
262 rowEnd -= 1
264 rowEnd += 1
268 for i in range(rowStart, rowEnd+1):
272 if baseline > rowEnd:
278 font.height = rowEnd - rowStart + 1
279 font.yOffs = baseline - rowEnd
284 if font.yOffs != (baseline - rowEnd):
[all …]
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/Libpfs/manip/
H A Dshift.hxx54 for (int row = max(0, -dy), rowEnd = in.getRows() - max(0, dy); in shift() local
55 row < rowEnd; row++) { in shift()
67 for (int row = max(0, -dy), rowEnd = in.getRows() - max(0, dy); in shift() local
68 row < rowEnd; row++) { in shift()
76 for (int row = max(0, -dy), rowEnd = in.getRows() - max(0, dy); in shift() local
77 row < rowEnd; row++) { in shift()
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dtmx_book_to_matrix.cc175 int rowEnd = alignMatrix.rowEnd(huPos); in sentenceListsToAlignMatrixIdentity() local
176 for ( enPos=rowStart; enPos<rowEnd; ++enPos ) in sentenceListsToAlignMatrixIdentity()
238 int rowEnd = alignMatrix.rowEnd(huPos); in sentenceListsToAlignMatrixTranslation() local
239 for ( enPos=rowStart; enPos<rowEnd; ++enPos ) in sentenceListsToAlignMatrixTranslation()
286 int rowEnd = alignMatrix.rowEnd(huPos); in sentenceListsToAlignMatrixIBMModelOne() local
287 for ( enPos=rowStart; enPos<rowEnd; ++enPos ) in sentenceListsToAlignMatrixIBMModelOne()
H A Dtmx_alignment.cc83 int rowEnd = v.rowEnd(huPos); in buildDynProgMatrix() local
84 for ( enPos=rowStart; enPos<rowEnd; ++enPos ) in buildDynProgMatrix()
456 int rowEnd = alignMatrix.rowEnd(huPos); in borderDetailedAlignMatrix() local
457 for ( enPos=rowStart; enPos<rowEnd; ++enPos ) in borderDetailedAlignMatrix()
487 int rowEnd = alignMatrix.rowEnd(huPos); in borderDetailedAlignMatrix() local
488 for ( enPos=rowStart; enPos<rowEnd; ++enPos ) in borderDetailedAlignMatrix()
516 int end = alignMatrix.rowEnd (huPos); in dumpAlignMatrix()
542 int end = alignMatrix.rowEnd (huPos); in dumpAlignMatrix()
601 int end = trellis.rowEnd (huPos); in dumpTrelliMatrix()
/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A DAIS_Target_Data.cpp303 wxString rowEnd = _T("</b></td></tr>\n"); in BuildQueryResult() local
324 else html << _T("</b>") << rowEnd; in BuildQueryResult()
363 << rowEnd << _T("</font></td></tr>") in BuildQueryResult()
475 html << rowEnd << _T("<tr><td colspan=2>") << _T("<b>") << sizeString << rowEnd; in BuildQueryResult()
480 html << rowEnd << _T("<tr><td colspan=2>") << _T("<b>") << sizeString << rowEnd; in BuildQueryResult()
489 html << rowEnd << _T("<tr><td colspan=2>") << _T("<b>") << sizeString << rowEnd; in BuildQueryResult()
528 << rowEnd; in BuildQueryResult()
550 html << rowEnd; in BuildQueryResult()
651 html << rowEnd << _T("</table></td></tr>") in BuildQueryResult()
660 << tcpaStr << rowEnd; in BuildQueryResult()
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php455 $rowEnd = null;
461 $rowEnd = $row;
462 } elseif ($rowEnd === $row - 1) {
463 $rowEnd = $row;
465 if ($rowStart == $rowEnd) {
468 … $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
472 $rowEnd = $row;
477 if ($rowStart == $rowEnd) {
480 $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Cell/
H A DCoordinate.php457 $rowEnd = null;
463 $rowEnd = $row;
464 } elseif ($rowEnd === $row - 1) {
465 $rowEnd = $row;
467 if ($rowStart == $rowEnd) {
470 … $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
474 $rowEnd = $row;
479 if ($rowStart == $rowEnd) {
482 $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php455 $rowEnd = null;
461 $rowEnd = $row;
462 } elseif ($rowEnd === $row - 1) {
463 $rowEnd = $row;
465 if ($rowStart == $rowEnd) {
468 … $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
472 $rowEnd = $row;
477 if ($rowStart == $rowEnd) {
480 $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php455 $rowEnd = null;
461 $rowEnd = $row;
462 } elseif ($rowEnd === $row - 1) {
463 $rowEnd = $row;
465 if ($rowStart == $rowEnd) {
468 … $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
472 $rowEnd = $row;
477 if ($rowStart == $rowEnd) {
480 $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php455 $rowEnd = null;
461 $rowEnd = $row;
462 } elseif ($rowEnd === $row - 1) {
463 $rowEnd = $row;
465 if ($rowStart == $rowEnd) {
468 … $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
472 $rowEnd = $row;
477 if ($rowStart == $rowEnd) {
480 $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
/dports/math/linbox/linbox-1.6.3/linbox/matrix/
H A Dtranspose-matrix.h205 inline RowIterator rowEnd () in rowEnd() function
213 inline ConstRowIterator rowEnd () const in rowEnd() function
230 return _Mat.rowEnd (); in colEnd()
238 return _Mat.rowEnd (); in colEnd()
363 inline RowIterator rowEnd () in rowEnd() function
371 inline ConstRowIterator rowEnd () const in rowEnd() function
382 return _Mat.rowEnd (); in colEnd()
390 return _Mat.rowEnd (); in colEnd()
496 return _Mat.rowEnd (); in colEnd()
504 return _Mat.rowEnd (); in colEnd()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php495 $rowEnd = null;
501 $rowEnd = $row;
502 } elseif ($rowEnd === $row - 1) {
503 $rowEnd = $row;
505 if ($rowStart == $rowEnd) {
508 … $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
512 $rowEnd = $row;
517 if ($rowStart == $rowEnd) {
520 $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php474 $rowEnd = null;
480 $rowEnd = $row;
481 } elseif ($rowEnd === $row - 1) {
482 $rowEnd = $row;
484 if ($rowStart == $rowEnd) {
487 … $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
491 $rowEnd = $row;
496 if ($rowStart == $rowEnd) {
499 $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Cell/
H A DCoordinate.php474 $rowEnd = null;
480 $rowEnd = $row;
481 } elseif ($rowEnd === $row - 1) {
482 $rowEnd = $row;
484 if ($rowStart == $rowEnd) {
487 … $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
491 $rowEnd = $row;
496 if ($rowStart == $rowEnd) {
499 $ranges[] = $hashedValue->col . $rowStart . ':' . $hashedValue->col . $rowEnd;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/paint_preview/player/android/java/src/org/chromium/components/paintpreview/player/frame/
H A DPlayerFrameBitmapPainter.java84 int rowEnd = (int) Math.ceil((double) mViewPort.bottom / mTileSize.getHeight()); in onDraw() local
88 rowEnd = Math.min(rowEnd, mBitmapMatrix.length); in onDraw()
89 colEnd = Math.min(colEnd, rowEnd >= 1 ? mBitmapMatrix[rowEnd - 1].length : 0); in onDraw()
93 for (int row = rowStart; row < rowEnd; row++) { in onDraw()
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dilusubdomainsolver.hh161 for(SIter rowIdx = rowSet.begin(), rowEnd=rowSet.end(); in copyToLocalMatrix() local
162 rowIdx!= rowEnd; ++rowIdx, ++localIndex) in copyToLocalMatrix()
175 for(SIter rowIdx = rowSet.begin(), rowEnd=rowSet.end(); in copyToLocalMatrix() local
176 rowIdx!= rowEnd; ++rowIdx, ++rowCreator) { in copyToLocalMatrix()
197 for(SIter rowIdx = rowSet.begin(), rowEnd=rowSet.end(); in copyToLocalMatrix() local
198 rowIdx!= rowEnd; ++rowIdx, ++iluRow) { in copyToLocalMatrix()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DTextUpdater.cpp146 int32_t rowEnd = rowIdx; in ComputeTextChangeEvents() local
153 if (rowIdx < rowEnd) { // deal with any pending insertion in ComputeTextChangeEvents()
154 FireInsertEvent(Substring(aStr2, rowIdx, rowEnd - rowIdx), rowIdx, in ComputeTextChangeEvents()
163 rowEnd = --rowIdx; in ComputeTextChangeEvents()
187 if (rowEnd) FireInsertEvent(Substring(aStr2, 0, rowEnd), 0, aEvents); in ComputeTextChangeEvents()
/dports/www/firefox/firefox-99.0/accessible/base/
H A DTextUpdater.cpp147 int32_t rowEnd = rowIdx; in ComputeTextChangeEvents() local
154 if (rowIdx < rowEnd) { // deal with any pending insertion in ComputeTextChangeEvents()
155 FireInsertEvent(Substring(aStr2, rowIdx, rowEnd - rowIdx), rowIdx, in ComputeTextChangeEvents()
164 rowEnd = --rowIdx; in ComputeTextChangeEvents()
188 if (rowEnd) FireInsertEvent(Substring(aStr2, 0, rowEnd), 0, aEvents); in ComputeTextChangeEvents()
/dports/www/firefox-esr/firefox-91.8.0/accessible/base/
H A DTextUpdater.cpp147 int32_t rowEnd = rowIdx; in ComputeTextChangeEvents() local
154 if (rowIdx < rowEnd) { // deal with any pending insertion in ComputeTextChangeEvents()
155 FireInsertEvent(Substring(aStr2, rowIdx, rowEnd - rowIdx), rowIdx, in ComputeTextChangeEvents()
164 rowEnd = --rowIdx; in ComputeTextChangeEvents()
188 if (rowEnd) FireInsertEvent(Substring(aStr2, 0, rowEnd), 0, aEvents); in ComputeTextChangeEvents()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/base/
H A DTextUpdater.cpp147 int32_t rowEnd = rowIdx; in ComputeTextChangeEvents() local
154 if (rowIdx < rowEnd) { // deal with any pending insertion in ComputeTextChangeEvents()
155 FireInsertEvent(Substring(aStr2, rowIdx, rowEnd - rowIdx), rowIdx, in ComputeTextChangeEvents()
164 rowEnd = --rowIdx; in ComputeTextChangeEvents()
188 if (rowEnd) FireInsertEvent(Substring(aStr2, 0, rowEnd), 0, aEvents); in ComputeTextChangeEvents()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/base/
H A DTextUpdater.cpp146 int32_t rowEnd = rowIdx; in ComputeTextChangeEvents() local
153 if (rowIdx < rowEnd) { // deal with any pending insertion in ComputeTextChangeEvents()
154 FireInsertEvent(Substring(aStr2, rowIdx, rowEnd - rowIdx), rowIdx, in ComputeTextChangeEvents()
163 rowEnd = --rowIdx; in ComputeTextChangeEvents()
187 if (rowEnd) FireInsertEvent(Substring(aStr2, 0, rowEnd), 0, aEvents); in ComputeTextChangeEvents()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/base/
H A DTextUpdater.cpp157 int32_t rowEnd = rowIdx; in ComputeTextChangeEvents() local
164 if (rowIdx < rowEnd) { // deal with any pending insertion in ComputeTextChangeEvents()
165 FireInsertEvent(Substring(aStr2, rowIdx, rowEnd - rowIdx), in ComputeTextChangeEvents()
174 rowEnd = --rowIdx; in ComputeTextChangeEvents()
198 if (rowEnd) in ComputeTextChangeEvents()
199 FireInsertEvent(Substring(aStr2, 0, rowEnd), 0, aEvents); in ComputeTextChangeEvents()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/paint_preview/player/android/java/src/org/chromium/components/paintpreview/player/frame/
H A DPlayerFrameBitmapPainter.java53 final int rowEnd = (int) Math.ceil((double) mViewPort.bottom / tileHeight); in onDraw() local
56 if (rowEnd > mBitmapMatrix.length || colEnd > mBitmapMatrix[rowEnd - 1].length) { in onDraw()
60 for (int row = rowStart; row < rowEnd; row++) { in onDraw()

12345678910>>...17