Searched refs:STBRP_SORT (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.
49 // 0.06 (2015-04-15) added STBRP_SORT to allow replacing qsort
204 #ifndef STBRP_SORT
206 #define STBRP_SORT qsort macro
559 STBRP_SORT(rects, num_rects, sizeof(rects[0]), rect_height_compare);
576 STBRP_SORT(rects, num_rects, sizeof(rects[0]), rect_original_order);
H A Dimgui_draw.cpp120 #define STBRP_SORT ImQsort macro
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_rectpack.h22 // Can override those by defining STBRP_SORT and STBRP_ASSERT.
49 // 0.06 (2015-04-15) added STBRP_SORT to allow replacing qsort
204 #ifndef STBRP_SORT
206 #define STBRP_SORT qsort macro
559 STBRP_SORT(rects, num_rects, sizeof(rects[0]), rect_height_compare);
576 STBRP_SORT(rects, num_rects, sizeof(rects[0]), rect_original_order);
H A Dimgui_draw.cpp120 #define STBRP_SORT ImQsort macro

Completed in 16 milliseconds