Lines Matching defs:glyph_i
1916 for (int glyph_i = 0; glyph_i < src_tmp.GlyphsList.Size; glyph_i++)
1919 const int glyph_index_in_font = stbtt_FindGlyphIndex(&src_tmp.FontInfo, src_tmp.GlyphsList[glyph_i]);
1922 src_tmp.Rects[glyph_i].w = (stbrp_coord)(x1 - x0 + padding + cfg.OversampleH - 1);
1923 src_tmp.Rects[glyph_i].h = (stbrp_coord)(y1 - y0 + padding + cfg.OversampleV - 1);
1924 total_surface += src_tmp.Rects[glyph_i].w * src_tmp.Rects[glyph_i].h;
1956 for (int glyph_i = 0; glyph_i < src_tmp.GlyphsCount; glyph_i++)
1957 if (src_tmp.Rects[glyph_i].was_packed)
1958 atlas->TexHeight = ImMax(atlas->TexHeight, src_tmp.Rects[glyph_i].y + src_tmp.Rects[glyph_i].h);
1985 for (int glyph_i = 0; glyph_i < src_tmp.GlyphsCount; glyph_i++, r++)
2016 for (int glyph_i = 0; glyph_i < src_tmp.GlyphsCount; glyph_i++)
2018 const int codepoint = src_tmp.GlyphsList[glyph_i];
2019 const stbtt_packedchar& pc = src_tmp.PackedChars[glyph_i];
2030 stbtt_GetPackedQuad(src_tmp.PackedChars, atlas->TexWidth, atlas->TexHeight, glyph_i, &dummy_x, &dummy_y, &q, 0);