Home
last modified time | relevance | path

Searched refs:stbrp_coord (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimstb_rectpack.h83 typedef int stbrp_coord; typedef
85 typedef unsigned short stbrp_coord; typedef
119 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 …]
Dimstb_truetype.h3727 typedef int stbrp_coord; typedef
3753 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()
Dimgui_draw.cpp1922 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()