Home
last modified time | relevance | path

Searched refs:lastSize (Results 1 – 25 of 3738) sorted by relevance

12345678910>>...150

/dports/net-im/qTox/qTox-1.17.4/src/widget/tool/
H A Dmovablewidget.cpp161 QSize lastSize = size(); in mouseMoveEvent() local
167 if (lastSize.height() > maximumHeight()) in mouseMoveEvent()
176 if (lastSize.width() > maximumWidth()) in mouseMoveEvent()
188 if (lastSize.height() > maximumHeight()) in mouseMoveEvent()
189 lastSize.setHeight(maximumHeight()); in mouseMoveEvent()
191 if (lastSize.width() > maximumWidth()) in mouseMoveEvent()
192 lastSize.setWidth(maximumWidth()); in mouseMoveEvent()
201 resize(lastSize.width(), height); in mouseMoveEvent()
203 if (lastSize.width() < minimumWidth()) in mouseMoveEvent()
209 resize(lastSize.width(), lastSize.width() / getRatio()); in mouseMoveEvent()
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/util/term/
H A Dresizeevents_windows.go37 lastSize := *size
52 if size.Height != lastSize.Height || size.Width != lastSize.Width {
53 lastSize.Height = size.Height
54 lastSize.Width = size.Width
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/util/term/
H A Dresizeevents_windows.go37 lastSize := *size
52 if size.Height != lastSize.Height || size.Width != lastSize.Width {
53 lastSize.Height = size.Height
54 lastSize.Width = size.Width
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/util/term/
H A Dresizeevents_windows.go37 lastSize := *size
52 if size.Height != lastSize.Height || size.Width != lastSize.Width {
53 lastSize.Height = size.Height
54 lastSize.Width = size.Width
/dports/editors/yudit/yudit-3.0.7/stoolkit/
H A DSBiDi.cpp258 lastSize = 0; in SBiDi()
274 classes[lastSize] = bidiType; in append()
275 lastSize++; in append()
279 lastSegment->till = lastSize; in append()
288 lastSegment->till = lastSize; in append()
297 lastSegment->till = lastSize-1; /* sorry last one does not belong to us */ in append()
311 lastSegment->from = lastSize-1; in append()
312 lastSegment->till = lastSize; in append()
319 if (lastSize == 0) return; in resolveWeakNeutral()
343 for (unsigned int i=lastSize; i>at; i--) in insertBN()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/components/
H A DDoubleBufferedLabel.java136 Point lastSize = new Point(0, 0); in computeSize() local
149 lastSize.x += lastTextSize.x + 10; in computeSize()
150 lastSize.y = Math.max(lastSize.y, lastTextSize.y); in computeSize()
153 pt.x = lastSize.x; in computeSize()
156 pt.y = lastSize.y; in computeSize()
/dports/games/jin/jin-2.14.1/src/free/chess/
H A DJChessClock.java79 private final Dimension lastSize = new Dimension(); field in JChessClock
271 if ((width != lastSize.width) || (height != lastSize.height)){ in paintComponent()
272 lastSize.width = getWidth(); in paintComponent()
273 lastSize.height = getHeight(); in paintComponent()
275 lastFont = findLargestFittingFont(text, lastSize.width, lastSize.height, g, getFont()); in paintComponent()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/
H A DStringParser.java61 private int lastSize; field in StringParser.CharsetParser
73 if (lastSize == size) { in parse()
92 lastSize = size; in parse()
111 private int lastSize = -1; field in StringParser.CharArrayParser
118 if (lastSize == size) { in parse()
136 lastSize = size; in parse()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/
H A DStringParser.java61 private int lastSize; field in StringParser.CharsetParser
73 if (lastSize == size) { in parse()
92 lastSize = size; in parse()
111 private int lastSize = -1; field in StringParser.CharArrayParser
118 if (lastSize == size) { in parse()
136 lastSize = size; in parse()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/
H A DStringParser.java61 private int lastSize; field in StringParser.CharsetParser
73 if (lastSize == size) { in parse()
92 lastSize = size; in parse()
111 private int lastSize = -1; field in StringParser.CharArrayParser
118 if (lastSize == size) { in parse()
136 lastSize = size; in parse()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jfr/share/classes/jdk/jfr/internal/consumer/
H A DStringParser.java61 private int lastSize; field in StringParser.CharsetParser
73 if (lastSize == size) { in parse()
92 lastSize = size; in parse()
111 private int lastSize = -1; field in StringParser.CharArrayParser
118 if (lastSize == size) { in parse()
136 lastSize = size; in parse()
/dports/math/gismo/gismo-21.12.0/src/gsMultiGrid/
H A DgsGridHierarchy.hpp70 index_t lastSize = result.m_mBases[0].totalSize(); in buildByCoarsening() local
72 for (index_t i = 0; i < levels-1 && lastSize > degreesOfFreedom; ++i) in buildByCoarsening()
88 if (lastSize <= newSize && degreesOfFreedom > 0) in buildByCoarsening()
90 lastSize = newSize; in buildByCoarsening()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/test/android/javatests/src/org/chromium/base/test/params/
H A DParameterizedRunner.java174 int lastSize = -1; in validateWidth() local
180 if (lastSize == -1 || set.size() == lastSize) { in validateWidth()
181 lastSize = set.size(); in validateWidth()
187 Arrays.toString(set.getValues().toArray()), set.size(), lastSize)); in validateWidth() local
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DTraceLogging.h222 EventEntry* getEventsStartingAt(uint32_t* lastIteration, uint32_t* lastSize, size_t* num) { in getEventsStartingAt() argument
225 MOZ_ASSERT(*lastSize <= events.size()); in getEventsStartingAt()
226 *num = events.size() - *lastSize; in getEventsStartingAt()
227 start = events.data() + *lastSize; in getEventsStartingAt()
233 getIterationAndSize(lastIteration, lastSize); in getEventsStartingAt()
248 bool lostEvents(uint32_t lastIteration, uint32_t lastSize) { in lostEvents() argument
251 MOZ_ASSERT(lastSize <= events.size()); in lostEvents()
258 if (lastIteration == iteration_ - 1 && lastSize == events.maxSize()) in lostEvents()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DTraceLogging.h214 EventEntry* getEventsStartingAt(uint32_t* lastIteration, uint32_t* lastSize, size_t* num) { in getEventsStartingAt() argument
217 MOZ_ASSERT(*lastSize <= events.size()); in getEventsStartingAt()
218 *num = events.size() - *lastSize; in getEventsStartingAt()
219 start = events.data() + *lastSize; in getEventsStartingAt()
226 *lastSize = events.size(); in getEventsStartingAt()
236 bool lostEvents(uint32_t lastIteration, uint32_t lastSize) { in lostEvents() argument
239 MOZ_ASSERT(lastSize <= events.size()); in lostEvents()
245 if (lastIteration == iteration_ - 1 && lastSize == CONTINUOUSSPACE_LIMIT) in lostEvents()
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/dialogs/
H A Dnewdialog.cpp40 QSize lastSize = cfg.value("history/newsize", QSize(800, 600)).toSize(); in NewDialog() local
41 if(lastSize.isValid()) in NewDialog()
42 setSize(lastSize); in NewDialog()
/dports/graphics/drawpile/Drawpile-2.1.20/src/tools/
H A Drenderer.cpp35 QSize lastSize; member
94 if(settings.fixedSize && state.lastSize.isEmpty()) in saveImage()
95 state.lastSize = flat.size(); in saveImage()
97 if(!state.lastSize.isEmpty()) in saveImage()
98 flat = resizeImage(flat, state.lastSize, settings.fixedSize); in saveImage()
/dports/devel/qmake/qt-x11-free-3.3.8/src/tools/
H A Dqvaluevector.h156 const size_t lastSize = size(); in insert() local
157 const size_t n = lastSize !=0 ? 2*lastSize : 1; in insert()
166 finish = newStart + lastSize + 1; in insert()
194 const size_t lastSize = size(); in insert() local
195 const size_t len = lastSize + QMAX( lastSize, n ); in insert()
213 const size_t lastSize = size(); in reserve() local
216 finish = tmp + lastSize; in reserve()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DTraceLogging.h266 EventEntry* getEventsStartingAt(uint32_t* lastIteration, uint32_t* lastSize, in getEventsStartingAt() argument
270 MOZ_ASSERT(*lastSize <= events.size()); in getEventsStartingAt()
271 *num = events.size() - *lastSize; in getEventsStartingAt()
272 start = events.data() + *lastSize; in getEventsStartingAt()
278 getIterationAndSize(lastIteration, lastSize); in getEventsStartingAt()
294 bool lostEvents(uint32_t lastIteration, uint32_t lastSize) { in lostEvents() argument
297 MOZ_ASSERT(lastSize <= events.size()); in lostEvents()
304 if (lastIteration == iteration_ - 1 && lastSize == events.maxSize()) in lostEvents()
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/tests/kfdtest/src/
H A DKFDMemoryTest.hpp44 void BigBufferVRAM(int defaultGPUNode, HSAuint64 granularityMB, HSAuint64 *lastSize);
45 void BigBufferSystemMemory(int defaultGPUNode, HSAuint64 granularityMB, HSAuint64 *lastSize);
/dports/audio/audiocd-kio/audiocd-kio-21.12.3/plugins/opus/
H A Dencoderopus.cpp52 uint lastSize; member in EncoderOpus::Private
64 d->lastSize = 0; in EncoderOpus()
199 uint change = file.size() - d->lastSize; in read()
200 d->lastSize = file.size(); in read()
228 d->lastSize = 0; in readCleanup()
/dports/graphics/drawpile/Drawpile-2.1.20/src/libclient/brushes/
H A Dpixelbrushpainter.cpp74 int lastSize = -1, lastOpacity = 0; in drawPixelBrushDabs() local
82 if(d.size != lastSize|| d.opacity != lastOpacity) { in drawPixelBrushDabs()
85 lastSize = d.size; in drawPixelBrushDabs()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DTraceLogging.h317 EventEntry* getEventsStartingAt(uint32_t* lastIteration, uint32_t* lastSize, in getEventsStartingAt() argument
321 MOZ_ASSERT(*lastSize <= events_.size()); in getEventsStartingAt()
322 *num = events_.size() - *lastSize; in getEventsStartingAt()
323 start = events_.data() + *lastSize; in getEventsStartingAt()
329 getIterationAndSize(lastIteration, lastSize); in getEventsStartingAt()
338 bool lostEvents(uint32_t lastIteration, uint32_t lastSize) { in lostEvents() argument
341 MOZ_ASSERT(lastSize <= events_.size()); in lostEvents()
348 if (lastIteration == iteration_ - 1 && lastSize == events_.maxSize()) { in lostEvents()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DTraceLogging.h315 EventEntry* getEventsStartingAt(uint32_t* lastIteration, uint32_t* lastSize, in getEventsStartingAt() argument
319 MOZ_ASSERT(*lastSize <= events_.size()); in getEventsStartingAt()
320 *num = events_.size() - *lastSize; in getEventsStartingAt()
321 start = events_.data() + *lastSize; in getEventsStartingAt()
327 getIterationAndSize(lastIteration, lastSize); in getEventsStartingAt()
336 bool lostEvents(uint32_t lastIteration, uint32_t lastSize) { in lostEvents() argument
339 MOZ_ASSERT(lastSize <= events_.size()); in lostEvents()
346 if (lastIteration == iteration_ - 1 && lastSize == events_.maxSize()) { in lostEvents()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DTraceLogging.h317 EventEntry* getEventsStartingAt(uint32_t* lastIteration, uint32_t* lastSize, in getEventsStartingAt() argument
321 MOZ_ASSERT(*lastSize <= events_.size()); in getEventsStartingAt()
322 *num = events_.size() - *lastSize; in getEventsStartingAt()
323 start = events_.data() + *lastSize; in getEventsStartingAt()
329 getIterationAndSize(lastIteration, lastSize); in getEventsStartingAt()
338 bool lostEvents(uint32_t lastIteration, uint32_t lastSize) { in lostEvents() argument
341 MOZ_ASSERT(lastSize <= events_.size()); in lostEvents()
348 if (lastIteration == iteration_ - 1 && lastSize == events_.maxSize()) { in lostEvents()

12345678910>>...150