Home
last modified time | relevance | path

Searched refs:PopStyleVar (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp1240 ImGui::PopStyleVar(); in ShowDemoWindowWidgets()
1260 ImGui::PopStyleVar(); in ShowDemoWindowWidgets()
2074 ImGui::PopStyleVar(); in ShowDemoWindowWidgets()
2078 ImGui::PopStyleVar(); in ShowDemoWindowWidgets()
2436 ImGui::PopStyleVar(); in ShowDemoWindowLayout()
2955 ImGui::PopStyleVar(2); in ShowDemoWindowLayout()
3016 ImGui::PopStyleVar(2); in ShowDemoWindowLayout()
3354 ImGui::PopStyleVar(); in ShowDemoWindowPopups()
3505 ImGui::PopStyleVar(2); in PopStyleCompact()
4025 ImGui::PopStyleVar();
[all...]
H A Dimgui_widgets.cpp1684 PopStyleVar(); in BeginComboPopup()
3998 PopStyleVar(2); in InputTextEx()
6774 PopStyleVar(2);
6871 PopStyleVar();
6872 window->DC.CursorPos.x += IM_FLOOR(style.ItemSpacing.x * (-1.0f + 0.5f)); // -1 spacing to compensate the spacing added when Selectable() did a SameLine(). It would also work to call SameLine() ourselves after the PopStyleVar().
7035 PopStyleVar();
7037 window->DC.CursorPos.x += IM_FLOOR(style.ItemSpacing.x * (-1.0f + 0.5f)); // -1 spacing to compensate the spacing added when Selectable() did a SameLine(). It would also work to call SameLine() ourselves after the PopStyleVar().
8183 PopStyleVar();
H A Dimgui.cpp2606 void ImGui::PopStyleVar(int count) in PopStyleVar() function in ImGui
5127 PopStyleVar(3); in BeginChildFrame()
6669 g.Style.Alpha = g.DisabledAlphaBackup; //PopStyleVar(); in EndDisabled()
7401 if (log_callback) log_callback(user_data, "Recovered from missing PopStyleVar() in '%s'", window->Name); in ErrorCheckEndWindowRecover()
7402 PopStyleVar(); in ErrorCheckEndWindowRecover()
7445 IM_ASSERT(SizeOfStyleVarStack >= g.StyleVarStack.Size && "PushStyleVar/PopStyleVar Mismatch!"); in CompareWithCurrentState()
10096 PopStyleVar(); in NavUpdateWindowingOverlay()
H A Dimgui.h409 IMGUI_API void PopStyleVar(int count = 1);
1510 // Enumeration for PushStyleVar() / PopStyleVar() to temporarily modify the ImGuiStyle structure.
1761 // During the frame, use ImGui::PushStyleVar(ImGuiStyleVar_XXXX)/PopStyleVar() to alter the main style values,
/third_party/mesa3d/src/imgui/
H A Dimgui_memory_editor.h430 ImGui::PopStyleVar(2); in DrawContents()
H A Dimgui_widgets.cpp1372 PopStyleVar(); in BeginCombo()
5499 PopStyleVar(2);
5622 PopStyleVar();
5623 window->DC.CursorPos.x += (float)(int)(style.ItemSpacing.x * (-1.0f + 0.5f)); // -1 spacing to compensate the spacing added when Selectable() did a SameLine(). It would also work to call SameLine() ourselves after the PopStyleVar().
5765 PopStyleVar();
5766 window->DC.CursorPos.x += (float)(int)(style.ItemSpacing.x * (-1.0f + 0.5f)); // -1 spacing to compensate the spacing added when Selectable() did a SameLine(). It would also work to call SameLine() ourselves after the PopStyleVar().
H A Dimgui.h306 IMGUI_API void PopStyleVar(int count = 1);
1057 // Enumeration for PushStyleVar() / PopStyleVar() to temporarily modify the ImGuiStyle structure.
1230 // During the frame, use ImGui::PushStyleVar(ImGuiStyleVar_XXXX)/PopStyleVar() to alter the main style values,
H A Dimgui.cpp4433 PopStyleVar(3); in BeginChildFrame()
4454 { int current = g.StyleModifiers.Size; if (write) *p_backup = (short)current; else IM_ASSERT(*p_backup >= current && "PushStyleVar/PopStyleVar Mismatch!"); p_backup++; } // Too few or too many PopStyleVar() in CheckStacksSize()
5858 void ImGui::PopStyleVar(int count) in PopStyleVar() function in ImGui
8144 PopStyleVar(); in NavUpdateWindowingList()

Completed in 85 milliseconds