Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
H A Dimgui_widgets.cpp763 const float default_size = GetFrameHeight(); in ArrowButtonEx()
786 float sz = GetFrameHeight(); in ArrowButton()
1081 const float square_sz = GetFrameHeight(); in Checkbox()
1187 const float square_sz = GetFrameHeight(); in RadioButton()
1574 const float arrow_size = (flags & ImGuiComboFlags_NoArrowButton) ? 0.0f : GetFrameHeight(); in BeginCombo()
3439 const float button_size = GetFrameHeight();
4824 const float square_sz = GetFrameHeight();
5111 float square_sz = GetFrameHeight();
5452 float default_size = GetFrameHeight();
5641 ImVec2 picker_size(g.FontSize * 8, ImMax(g.FontSize * 8 - (GetFrameHeight()
[all...]
H A Dimgui_demo.cpp4192 ImGui::SetNextItemWidth(ImGui::GetFrameHeight());
4194 ImGui::SetNextItemWidth(ImGui::GetFrameHeight());
5054 ImGui::SetNextItemWidth(ImGui::GetFrameHeight());
5058 ImGui::SetNextItemWidth(ImGui::GetFrameHeight());
7168 ImVec2 gradient_size = ImVec2(ImGui::CalcItemWidth(), ImGui::GetFrameHeight());
H A Dimgui.h461 IMGUI_API float GetFrameHeight(); // ~ FontSize + style.FramePadding.y * 2
H A Dimgui.cpp7472 // - GetFrameHeight()
7792 float ImGui::GetFrameHeight() in GetFrameHeight() function in ImGui
/third_party/mesa3d/src/imgui/
H A Dimgui_widgets.cpp635 const float default_size = GetFrameHeight(); in ArrowButtonEx()
657 float sz = GetFrameHeight(); in ArrowButton()
917 const float square_sz = GetFrameHeight(); in Checkbox()
976 const float square_sz = GetFrameHeight(); in RadioButton()
1296 const float arrow_size = (flags & ImGuiComboFlags_NoArrowButton) ? 0.0f : GetFrameHeight(); in BeginCombo()
2667 const float button_size = GetFrameHeight();
3836 const float square_sz = GetFrameHeight();
4132 float square_sz = GetFrameHeight();
4418 float default_size = GetFrameHeight();
4582 ImVec2 picker_size(g.FontSize * 8, ImMax(g.FontSize * 8 - (GetFrameHeight()
[all...]
H A Dimgui.h350 IMGUI_API float GetFrameHeight(); // ~ FontSize + style.FramePadding.y * 2
H A Dimgui.cpp6284 float ImGui::GetFrameHeight() in GetFrameHeight() function in ImGui

Completed in 110 milliseconds