Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1916 for (int glyph_i = 0; glyph_i < src_tmp.GlyphsList.Size; glyph_i++) in ImFontAtlasBuildWithStbTruetype() local
1919 …nst int glyph_index_in_font = stbtt_FindGlyphIndex(&src_tmp.FontInfo, src_tmp.GlyphsList[glyph_i]); in ImFontAtlasBuildWithStbTruetype()
1922 src_tmp.Rects[glyph_i].w = (stbrp_coord)(x1 - x0 + padding + cfg.OversampleH - 1); in ImFontAtlasBuildWithStbTruetype()
1923 src_tmp.Rects[glyph_i].h = (stbrp_coord)(y1 - y0 + padding + cfg.OversampleV - 1); in ImFontAtlasBuildWithStbTruetype()
1924 total_surface += src_tmp.Rects[glyph_i].w * src_tmp.Rects[glyph_i].h; in ImFontAtlasBuildWithStbTruetype()
1956 for (int glyph_i = 0; glyph_i < src_tmp.GlyphsCount; glyph_i++) in ImFontAtlasBuildWithStbTruetype() local
1957 if (src_tmp.Rects[glyph_i].was_packed) in ImFontAtlasBuildWithStbTruetype()
1958 … atlas->TexHeight = ImMax(atlas->TexHeight, src_tmp.Rects[glyph_i].y + src_tmp.Rects[glyph_i].h); in ImFontAtlasBuildWithStbTruetype()
1985 for (int glyph_i = 0; glyph_i < src_tmp.GlyphsCount; glyph_i++, r++) in ImFontAtlasBuildWithStbTruetype() local
2016 for (int glyph_i = 0; glyph_i < src_tmp.GlyphsCount; glyph_i++) in ImFontAtlasBuildWithStbTruetype() local
[all …]