Searched refs:total_surface (Results 1 – 1 of 1) sorted by relevance
1889 int total_surface = 0; in ImFontAtlasBuildWithStbTruetype() local1924 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()