Searched refs:total_surface (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1889 int total_surface = 0; local in function:ImFontAtlasBuildWithStbTruetype
1924 total_surface += src_tmp.Rects[glyph_i].w * src_tmp.Rects[glyph_i].h;
1931 const int surface_sqrt = (int)ImSqrt((float)total_surface) + 1;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1889 int total_surface = 0; local in function:ImFontAtlasBuildWithStbTruetype
1924 total_surface += src_tmp.Rects[glyph_i].w * src_tmp.Rects[glyph_i].h;
1931 const int surface_sqrt = (int)ImSqrt((float)total_surface) + 1;

Completed in 14 milliseconds