Searched refs:GetIDNoKeepAlive (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h1216 ImGuiID GetIDNoKeepAlive(const char* str, const char* str_end = NULL);
1217 ImGuiID GetIDNoKeepAlive(const void* ptr);
H A Dimgui.cpp2582 ImGuiID ImGuiWindow::GetIDNoKeepAlive(const char* str, const char* str_end) function in class:ImGuiWindow
2588 ImGuiID ImGuiWindow::GetIDNoKeepAlive(const void* ptr) function in class:ImGuiWindow
6483 window->IDStack.push_back(window->GetIDNoKeepAlive(str_id));
6489 window->IDStack.push_back(window->GetIDNoKeepAlive(str_id_begin, str_id_end));
6495 window->IDStack.push_back(window->GetIDNoKeepAlive(ptr_id));
6502 window->IDStack.push_back(window->GetIDNoKeepAlive(ptr_id));
H A Dimgui_widgets.cpp3212 const bool user_scrolled = is_multiline && g.ActiveId == 0 && edit_state.ID == id && g.ActiveIdPreviousFrame == draw_window->GetIDNoKeepAlive("#SCROLLY");
3624 const bool is_currently_scrolling = (edit_state.ID == id && is_multiline && g.ActiveId == draw_window->GetIDNoKeepAlive("#SCROLLY"));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h1216 ImGuiID GetIDNoKeepAlive(const char* str, const char* str_end = NULL);
1217 ImGuiID GetIDNoKeepAlive(const void* ptr);
H A Dimgui.cpp2582 ImGuiID ImGuiWindow::GetIDNoKeepAlive(const char* str, const char* str_end) function in class:ImGuiWindow
2588 ImGuiID ImGuiWindow::GetIDNoKeepAlive(const void* ptr) function in class:ImGuiWindow
6483 window->IDStack.push_back(window->GetIDNoKeepAlive(str_id));
6489 window->IDStack.push_back(window->GetIDNoKeepAlive(str_id_begin, str_id_end));
6495 window->IDStack.push_back(window->GetIDNoKeepAlive(ptr_id));
6502 window->IDStack.push_back(window->GetIDNoKeepAlive(ptr_id));
H A Dimgui_widgets.cpp3212 const bool user_scrolled = is_multiline && g.ActiveId == 0 && edit_state.ID == id && g.ActiveIdPreviousFrame == draw_window->GetIDNoKeepAlive("#SCROLLY");
3624 const bool is_currently_scrolling = (edit_state.ID == id && is_multiline && g.ActiveId == draw_window->GetIDNoKeepAlive("#SCROLLY"));

Completed in 66 milliseconds