Home
last modified time | relevance | path

Searched refs:mThresholds (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Drandompicker.h51 mThresholds.insert(mSum, value);
57 return mThresholds.isEmpty(); in isEmpty()
66 auto it = mThresholds.lowerBound(random); in pick()
67 if (it == mThresholds.end()) in pick()
80 auto it = mThresholds.lowerBound(random); in take()
81 if (it == mThresholds.end()) in take()
85 mThresholds.erase(it); in take()
92 mThresholds.clear(); in clear()
97 QMap<Real, T> mThresholds; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMIntersectionObserver.cpp92 observer->mThresholds.SetCapacity(thresholds.Length()); in Constructor()
98 observer->mThresholds.AppendElement(thresh); in Constructor()
100 observer->mThresholds.Sort(); in Constructor()
107 observer->mThresholds.AppendElement(thresh); in Constructor()
145 aRetVal = mThresholds; in GetThresholds()
399 threshold = mThresholds.Length(); in Update()
401 for (size_t k = 0; k < mThresholds.Length(); ++k) { in Update()
402 if (mThresholds[k] <= intersectionRatio) { in Update()
H A DDOMIntersectionObserver.h172 nsTArray<double> mThresholds; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMIntersectionObserver.cpp128 observer->mThresholds.SetCapacity(thresholds.Length()); in Constructor()
134 observer->mThresholds.AppendElement(thresh); in Constructor()
136 observer->mThresholds.Sort(); in Constructor()
143 observer->mThresholds.AppendElement(thresh); in Constructor()
188 observer->mThresholds.AppendElement(std::numeric_limits<double>::min()); in CreateLazyLoadObserver()
208 observer->mThresholds.AppendElement(std::numeric_limits<double>::min()); in CreateLazyLoadObserverViewport()
223 aRetVal = mThresholds.Clone(); in GetThresholds()
688 thresholdIndex = mThresholds.IndexOfFirstElementGt(intersectionRatio); in Update()
H A DDOMIntersectionObserver.h148 nsTArray<double> mThresholds; variable
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMIntersectionObserver.cpp127 observer->mThresholds.SetCapacity(thresholds.Length()); in Constructor()
133 observer->mThresholds.AppendElement(thresh); in Constructor()
135 observer->mThresholds.Sort(); in Constructor()
142 observer->mThresholds.AppendElement(thresh); in Constructor()
187 observer->mThresholds.AppendElement(std::numeric_limits<double>::min()); in CreateLazyLoadObserver()
207 observer->mThresholds.AppendElement(std::numeric_limits<double>::min()); in CreateLazyLoadObserverViewport()
222 aRetVal = mThresholds.Clone(); in GetThresholds()
692 thresholdIndex = mThresholds.IndexOfFirstElementGt(intersectionRatio); in Update()
H A DDOMIntersectionObserver.h149 nsTArray<double> mThresholds; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMIntersectionObserver.cpp128 observer->mThresholds.SetCapacity(thresholds.Length()); in Constructor()
134 observer->mThresholds.AppendElement(thresh); in Constructor()
136 observer->mThresholds.Sort(); in Constructor()
143 observer->mThresholds.AppendElement(thresh); in Constructor()
188 observer->mThresholds.AppendElement(std::numeric_limits<double>::min()); in CreateLazyLoadObserver()
208 observer->mThresholds.AppendElement(std::numeric_limits<double>::min()); in CreateLazyLoadObserverViewport()
223 aRetVal = mThresholds.Clone(); in GetThresholds()
688 thresholdIndex = mThresholds.IndexOfFirstElementGt(intersectionRatio); in Update()
H A DDOMIntersectionObserver.h148 nsTArray<double> mThresholds; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMIntersectionObserver.cpp96 observer->mThresholds.SetCapacity(thresholds.Length()); in Constructor()
102 observer->mThresholds.AppendElement(thresh); in Constructor()
104 observer->mThresholds.Sort(); in Constructor()
111 observer->mThresholds.AppendElement(thresh); in Constructor()
152 aRetVal = mThresholds; in GetThresholds()
440 threshold = mThresholds.IndexOfFirstElementGt(intersectionRatio); in Update()
H A DDOMIntersectionObserver.h151 nsTArray<double> mThresholds; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMIntersectionObserver.cpp118 observer->mThresholds.SetCapacity(thresholds.Length()); in Constructor()
124 observer->mThresholds.AppendElement(thresh); in Constructor()
126 observer->mThresholds.Sort(); in Constructor()
133 observer->mThresholds.AppendElement(thresh); in Constructor()
166 observer->mThresholds.AppendElement(std::numeric_limits<double>::min()); in CreateLazyLoadObserver()
192 aRetVal = mThresholds.Clone(); in GetThresholds()
625 thresholdIndex = mThresholds.IndexOfFirstElementGt(intersectionRatio); in Update()
H A DDOMIntersectionObserver.h149 nsTArray<double> mThresholds; variable