Searched refs:ItemSpacing (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_widgets.cpp | 1057 …RenderTextClipped(ImVec2(ImClamp(fill_br.x + style.ItemSpacing.x, bb.Min.x, bb.Max.x - overlay_siz… in ProgressBar() 1277 …return (g.FontSize + g.Style.ItemSpacing.y) * items_count - g.Style.ItemSpacing.y + (g.Style.Windo… in CalcMaxPopupHeightFromItemCount() 3959 SetNextWindowPos(window->DC.LastItemRect.GetBL() + ImVec2(-1,style.ItemSpacing.y)); in ColorEdit4() 4791 …ct(frame_bb.Min.x, frame_bb.Min.y, frame_bb.Min.x + text_width + style.ItemSpacing.x*2, frame_bb.M… in TreeNodeBehavior() 5051 float spacing_L = (float)(int)(style.ItemSpacing.x * 0.5f); in Selectable() 5052 float spacing_U = (float)(int)(style.ItemSpacing.y * 0.5f); in Selectable() 5053 float spacing_R = style.ItemSpacing.x - spacing_L; in Selectable() 5054 float spacing_D = style.ItemSpacing.y - spacing_U; in Selectable() 5144 …lcItemSize(size_arg, CalcItemWidth(), GetTextLineHeightWithSpacing() * 7.4f + style.ItemSpacing.y); in ListBoxHeader() 5617 …popup_pos = ImVec2(pos.x - 1.0f - (float)(int)(style.ItemSpacing.x * 0.5f), pos.y - style.FramePad… in BeginMenu() [all …]
|
D | imgui.cpp | 1094 …ItemSpacing = ImVec2(8,4); // Horizontal and vertical spacing between widgets/lin… in ImGuiStyle() 1129 ItemSpacing = ImFloor(ItemSpacing * scale_factor); in ScaleAllSizes() 2194 …window->DC.PrevLineSize.y = (line_height - GImGui->Style.ItemSpacing.y); // If we end up needin… in SetCursorPosYAndSetupDummyPrevLine() 2756 …indow->DC.CursorPos.y = (float)(int)(window->DC.CursorPos.y + line_height + g.Style.ItemSpacing.y); in ItemSize() 2758 ….CursorMaxPos.y = ImMax(window->DC.CursorMaxPos.y, window->DC.CursorPos.y - g.Style.ItemSpacing.y); in ItemSize() 4633 …_y >= 1.0f && target_y >= window->SizeContents.y - window->WindowPadding.y + g.Style.ItemSpacing.y) in CalcNextScrollFromScrollTargetAndClamp() 5038 …window->DC.MenuBarOffset.x = ImMax(ImMax(window->WindowPadding.x, style.ItemSpacing.x), g.NextWind… in Begin() 5345 window->MenuColumns.Update(3, style.ItemSpacing.x, window_just_activated_by_user); in Begin() 5811 …{ ImGuiDataType_Float, 2, (ImU32)IM_OFFSETOF(ImGuiStyle, ItemSpacing) }, // ImGuiStyleVar_… 6281 return g.FontSize + g.Style.ItemSpacing.y; in GetTextLineHeightWithSpacing() [all …]
|
D | imgui_memory_editor.h | 223 const float height_separator = style.ItemSpacing.y;
|
D | imgui.h | 1249 … ImVec2 ItemSpacing; // Horizontal and vertical spacing between widgets/lines. member
|