Home
last modified time | relevance | path

Searched refs:stbrp__findresult (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimstb_rectpack.h347 } 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 heigh… 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()