Searched refs:stbrp_coord (Results 1 – 3 of 3) sorted by relevance
83 typedef int stbrp_coord; typedef85 typedef unsigned short stbrp_coord; typedef119 stbrp_coord w, h;122 stbrp_coord x, y;175 stbrp_coord x,y;283 context->extra[1].x = (stbrp_coord) width; in stbrp_init_target()461 node->x = (stbrp_coord) res.x; in stbrp__skyline_pack_rectangle()462 node->y = (stbrp_coord) (res.y + height); in stbrp__skyline_pack_rectangle()494 cur->x = (stbrp_coord) (res.x + width); in stbrp__skyline_pack_rectangle()567 rects[i].x = (stbrp_coord) fr.x; in stbrp_pack_rects()[all …]
3727 typedef int stbrp_coord; typedef3753 stbrp_coord x,y;4011 rects[k].w = (stbrp_coord) (x1-x0 + spc->padding + spc->h_oversample-1); in stbtt_PackFontRangesGatherRects()4012 rects[k].h = (stbrp_coord) (y1-y0 + spc->padding + spc->v_oversample-1); in stbtt_PackFontRangesGatherRects()4071 stbrp_coord pad = (stbrp_coord) spc->padding; in stbtt_PackFontRangesRenderIntoRects()
1922 src_tmp.Rects[glyph_i].w = (stbrp_coord)(x1 - x0 + padding + cfg.OversampleH - 1); in ImFontAtlasBuildWithStbTruetype()1923 src_tmp.Rects[glyph_i].h = (stbrp_coord)(y1 - y0 + padding + cfg.OversampleV - 1); in ImFontAtlasBuildWithStbTruetype()