Searched refs:STBRP_SORT (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imstb_rectpack.h | 22 // 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 D | imgui_draw.cpp | 120 #define STBRP_SORT ImQsort macro
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_rectpack.h | 22 // 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 D | imgui_draw.cpp | 134 #define STBRP_SORT ImQsort macro
|
Completed in 18 milliseconds