Searched refs:stbrp_coord (Results 1 – 2 of 2) sorted by relevance
90 typedef int stbrp_coord; typedef130 stbrp_coord w, h;133 stbrp_coord x, y;181 stbrp_coord x, y;283 context->extra[1].x = (stbrp_coord) width; in stbrp_init_target()465 node->x = (stbrp_coord) res.x; in stbrp__skyline_pack_rectangle()466 node->y = (stbrp_coord)(res.y + height); in stbrp__skyline_pack_rectangle()499 cur->x = (stbrp_coord)(res.x + width); in stbrp__skyline_pack_rectangle()565 rects[i].x = (stbrp_coord) fr.x; in stbrp_pack_rects()566 rects[i].y = (stbrp_coord) fr.y; in stbrp_pack_rects()
4205 typedef int stbrp_coord; typedef4228 stbrp_coord x, y;4491 rects[k].w = (stbrp_coord)(x1 - x0 + spc->padding + spc->h_oversample - 1);4492 rects[k].h = (stbrp_coord)(y1 - y0 + spc->padding + spc->v_oversample - 1);4557 stbrp_coord pad = (stbrp_coord)spc->padding;