Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimstb_rectpack.h88 STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects);
136 // the following stbrp_pack_rects() call (or calls), but can be freed after
549 STBRP_DEF int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects, int num_rects) in stbrp_pack_rects() function
H A Dimstb_truetype.h3768 static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int num_rects)
4129 stbrp_pack_rects((stbrp_context *) spc->pack_info, rects, num_rects);
H A Dimgui_draw.cpp1952 stbrp_pack_rects((stbrp_context*)spc.pack_info, src_tmp.Rects, src_tmp.GlyphsCount); in ImFontAtlasBuildWithStbTruetype()
2083 stbrp_pack_rects(pack_context, &pack_rects[0], pack_rects.Size); in ImFontAtlasBuildPackCustomRects()
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h90 STBRP_DEF int stbrp_pack_rects (stbrp_context *context, stbrp_rect *rects, int num_rects);
138 // the following stbrp_pack_rects() call (or calls), but can be freed after
558 STBRP_DEF int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects, int num_rects) in stbrp_pack_rects() function
H A Dimgui_draw.cpp2503 stbrp_pack_rects((stbrp_context*)spc.pack_info, src_tmp.Rects, src_tmp.GlyphsCount); in ImFontAtlasBuildWithStbTruetype()
2629 stbrp_pack_rects(pack_context, &pack_rects[0], pack_rects.Size); in ImFontAtlasBuildPackCustomRects()
H A Dimstb_truetype.h3768 static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int num_rects)
4129 stbrp_pack_rects((stbrp_context *) spc->pack_info, rects, num_rects);
/third_party/skia/third_party/externals/imgui/misc/freetype/
H A Dimgui_freetype.cpp592 stbrp_pack_rects(&pack_context, src_tmp.Rects, src_tmp.GlyphsCount); in ImFontAtlasBuildWithFreeTypeEx()

Completed in 38 milliseconds