Searched refs:dst_font (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2004 ImFont* dst_font = cfg.DstFont; // We can have multiple input fonts writing into a same destination font (when using MergeMode=true) local in function:ImFontAtlasBuildWithStbTruetype
2012 ImFontAtlasBuildSetupFont(atlas, dst_font, &cfg, ascent, descent);
2014 const float font_off_y = cfg.GlyphOffset.y + (float)(int)(dst_font->Ascent + 0.5f);
2031 dst_font->AddGlyph((ImWchar)codepoint, q.x0 + char_off_x, q.y0 + font_off_y, q.x1 + char_off_x, q.y1 + font_off_y, q.s0, q.t0, q.s1, q.t1, char_advance_x_mod);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2004 ImFont* dst_font = cfg.DstFont; // We can have multiple input fonts writing into a same destination font (when using MergeMode=true) local in function:ImFontAtlasBuildWithStbTruetype
2012 ImFontAtlasBuildSetupFont(atlas, dst_font, &cfg, ascent, descent);
2014 const float font_off_y = cfg.GlyphOffset.y + (float)(int)(dst_font->Ascent + 0.5f);
2031 dst_font->AddGlyph((ImWchar)codepoint, q.x0 + char_off_x, q.y0 + font_off_y, q.x1 + char_off_x, q.y1 + font_off_y, q.s0, q.t0, q.s1, q.t1, char_advance_x_mod);

Completed in 14 milliseconds