Searched refs:stbrp__findresult (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imstb_rectpack.h | 347 } stbrp__findresult; typedef 349 static stbrp__findresult stbrp__skyline_find_best_pos(stbrp_context *c, int width, int height) in stbrp__skyline_find_best_pos() 352 stbrp__findresult fr; in stbrp__skyline_find_best_pos() 444 static stbrp__findresult stbrp__skyline_pack_rectangle(stbrp_context *context, int width, int height) in stbrp__skyline_pack_rectangle() 447 stbrp__findresult res = stbrp__skyline_find_best_pos(context, width, height); in stbrp__skyline_pack_rectangle() 565 stbrp__findresult fr = stbrp__skyline_pack_rectangle(context, rects[i].w, rects[i].h); in stbrp_pack_rects()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_rectpack.h | 349 } stbrp__findresult; typedef 351 static stbrp__findresult stbrp__skyline_find_best_pos(stbrp_context *c, int width, int height) in stbrp__skyline_find_best_pos() 354 stbrp__findresult fr; in stbrp__skyline_find_best_pos() 453 static stbrp__findresult stbrp__skyline_pack_rectangle(stbrp_context *context, int width, int height) in stbrp__skyline_pack_rectangle() 456 stbrp__findresult res = stbrp__skyline_find_best_pos(context, width, height); in stbrp__skyline_pack_rectangle() 574 stbrp__findresult fr = stbrp__skyline_pack_rectangle(context, rects[i].w, rects[i].h); in stbrp_pack_rects()
|
Completed in 3 milliseconds