Searched refs:surface_sqrt (Results 1 – 1 of 1) sorted by relevance
1931 const int surface_sqrt = (int)ImSqrt((float)total_surface) + 1; in ImFontAtlasBuildWithStbTruetype() local1936 …atlas->TexWidth = (surface_sqrt >= 4096*0.7f) ? 4096 : (surface_sqrt >= 2048*0.7f) ? 2048 : (surfa… in ImFontAtlasBuildWithStbTruetype()