Home
last modified time | relevance | path

Searched refs:desiredSize (Results 1 – 25 of 668) sorted by relevance

12345678910>>...27

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodec.cpp217 SkASSERT(desiredSize); in computeSampleSize()
219 if (!desiredSize || *desiredSize == fInfo.dimensions()) { in computeSampleSize()
224 *desiredSize = fInfo.dimensions(); in computeSampleSize()
229 if (desiredSize->width() < 1 || desiredSize->height() < 1) { in computeSampleSize()
230 *desiredSize = SkISize::Make(std::max(1, desiredSize->width()), in computeSampleSize()
242 if (computedSize == *desiredSize) { in computeSampleSize()
248 *desiredSize = computedSize; in computeSampleSize()
275 *desiredSize = computedSize; in computeSampleSize()
282 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()
283 *desiredSize = bigger; in computeSampleSize()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodec.cpp217 SkASSERT(desiredSize); in computeSampleSize()
219 if (!desiredSize || *desiredSize == fInfo.dimensions()) { in computeSampleSize()
224 *desiredSize = fInfo.dimensions(); in computeSampleSize()
229 if (desiredSize->width() < 1 || desiredSize->height() < 1) { in computeSampleSize()
230 *desiredSize = SkISize::Make(std::max(1, desiredSize->width()), in computeSampleSize()
242 if (computedSize == *desiredSize) { in computeSampleSize()
248 *desiredSize = computedSize; in computeSampleSize()
275 *desiredSize = computedSize; in computeSampleSize()
282 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()
283 *desiredSize = bigger; in computeSampleSize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/codec/
H A DSkAndroidCodec.cpp217 SkASSERT(desiredSize); in computeSampleSize()
219 if (!desiredSize || *desiredSize == fInfo.dimensions()) { in computeSampleSize()
224 *desiredSize = fInfo.dimensions(); in computeSampleSize()
229 if (desiredSize->width() < 1 || desiredSize->height() < 1) { in computeSampleSize()
230 *desiredSize = SkISize::Make(std::max(1, desiredSize->width()), in computeSampleSize()
242 if (computedSize == *desiredSize) { in computeSampleSize()
248 *desiredSize = computedSize; in computeSampleSize()
275 *desiredSize = computedSize; in computeSampleSize()
282 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()
283 *desiredSize = bigger; in computeSampleSize()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/codec/
H A DSkAndroidCodec.cpp216 SkASSERT(desiredSize); in computeSampleSize()
218 if (!desiredSize || *desiredSize == fInfo.dimensions()) { in computeSampleSize()
223 *desiredSize = fInfo.dimensions(); in computeSampleSize()
228 if (desiredSize->width() < 1 || desiredSize->height() < 1) { in computeSampleSize()
229 *desiredSize = SkISize::Make(std::max(1, desiredSize->width()), in computeSampleSize()
241 if (computedSize == *desiredSize) { in computeSampleSize()
247 *desiredSize = computedSize; in computeSampleSize()
274 *desiredSize = computedSize; in computeSampleSize()
281 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()
282 *desiredSize = bigger; in computeSampleSize()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodec.cpp217 SkASSERT(desiredSize); in computeSampleSize()
219 if (!desiredSize || *desiredSize == fInfo.dimensions()) { in computeSampleSize()
224 *desiredSize = fInfo.dimensions(); in computeSampleSize()
229 if (desiredSize->width() < 1 || desiredSize->height() < 1) { in computeSampleSize()
230 *desiredSize = SkISize::Make(std::max(1, desiredSize->width()), in computeSampleSize()
242 if (computedSize == *desiredSize) { in computeSampleSize()
248 *desiredSize = computedSize; in computeSampleSize()
275 *desiredSize = computedSize; in computeSampleSize()
282 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()
283 *desiredSize = bigger; in computeSampleSize()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodec.cpp217 SkASSERT(desiredSize); in computeSampleSize()
219 if (!desiredSize || *desiredSize == fInfo.dimensions()) { in computeSampleSize()
224 *desiredSize = fInfo.dimensions(); in computeSampleSize()
229 if (desiredSize->width() < 1 || desiredSize->height() < 1) { in computeSampleSize()
230 *desiredSize = SkISize::Make(std::max(1, desiredSize->width()), in computeSampleSize()
242 if (computedSize == *desiredSize) { in computeSampleSize()
248 *desiredSize = computedSize; in computeSampleSize()
275 *desiredSize = computedSize; in computeSampleSize()
282 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()
283 *desiredSize = bigger; in computeSampleSize()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/codec/
H A DSkAndroidCodec.cpp224 SkASSERT(desiredSize); in computeSampleSize()
226 if (!desiredSize || *desiredSize == fInfo.dimensions()) { in computeSampleSize()
231 *desiredSize = fInfo.dimensions(); in computeSampleSize()
236 if (desiredSize->width() < 1 || desiredSize->height() < 1) { in computeSampleSize()
237 *desiredSize = SkISize::Make(std::max(1, desiredSize->width()), in computeSampleSize()
249 if (computedSize == *desiredSize) { in computeSampleSize()
255 *desiredSize = computedSize; in computeSampleSize()
282 *desiredSize = computedSize; in computeSampleSize()
289 if (bigger == *desiredSize || !smaller_than(bigger, *desiredSize)) { in computeSampleSize()
290 *desiredSize = bigger; in computeSampleSize()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/meta/streams/readable-streams/
H A Dcount-queuing-strategy-integration.https.html.ini7 [Correctly governs a ReadableStreamController's desiredSize property (HWM = 0)]
10 [Correctly governs a ReadableStreamController's desiredSize property (HWM = 1)]
13 [Correctly governs a ReadableStreamController's desiredSize property (HWM = 4)]
19 [Correctly governs a ReadableStreamController's desiredSize property (HWM = 0)]
22 [Correctly governs a ReadableStreamController's desiredSize property (HWM = 1)]
25 [Correctly governs a ReadableStreamController's desiredSize property (HWM = 4)]
31 [Correctly governs a ReadableStreamController's desiredSize property (HWM = 0)]
34 [Correctly governs a ReadableStreamController's desiredSize property (HWM = 1)]
37 [Correctly governs a ReadableStreamController's desiredSize property (HWM = 4)]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/android/src/org/ppsspp/ppsspp/
H A DSizeManager.java39 private Point desiredSize = new Point();
88 getDesiredBackbufferSize(desiredSize);
91 Log.d(TAG, "Setting fixed size " + desiredSize.x + " x " + desiredSize.y);
92 holder.setFixedSize(desiredSize.x, desiredSize.y);
98 if (holder.isCreating() && desiredSize.x > 0 && desiredSize.y > 0) {
101 …width=" + width + " height=" + height + " desWidth=" + desiredSize.x + " desHeight=" + desiredSize
/dports/emulators/ppsspp/ppsspp-1.12.3/android/src/org/ppsspp/ppsspp/
H A DSizeManager.java39 private Point desiredSize = new Point(); field in SizeManager
88 getDesiredBackbufferSize(desiredSize); in surfaceCreated()
91 Log.d(TAG, "Setting fixed size " + desiredSize.x + " x " + desiredSize.y); in surfaceCreated()
92 holder.setFixedSize(desiredSize.x, desiredSize.y); in surfaceCreated()
98 if (holder.isCreating() && desiredSize.x > 0 && desiredSize.y > 0) { in surfaceChanged()
101 …width=" + width + " height=" + height + " desWidth=" + desiredSize.x + " desHeight=" + desiredSize in surfaceChanged()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/android/src/org/ppsspp/ppsspp/
H A DSizeManager.java39 private Point desiredSize = new Point(); field in SizeManager
88 getDesiredBackbufferSize(desiredSize); in surfaceCreated()
91 Log.d(TAG, "Setting fixed size " + desiredSize.x + " x " + desiredSize.y); in surfaceCreated()
92 holder.setFixedSize(desiredSize.x, desiredSize.y); in surfaceCreated()
98 if (holder.isCreating() && desiredSize.x > 0 && desiredSize.y > 0) { in surfaceChanged()
101 …width=" + width + " height=" + height + " desWidth=" + desiredSize.x + " desHeight=" + desiredSize in surfaceChanged()
/dports/java/bouncycastle15/crypto-169/tls/src/main/java/org/bouncycastle/tls/
H A DByteQueue.java79 int desiredSize = ByteQueue.nextTwoPow(available + len); in addData() local
80 if (desiredSize > databuf.length) in addData()
82 byte[] tmp = new byte[desiredSize]; in addData()
223 int desiredSize = ByteQueue.nextTwoPow(available); in shrink() local
224 if (desiredSize < databuf.length) in shrink()
226 byte[] tmp = new byte[desiredSize]; in shrink()
/dports/games/scummvm/scummvm-2.5.1/engines/dragons/
H A Dmidimusicplayer.cpp126 byte *MidiMusicPlayer::resizeMidiBuffer(uint32 desiredSize) { in resizeMidiBuffer() argument
128 _midiData = (byte *)malloc(desiredSize); in resizeMidiBuffer()
129 _midiDataSize = desiredSize; in resizeMidiBuffer()
131 if (desiredSize > _midiDataSize) { in resizeMidiBuffer()
132 _midiData = (byte *)realloc(_midiData, desiredSize); in resizeMidiBuffer()
133 _midiDataSize = desiredSize; in resizeMidiBuffer()
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/streams/writable-streams/
H A Dgeneral.dedicatedworker.html.ini2 [desiredSize on a released writer]
5 [desiredSize initial value]
8 [desiredSize on a writer for a closed stream]
38 [desiredSize on a writer for an errored stream]
H A Dgeneral.html.ini2 [desiredSize on a released writer]
5 [desiredSize initial value]
8 [desiredSize on a writer for a closed stream]
38 [desiredSize on a writer for an errored stream]
H A Dgeneral.sharedworker.html.ini2 [desiredSize on a released writer]
5 [desiredSize initial value]
8 [desiredSize on a writer for a closed stream]
38 [desiredSize on a writer for an errored stream]
H A Dgeneral.serviceworker.https.html.ini2 [desiredSize on a released writer]
5 [desiredSize initial value]
8 [desiredSize on a writer for a closed stream]
38 [desiredSize on a writer for an errored stream]
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Ddebugger_interface_creator.cpp56 evt.desiredSize.Set(150, 150); in CreateBacktrace()
78 evt.desiredSize.Set(350, 250); in CreateBreapoints()
100 evt.desiredSize.Set(350, 250); in CreateCPURegisters()
122 evt.desiredSize.Set(350, 250); in CreateDisassembly()
143 evt.desiredSize.Set(450, 250); in CreateMemory()
165 evt.desiredSize.Set(350, 75); in CreateThreads()
186 evt.desiredSize.Set(150, 250); in CreateWatches()
/dports/misc/usd/USD-21.11/pxr/base/trace/
H A DdataBuffer.cpp39 const size_t desiredSize) in AllocateBlock() argument
43 std::max(align > maxAlign ? (align + desiredSize) : desiredSize, in AllocateBlock()
/dports/www/firefox-esr/firefox-91.8.0/layout/tables/
H A DnsTableRowFrame.cpp327 ReflowOutput desiredSize(wm); in DidResize() local
328 desiredSize.SetSize(wm, GetLogicalSize(wm)); in DidResize()
399 FinishAndStoreOverflow(&desiredSize); in DidResize()
740 ReflowOutput desiredSize(aReflowInput); in ReflowChildren() local
804 ReflowOutput desiredSize(aReflowInput); in ReflowChildren() local
878 ascent = desiredSize.BSize(wm); in ReflowChildren()
895 desiredSize.ISize(wm) = availCellISize; in ReflowChildren()
930 iCoord += desiredSize.ISize(wm); in ReflowChildren()
1095 ReflowOutput desiredSize(aReflowInput); in ReflowCellFrame() local
1101 desiredSize.BSize(wm) = aAvailableBSize; in ReflowCellFrame()
[all …]
/dports/www/firefox/firefox-99.0/layout/tables/
H A DnsTableRowFrame.cpp327 ReflowOutput desiredSize(wm); in DidResize() local
328 desiredSize.SetSize(wm, GetLogicalSize(wm)); in DidResize()
399 FinishAndStoreOverflow(&desiredSize); in DidResize()
740 ReflowOutput desiredSize(aReflowInput); in ReflowChildren() local
804 ReflowOutput desiredSize(aReflowInput); in ReflowChildren() local
878 ascent = desiredSize.BSize(wm); in ReflowChildren()
895 desiredSize.ISize(wm) = availCellISize; in ReflowChildren()
930 iCoord += desiredSize.ISize(wm); in ReflowChildren()
1095 ReflowOutput desiredSize(aReflowInput); in ReflowCellFrame() local
1101 desiredSize.BSize(wm) = aAvailableBSize; in ReflowCellFrame()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/tables/
H A DnsTableRowFrame.cpp307 ReflowOutput desiredSize(wm); in DidResize() local
308 desiredSize.SetSize(wm, GetLogicalSize(wm)); in DidResize()
379 FinishAndStoreOverflow(&desiredSize); in DidResize()
726 ReflowOutput desiredSize(aReflowInput); in ReflowChildren() local
790 ReflowOutput desiredSize(aReflowInput); in ReflowChildren() local
862 ascent = desiredSize.BSize(wm); in ReflowChildren()
879 desiredSize.ISize(wm) = availCellISize; in ReflowChildren()
911 iCoord += desiredSize.ISize(wm); in ReflowChildren()
1076 ReflowOutput desiredSize(aReflowInput); in ReflowCellFrame() local
1082 desiredSize.BSize(wm) = aAvailableBSize; in ReflowCellFrame()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/tables/
H A DnsTableRowFrame.cpp329 ReflowOutput desiredSize(wm); in DidResize() local
330 desiredSize.SetSize(wm, GetLogicalSize(wm)); in DidResize()
398 FinishAndStoreOverflow(&desiredSize); in DidResize()
825 ReflowOutput desiredSize(aReflowInput); in ReflowChildren() local
890 ReflowOutput desiredSize(aReflowInput); in ReflowChildren() local
956 ascent = desiredSize.BSize(wm); in ReflowChildren()
971 desiredSize.ISize(wm) = availCellISize; in ReflowChildren()
999 iCoord += desiredSize.ISize(wm); in ReflowChildren()
1163 ReflowOutput desiredSize(aReflowInput); in ReflowCellFrame() local
1169 desiredSize.BSize(wm) = aAvailableBSize; in ReflowCellFrame()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/tables/
H A DnsTableRowFrame.cpp327 ReflowOutput desiredSize(wm); in DidResize() local
328 desiredSize.SetSize(wm, GetLogicalSize(wm)); in DidResize()
399 FinishAndStoreOverflow(&desiredSize); in DidResize()
740 ReflowOutput desiredSize(aReflowInput); in ReflowChildren() local
804 ReflowOutput desiredSize(aReflowInput); in ReflowChildren() local
878 ascent = desiredSize.BSize(wm); in ReflowChildren()
895 desiredSize.ISize(wm) = availCellISize; in ReflowChildren()
930 iCoord += desiredSize.ISize(wm); in ReflowChildren()
1095 ReflowOutput desiredSize(aReflowInput); in ReflowCellFrame() local
1101 desiredSize.BSize(wm) = aAvailableBSize; in ReflowCellFrame()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/tables/
H A DnsTableRowFrame.cpp306 ReflowOutput desiredSize(wm); in DidResize() local
307 desiredSize.SetSize(wm, GetLogicalSize(wm)); in DidResize()
378 FinishAndStoreOverflow(&desiredSize); in DidResize()
720 ReflowOutput desiredSize(aReflowInput); in ReflowChildren() local
784 ReflowOutput desiredSize(aReflowInput); in ReflowChildren() local
857 ascent = desiredSize.BSize(wm); in ReflowChildren()
874 desiredSize.ISize(wm) = availCellISize; in ReflowChildren()
909 iCoord += desiredSize.ISize(wm); in ReflowChildren()
1074 ReflowOutput desiredSize(aReflowInput); in ReflowCellFrame() local
1080 desiredSize.BSize(wm) = aAvailableBSize; in ReflowCellFrame()
[all …]

12345678910>>...27