Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h1222 …float CalcFontSize() const { return GImGui->FontBaseSize * FontWindowScal… in CalcFontSize() function
1223 … { return (Flags & ImGuiWindowFlags_NoTitleBar) ? 0.0f : CalcFontSize() + GImGui->Sty… in TitleBarHeight()
1225 … { return (Flags & ImGuiWindowFlags_MenuBar) ? DC.MenuBarOffset.y + CalcFontSize() + GImGui->Sty… in MenuBarHeight()
Dimgui.cpp2609 g.FontSize = g.DrawListSharedData.FontSize = window->CalcFontSize(); in SetCurrentWindow()
3285 float scroll_amount = 5 * scroll_window->CalcFontSize(); in UpdateMouseWheel()
3293 float scroll_amount = scroll_window->CalcFontSize(); in UpdateMouseWheel()
5677 g.FontSize = g.CurrentWindow ? g.CurrentWindow->CalcFontSize() : 0.0f; in SetCurrentFont()
6322 g.FontSize = g.DrawListSharedData.FontSize = window->CalcFontSize(); in SetWindowFontScale()
7779 …const float scroll_speed = ImFloor(window->CalcFontSize() * 100 * g.IO.DeltaTime + 0.5f); // We ne… in NavUpdate()
7815 float pad = window->CalcFontSize() * 0.5f; in NavUpdate()
7916 …ge_offset_y = ImMax(0.0f, window->InnerClipRect.GetHeight() - window->CalcFontSize() * 1.0f + nav_… in NavUpdatePageUpPageDown()