Searched refs:GetTreeNodeToLabelSpacing (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h397 IMGUI_API void Bullet(); // draw a small circle and keep the cursor on the same line. advance cursor x position by GetTreeNodeToLabelSpacing(), same distance that TreeNode() uses
485 IMGUI_API void TreeAdvanceToLabelPos(); // advance cursor x position by GetTreeNodeToLabelSpacing()
486 IMGUI_API float GetTreeNodeToLabelSpacing(); // horizontal distance preceding label when using TreeNode*() or Bullet() == (g.FontSize + style.FramePadding.x*2) for a regular unframed TreeNode
H A Dimgui_demo.cpp581 ImGui::Unindent(ImGui::GetTreeNodeToLabelSpacing());
621 ImGui::Indent(ImGui::GetTreeNodeToLabelSpacing());
H A Dimgui_widgets.cpp4622 // - GetTreeNodeToLabelSpacing()
4957 g.CurrentWindow->DC.CursorPos.x += GetTreeNodeToLabelSpacing();
4961 float ImGui::GetTreeNodeToLabelSpacing() function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h397 IMGUI_API void Bullet(); // draw a small circle and keep the cursor on the same line. advance cursor x position by GetTreeNodeToLabelSpacing(), same distance that TreeNode() uses
485 IMGUI_API void TreeAdvanceToLabelPos(); // advance cursor x position by GetTreeNodeToLabelSpacing()
486 IMGUI_API float GetTreeNodeToLabelSpacing(); // horizontal distance preceding label when using TreeNode*() or Bullet() == (g.FontSize + style.FramePadding.x*2) for a regular unframed TreeNode
H A Dimgui_widgets.cpp4622 // - GetTreeNodeToLabelSpacing()
4957 g.CurrentWindow->DC.CursorPos.x += GetTreeNodeToLabelSpacing();
4961 float ImGui::GetTreeNodeToLabelSpacing() function in class:ImGui

Completed in 47 milliseconds