Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1889 int total_surface = 0; in ImFontAtlasBuildWithStbTruetype() local
1924 total_surface += src_tmp.Rects[glyph_i].w * src_tmp.Rects[glyph_i].h; in ImFontAtlasBuildWithStbTruetype()
1931 const int surface_sqrt = (int)ImSqrt((float)total_surface) + 1; in ImFontAtlasBuildWithStbTruetype()