Home
last modified time | relevance | path

Searched refs:leftBound (Results 1 – 25 of 104) sorted by relevance

12345

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/declarativemaps/
H A Dqgeosimplify.cpp69 if (p.x() < leftBound) in closestPoint()
73 if (a.x() < leftBound) in closestPoint()
77 if (b.x() < leftBound) in closestPoint()
121 leftBound, in simplifyDPStep()
129 leftBound, in simplifyDPStep()
140 a.setX(a.x() - leftBound); // wrap X in getDist()
172 leftBound, in simplifyDPStep()
180 leftBound, in simplifyDPStep()
199 p.setX(p.x() - leftBound); in unwrappedToGeo()
231 leftBound, in simplifyDPStepZL()
[all …]
H A Dqgeosimplify_p.h73 const double &leftBound);
79 const double &leftBound);
85 const double &leftBound);
88 const double &leftBound,
96 const double &leftBound);
99 const double &leftBound,
106 const double &leftBound,
114 const double &leftBound,
131 const double &leftBound,
135 const double &leftBound,
[all …]
H A Dqdeclarativegeomapitemutils.cpp64 const QDoubleVector2D leftBound = p.geoToMapProjection(geoLeftBound); in wrapPath() local
77 const bool isPointLessThanUnwrapBelowX = (coord.x() < leftBound.x()); in wrapPath()
90 *leftBoundWrapped = leftBound; in wrapPath()
102 const QDoubleVector2D leftBound = p.geoToMapProjection(geoLeftBound); in wrapPath() local
103 wrapPath(path, leftBound,wrappedPath); in wrapPath()
105 *leftBoundWrapped = leftBound; in wrapPath()
H A Dqdeclarativepolylinemapitem.cpp853 QGeoCoordinate leftBound; in updateSourcePoints() local
857 geoLeftBound_ = leftBound; in updateSourcePoints()
858 QDeclarativeGeoMapItemUtils::wrapPath(path, leftBound, p, wrappedPath, &leftBoundWrapped); in updateSourcePoints()
1952 double leftBound, in PolylineSimplifyTask() argument
1956 , m_leftBound(leftBound) in PolylineSimplifyTask()
1988 double leftBound, in enqueueSimplificationTask() argument
1996 leftBound, in enqueueSimplificationTask()
2025 leftBound, in selectLOD()
2034 leftBound, in selectLOD()
2050 leftBound, in selectLODOnDataChanged()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DInstSplit.cpp95 uint32_t leftBound = 0, rightBound = 0; in splitInstruction() local
96 computeSrcBounds(src, leftBound, rightBound); in splitInstruction()
106 uint32_t leftBound = 0, rightBound = 0; in splitInstruction() local
107 computeDstBounds(dst, leftBound, rightBound); in splitInstruction()
488 leftBound = subRegOff * typeSize; in computeDstBounds()
491 leftBound += getGRFSize(); in computeDstBounds()
513 rightBound = leftBound + totalBytes - 1; in computeDstBounds()
561 leftBound = subRegOff * typeSize; in computeSrcBounds()
564 leftBound += getGRFSize(); in computeSrcBounds()
596 rightBound = leftBound + in computeSrcBounds()
[all …]
H A DInstSplit.h28 … void computeDstBounds(G4_DstRegRegion* dstRegion, uint32_t& leftBound, uint32_t& rightBound);
29 … void computeSrcBounds(G4_SrcRegRegion* srcRegion, uint32_t& leftBound, uint32_t& rightBound);
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/axis/
H A Dhorizontalaxis.cpp216 qreal leftBound; in updateGeometry() local
223 leftBound = qMax(layout[i], gridRect.left()); in updateGeometry()
226 const qreal delta = rightBound - leftBound; in updateGeometry()
247 labelPos.setX(leftBound - center.x()); in updateGeometry()
274 qreal leftBound; in updateGeometry() local
281 leftBound = gridRect.left(); in updateGeometry()
288 leftBound = gridRect.left(); in updateGeometry()
294 leftBound = layout[i]; in updateGeometry()
301 if (leftBound < gridRect.left()) in updateGeometry()
302 leftBound = gridRect.left(); in updateGeometry()
[all …]
/dports/math/nlopt/nlopt-2.7.1/src/algs/ags/
H A Dsolver.cc36 mDimension = leftBound.size(); in ProblemInternal()
37 mLeftBound = leftBound; in ProblemInternal()
86 NLP_SOLVER_ASSERT(leftBound.size() > 0, "Zero problem dimension"); in SetProblem()
87 mProblem = std::make_shared<ProblemInternal>(functions, leftBound, rightBound); in SetProblem()
106 std::vector<double> leftBound(mProblem->GetDimension()); in InitLocalOptimizer() local
108 mProblem->GetBounds(leftBound.data(), rightBound.data()); in InitLocalOptimizer()
111 for(size_t i = 0; i < leftBound.size(); i++) in InitLocalOptimizer()
112 maxSize = std::max(rightBound[i] - leftBound[i], maxSize); in InitLocalOptimizer()
187 Trial leftBound = Trial(0); in FirstIteration() local
188 leftBound.idx = -1; in FirstIteration()
[all …]
/dports/biology/p5-Bio-Graphics/Bio-Graphics-2.40/lib/Bio/Graphics/
H A DLayout.pm30 my ($leftBound, $rightBound) = @_;
32 $self->{leftBound} = $leftBound;
67 $self->{rightContour}->unionWith($right - $self->{leftBound}, $top, $height);
70 $self->{rightContour}->insertFit($rightFit->{fit}, $right - $self->{leftBound},
81 if ($left <= $self->{leftBound}) {
145 $fit = $self->{rightContour}->getFit($left - $self->{leftBound}, $height, $curTop);
148 if ($self->{leftLayout} && ($left <= $self->{leftBound})) {
208 if ($existing->{left} <= $self->{leftBound}) {
224 $self->rightContour->unionWith($existing->{right} - $self->{leftBound},
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/text/src/area/
H A DZLTextSelectionModel.cpp234 BoundElement leftBound = r.first; in ranges() local
237 rightBound.ParagraphIndex = leftBound.ParagraphIndex; in ranges()
245 myRanges.push_back(Range(leftBound, rightBound)); in ranges()
246 leftBound = rightBound; in ranges()
250 myRanges.push_back(Range(leftBound, r.second)); in ranges()
252 BoundElement leftBound = r.first; in ranges() local
257 rightBound.ElementIndex = leftBound.ElementIndex; in ranges()
266 myRanges.push_back(Range(leftBound, rightBound)); in ranges()
267 leftBound = rightBound; in ranges()
273 leftBound = rightBound; in ranges()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/ximgproc/src/
H A Ddtfilter_cpu.inl.hpp288 int leftBound = 0, rightBound = 0; in operator ()() local
301 leftBound = getLeftBound(idistLine, leftBound, curVal - radius); in operator ()()
305 while (idistLine[leftBound] < curVal - radius) in operator ()()
307 sum -= srcLine[leftBound]; in operator ()()
308 leftBound++; in operator ()()
353 int leftBound = 0, rightBound = 0; in operator ()() local
365 leftBound = getLeftBound(idistLine, leftBound, valueLeft); in operator ()()
368 float areaL = idistLine[leftBound] - valueLeft; in operator ()()
370 float dl = areaL / distLine[leftBound - 1]; in operator ()()
373 sumL = 0.5f*areaL*(dl*srcLine[leftBound - 1] + (2.0f - dl)*srcLine[leftBound]); in operator ()()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/startrek/
H A Dspace.cpp365 int16 leftBound = (boundBase + 0xffff) >> 16; // var3f8 in drawR3Shape() local
367 if (leftBound < _starfieldRect.left) in drawR3Shape()
368 leftBound = _starfieldRect.left; in drawR3Shape()
369 if (leftBound < leftBounds[y]) in drawR3Shape()
370 leftBounds[y] = leftBound; in drawR3Shape()
451 int16 leftBound = leftBounds[y]; in drawR3Shape() local
452 int16 rowWidth = rightBounds[y] - leftBound; in drawR3Shape()
454 int16 srcX = leftBound * xDiff + var3f6; in drawR3Shape()
455 int16 srcY = leftBound * yDiff + var3f8; in drawR3Shape()
459 byte *bgPixels2 = bgPixels + leftBound; in drawR3Shape()
/dports/games/scummvm/scummvm-2.5.1/engines/startrek/
H A Dspace.cpp373 int16 leftBound = (boundBase + 0xffff) >> 16; // var3f8 in drawR3Shape() local
375 if (leftBound < _starfieldRect.left) in drawR3Shape()
376 leftBound = _starfieldRect.left; in drawR3Shape()
377 if (leftBound < leftBounds[y]) in drawR3Shape()
378 leftBounds[y] = leftBound; in drawR3Shape()
459 int16 leftBound = leftBounds[y]; in drawR3Shape() local
460 int16 rowWidth = rightBounds[y] - leftBound; in drawR3Shape()
462 int16 srcX = leftBound * xDiff + var3f6; in drawR3Shape()
463 int16 srcY = leftBound * yDiff + var3f8; in drawR3Shape()
467 byte *bgPixels2 = bgPixels + leftBound; in drawR3Shape()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/toolbar/
H A DToolbarProgressBarAnimatingView.java196 float leftBound = mIsRtl ? -mProgressWidth : 0.0f; in updateAnimation() local
230 } else if (animatorLeft < leftBound) { in updateAnimation()
231 animatingWidth -= Math.abs(animatorLeft - leftBound); in updateAnimation()
232 animatorCenter += Math.abs(animatorLeft - leftBound) / 2.0f; in updateAnimation()
/dports/multimedia/jmref/JM/ldecod/src/
H A Dfmo.c424 int leftBound, topBound, rightBound, bottomBound; in FmoGenerateType3MapUnitMap() local
436 leftBound = x; in FmoGenerateType3MapUnitMap()
450 if( xDir == -1 && x == leftBound ) in FmoGenerateType3MapUnitMap()
452 leftBound = imax( leftBound - 1, 0 ); in FmoGenerateType3MapUnitMap()
453 x = leftBound; in FmoGenerateType3MapUnitMap()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Ddockwidget.cpp550 int leftBound, upperBound; in buildGeometry() local
553 leftBound = parentRect.left() - margin; in buildGeometry()
555 QRect(leftBound, parentRect.top(), margin, parentRect.height()); in buildGeometry()
558 leftBound = parentRect.right() + 1; in buildGeometry()
560 QRect(leftBound, parentRect.top(), margin, parentRect.height()); in buildGeometry()
575 int leftBound, upperBound; in buildGeometry() local
578 leftBound = parentRect.left(); in buildGeometry()
580 QRect(leftBound, parentRect.top(), sepWidth, parentRect.height()); in buildGeometry()
583 leftBound = parentRect.right() - sepWidth + 1; in buildGeometry()
585 QRect(leftBound, parentRect.top(), sepWidth, parentRect.height()); in buildGeometry()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Experiments/Tobacco/
H A DBiGram.cpp233 size_t leftBound = leftRef.size(); in getVocabularyCombination() local
234 if(leftBound > 5) in getVocabularyCombination()
235 leftBound = 5; in getVocabularyCombination()
240 for(size_t i = 0; i < leftBound; ++i) in getVocabularyCombination()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/scheduler/Classes/CronCommand/
H A DNormalizeCommand.php132 list($leftBound, $rightBound) = explode('-', $left);
133 $leftBound = self::normalizeMonthAndWeekday($leftBound, $isMonthField);
135 $left = $leftBound . '-' . $rightBound;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/scheduler/Classes/CronCommand/
H A DNormalizeCommand.php133 [$leftBound, $rightBound] = explode('-', $left);
134 $leftBound = self::normalizeMonthAndWeekday($leftBound, $isMonthField);
136 $left = $leftBound . '-' . $rightBound;
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Experiments/Tobacco/
H A DBiGram.cpp233 size_t leftBound = leftRef.size(); in getVocabularyCombination() local
234 if(leftBound > 5) in getVocabularyCombination()
235 leftBound = 5; in getVocabularyCombination()
240 for(size_t i = 0; i < leftBound; ++i) in getVocabularyCombination()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/scheduler/Classes/CronCommand/
H A DNormalizeCommand.php133 [$leftBound, $rightBound] = explode('-', $left);
134 $leftBound = self::normalizeMonthAndWeekday($leftBound, $isMonthField);
136 $left = $leftBound . '-' . $rightBound;
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Utility/
H A DCakeText.php60 * @param string $leftBound The left boundary to ignore separators in.
64 public static function tokenize($data, $separator = ',', $leftBound = '(', $rightBound = ')') { argument
80 mb_strpos($data, $leftBound, $offset),
97 if ($leftBound !== $rightBound) {
98 if ($char === $leftBound) {
105 if ($char === $leftBound) {
/dports/multimedia/jmref/JM/lencod/src/
H A Dfmo.c394 int leftBound, topBound, rightBound, bottomBound; in FmoGenerateType3MapUnitMap() local
406 leftBound = x; in FmoGenerateType3MapUnitMap()
420 if( xDir == -1 && x == leftBound ) in FmoGenerateType3MapUnitMap()
422 leftBound = imax( leftBound - 1, 0 ); in FmoGenerateType3MapUnitMap()
423 x = leftBound; in FmoGenerateType3MapUnitMap()
/dports/biology/bamtools/bamtools-2.5.2/src/api/
H A DBamReader.cpp398 bool BamReader::SetRegion(const int& leftRefID, const int& leftBound, const int& rightRefID, in SetRegion() argument
401 return d->SetRegion(BamRegion(leftRefID, leftBound, rightRefID, rightBound)); in SetRegion()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCoalescingEngine.hpp154 leftBound(0), in CCTuple()
161 int leftBound; member
167 return leftBound; in GetLeftBound()
201 IGC_ASSERT(rightBound >= leftBound); in GetNumElements()
202 return rightBound - leftBound + 1; in GetNumElements()
214 if (index < leftBound) in ResizeBounds()
216 leftBound = index; in ResizeBounds()

12345