Searched defs:stbrp_rect (Results 1 – 2 of 2) sorted by relevance
87 typedef struct stbrp_rect stbrp_rect; typedef126 struct stbrp_rect { struct128 int id;131 stbrp_coord w, h;134 stbrp_coord x, y;135 int was_packed; // non-zero if valid packing
620 typedef struct stbrp_rect stbrp_rect; typedef4236 struct stbrp_rect { struct4252 static void stbrp_pack_rects(stbrp_context * con, stbrp_rect * rects, int num_rects) argument