Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1919 …const int glyph_index_in_font = stbtt_FindGlyphIndex(&src_tmp.FontInfo, src_tmp.GlyphsList[glyph_i… in ImFontAtlasBuildWithStbTruetype() local
1920 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()