Searched defs:stbrp_rect (Results 1 – 2 of 2) sorted by relevance
87 typedef struct stbrp_rect stbrp_rect; typedef125 struct stbrp_rect { struct127 int id;130 stbrp_coord w, h;133 stbrp_coord x, y;134 int was_packed; // non-zero if valid packing
618 typedef struct stbrp_rect stbrp_rect; typedef4227 struct stbrp_rect { struct4243 static void stbrp_pack_rects(stbrp_context * con, stbrp_rect * rects, int num_rects) argument