Lines Matching refs:name
1663 char name[16];
1664 ImFormatString(name, IM_ARRAYSIZE(name), "##Combo_%02d", g.BeginPopupStack.Size); // Recycle windows based on depth
1669 if (ImGuiWindow* popup_window = FindWindowByName(name))
1680 // We don't use BeginPopupEx() solely because we have a custom name string, which we could make an argument to BeginPopupEx()
1683 bool ret = Begin(name, NULL, window_flags);
3548 // Hexadecimal input provided as a convenience but the flag name is awkward. Typically you'd use InputText() to parse your own data, if you want to handle prefixes.
4088 state->Stb.insert_mode = 1; // stb field name is indeed incorrect (see #2863)
6744 bool ImGui::BeginViewportSideBar(const char* name, ImGuiViewport* viewport_p, ImGuiDir dir, float axis_size, ImGuiWindowFlags window_flags)
6748 ImGuiWindow* bar_window = FindWindowByName(name);
6773 bool is_open = Begin(name, NULL, window_flags);
7501 // Clear name buffers
7921 // Append name with zero-terminator