Searched refs:STBRP_ASSERT (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_rectpack.h22 // Can override those by defining STBRP_SORT and STBRP_ASSERT.
50 // 0.05: added STBRP_ASSERT to allow replacing assert
209 #ifndef STBRP_ASSERT
211 #define STBRP_ASSERT assert macro
232 STBRP_ASSERT(heuristic == STBRP_HEURISTIC_Skyline_BL_sortHeight || heuristic == STBRP_HEURISTIC_Skyline_BF_sortHeight);
236 STBRP_ASSERT(0);
264 STBRP_ASSERT(width <= 0xffff && height <= 0xffff);
301 STBRP_ASSERT(first->x <= x0);
308 STBRP_ASSERT(node->next->x > x0); // we ended up handling this in the caller for efficiency
311 STBRP_ASSERT(nod
[all...]
H A Dimgui_draw.cpp119 #define STBRP_ASSERT(x) IM_ASSERT(x) macro
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_rectpack.h22 // Can override those by defining STBRP_SORT and STBRP_ASSERT.
50 // 0.05: added STBRP_ASSERT to allow replacing assert
209 #ifndef STBRP_ASSERT
211 #define STBRP_ASSERT assert macro
232 STBRP_ASSERT(heuristic == STBRP_HEURISTIC_Skyline_BL_sortHeight || heuristic == STBRP_HEURISTIC_Skyline_BF_sortHeight);
236 STBRP_ASSERT(0);
264 STBRP_ASSERT(width <= 0xffff && height <= 0xffff);
301 STBRP_ASSERT(first->x <= x0);
308 STBRP_ASSERT(node->next->x > x0); // we ended up handling this in the caller for efficiency
311 STBRP_ASSERT(nod
[all...]
H A Dimgui_draw.cpp119 #define STBRP_ASSERT(x) IM_ASSERT(x) macro

Completed in 16 milliseconds