Home
last modified time | relevance | path

Searched refs:can_fit (Results 1 – 10 of 10) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dgrid_container.cpp97 bool can_fit = false; in _notification() local
98 while (!can_fit && col_expanded.size() > 0) { in _notification()
100 can_fit = true; in _notification()
106 if (can_fit && (remaining_space.width / col_expanded.size()) < col_minw[E->get()]) { in _notification()
107 can_fit = false; in _notification()
112 if (!can_fit) { in _notification()
118 can_fit = false; in _notification()
119 while (!can_fit && row_expanded.size() > 0) { in _notification()
121 can_fit = true; in _notification()
128 can_fit = false; in _notification()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dgrid_container.cpp97 bool can_fit = false; in _notification() local
98 while (!can_fit && col_expanded.size() > 0) { in _notification()
100 can_fit = true; in _notification()
106 if (can_fit && (remaining_space.width / col_expanded.size()) < col_minw[E->get()]) { in _notification()
107 can_fit = false; in _notification()
112 if (!can_fit) { in _notification()
118 can_fit = false; in _notification()
119 while (!can_fit && row_expanded.size() > 0) { in _notification()
121 can_fit = true; in _notification()
128 can_fit = false; in _notification()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/blob/
H A Dblob_storage_context.h231 bool can_fit); in COMPONENT_EXPORT()
233 void OnEnoughSpaceForCopies(const std::string& uuid, bool can_fit); in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/blob/
H A Dblob_storage_context.h231 bool can_fit); in COMPONENT_EXPORT()
233 void OnEnoughSpaceForCopies(const std::string& uuid, bool can_fit); in COMPONENT_EXPORT()
/dports/sysutils/p5-Brackup/Brackup-1.10/lib/Brackup/
H A DCompositeChunk.pm51 sub can_fit { subroutine
H A DBackup.pm235 if ($comp_chunk && ! $comp_chunk->can_fit($chunk_size)) {
/dports/games/libretro-snes9x/snes9x-73aa348/unix/
H A Dx11.cpp504 bool8 can_fit = FALSE; in SetupXvideo() local
511 can_fit = TRUE; in SetupXvideo()
517 if (can_fit == FALSE) in SetupXvideo()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/unix/
H A Dx11.cpp654 bool8 can_fit = FALSE; in SetupXvideo() local
661 can_fit = TRUE; in SetupXvideo()
667 if (can_fit == FALSE) in SetupXvideo()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.cpp8736 BOOL can_fit = FALSE; in fit() local
8845 if (can_fit) in fit()
8851 if (!can_fit) in fit()
11699 BOOL can_fit = FALSE; in a_fit_free_list_p() local
11764 return can_fit; in a_fit_free_list_p()
11856 BOOL can_fit = FALSE; in a_fit_free_list_large_p() local
11947 return can_fit; in a_fit_free_list_large_p()
28169 if (can_fit)
28220 return can_fit;
28688 BOOL can_fit = TRUE; local
[all …]
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dalignmgr2.c4344 Boolean can_fit; in AlnMgr2CondenseColumns() local
4371 can_fit = TRUE; in AlnMgr2CondenseColumns()
4375 can_fit = FALSE; in AlnMgr2CondenseColumns()
4387 can_fit = FALSE; in AlnMgr2CondenseColumns()
4392 if (can_fit) { in AlnMgr2CondenseColumns()