Lines Matching defs:stbrp_rect
80 typedef struct stbrp_rect stbrp_rect;
88 STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects);
90 // 'stbrp_rect' defined below, stored in the array 'rects', and there
113 struct stbrp_rect
526 const stbrp_rect *p = (const stbrp_rect *) a;
527 const stbrp_rect *q = (const stbrp_rect *) b;
538 const stbrp_rect *p = (const stbrp_rect *) a;
539 const stbrp_rect *q = (const stbrp_rect *) b;
549 STBRP_DEF int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects, int num_rects)