Home
last modified time | relevance | path

Searched refs:stbrp_coord (Results 1 - 7 of 7) sorted by relevance

/third_party/mesa3d/src/imgui/
H A 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) f in stbrp_pack_rects()
[all...]
H A Dimstb_truetype.h3727 typedef int stbrp_coord;
3753 stbrp_coord x,y;
4011 rects[k].w = (stbrp_coord) (x1-x0 + spc->padding + spc->h_oversample-1);
4012 rects[k].h = (stbrp_coord) (y1-y0 + spc->padding + spc->v_oversample-1);
4071 stbrp_coord pad = (stbrp_coord) spc->padding;
H A 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()
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h85 typedef int stbrp_coord; typedef
87 typedef unsigned short stbrp_coord; typedef
121 stbrp_coord w, h;
124 stbrp_coord x, y;
177 stbrp_coord x,y;
285 context->extra[1].x = (stbrp_coord) width; in stbrp_init_target()
470 node->x = (stbrp_coord) res.x; in stbrp__skyline_pack_rectangle()
471 node->y = (stbrp_coord) (res.y + height); in stbrp__skyline_pack_rectangle()
503 cur->x = (stbrp_coord) (res.x + width); in stbrp__skyline_pack_rectangle()
576 rects[i].x = (stbrp_coord) f in stbrp_pack_rects()
[all...]
H A Dimstb_truetype.h3727 typedef int stbrp_coord;
3753 stbrp_coord x,y;
4011 rects[k].w = (stbrp_coord) (x1-x0 + spc->padding + spc->h_oversample-1);
4012 rects[k].h = (stbrp_coord) (y1-y0 + spc->padding + spc->v_oversample-1);
4071 stbrp_coord pad = (stbrp_coord) spc->padding;
H A Dimgui_draw.cpp2473 src_tmp.Rects[glyph_i].w = (stbrp_coord)(x1 - x0 + padding + cfg.OversampleH - 1); in ImFontAtlasBuildWithStbTruetype()
2474 src_tmp.Rects[glyph_i].h = (stbrp_coord)(y1 - y0 + padding + cfg.OversampleV - 1); in ImFontAtlasBuildWithStbTruetype()
/third_party/skia/third_party/externals/imgui/misc/freetype/
H A Dimgui_freetype.cpp559 src_tmp.Rects[glyph_i].w = (stbrp_coord)(src_glyph.Info.Width + padding); in ImFontAtlasBuildWithFreeTypeEx()
560 src_tmp.Rects[glyph_i].h = (stbrp_coord)(src_glyph.Info.Height + padding); in ImFontAtlasBuildWithFreeTypeEx()

Completed in 47 milliseconds