Searched refs:glyph_index_in_font (Results 1 – 1 of 1) sorted by relevance
1919 …const int glyph_index_in_font = stbtt_FindGlyphIndex(&src_tmp.FontInfo, src_tmp.GlyphsList[glyph_i… in ImFontAtlasBuildWithStbTruetype() local1920 IM_ASSERT(glyph_index_in_font != 0); in ImFontAtlasBuildWithStbTruetype()1921 …stbtt_GetGlyphBitmapBoxSubpixel(&src_tmp.FontInfo, glyph_index_in_font, scale * cfg.OversampleH, s… in ImFontAtlasBuildWithStbTruetype()