Searched refs:Ascent (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2014 const float font_off_y = cfg.GlyphOffset.y + (float)(int)(dst_font->Ascent + 0.5f);
2061 font->Ascent = ascent;
2405 Ascent = Descent = 0.0f;
2424 Ascent = Descent = 0.0f;
3062 pos.y += (float)(int)(font->DisplayOffset.y + font->Ascent * font_scale + 0.5f - 1.0f);
H A Dimgui.h2101 float Ascent, Descent; // 4+4 // out // // Ascent: distance from top to bottom of e.g. 'A' [0..FontSize] member in struct:ImFont
H A Dimgui_demo.cpp2933 ImGui::Text("Ascent: %f, Descent: %f, Height: %f", font->Ascent, font->Descent, font->Ascent - font->Descent);
H A Dimgui_widgets.cpp3195 password_font->Ascent = g.Font->Ascent;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2014 const float font_off_y = cfg.GlyphOffset.y + (float)(int)(dst_font->Ascent + 0.5f);
2061 font->Ascent = ascent;
2405 Ascent = Descent = 0.0f;
2424 Ascent = Descent = 0.0f;
3062 pos.y += (float)(int)(font->DisplayOffset.y + font->Ascent * font_scale + 0.5f - 1.0f);
H A Dimgui.h2101 float Ascent, Descent; // 4+4 // out // // Ascent: distance from top to bottom of e.g. 'A' [0..FontSize] member in struct:ImFont
H A Dimgui_widgets.cpp3195 password_font->Ascent = g.Font->Ascent;

Completed in 63 milliseconds