Home
last modified time | relevance | path

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

/third_party/mesa3d/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); in stbrp_pack_rects()
576 STBRP_SORT(rects, num_rects, sizeof(rects[0]), rect_original_order); in stbrp_pack_rects()
H A Dimgui_draw.cpp120 #define STBRP_SORT ImQsort macro
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h22 // Can override those by defining STBRP_SORT and STBRP_ASSERT.
51 // 0.06 (2015-04-15) added STBRP_SORT to allow replacing qsort
206 #ifndef STBRP_SORT
208 #define STBRP_SORT qsort macro
568 STBRP_SORT(rects, num_rects, sizeof(rects[0]), rect_height_compare); in stbrp_pack_rects()
585 STBRP_SORT(rects, num_rects, sizeof(rects[0]), rect_original_order); in stbrp_pack_rects()
H A Dimgui_draw.cpp134 #define STBRP_SORT ImQsort macro

Completed in 18 milliseconds