Searched defs:p_open (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 258 void ImGui::ShowDemoWindow(bool* p_open) in ShowDemoWindow() 5666 void ImGui::ShowAboutWindow(bool* p_open) 6569 static void ShowExampleAppConsole(bool* p_open) 6704 static void ShowExampleAppLog(bool* p_open) 6738 static void ShowExampleAppLayout(bool* p_open) 6851 static void ShowExampleAppPropertyEditor(bool* p_open) 6886 static void ShowExampleAppLongText(bool* p_open) 6948 static void ShowExampleAppAutoResize(bool* p_open) 6972 static void ShowExampleAppConstrainedResize(bool* p_open) 7026 static void ShowExampleAppSimpleOverlay(bool* p_open) [all …]
|
D | imgui.cpp | 5657 …TitleBarContents(ImGuiWindow* window, const ImRect& title_bar_rect, const char* name, bool* p_open) in RenderWindowTitleBarContents() 5768 bool ImGui::Begin(const char* name, bool* p_open, ImGuiWindowFlags flags) in Begin() 8524 bool ImGui::BeginPopupModal(const char* name, bool* p_open, ImGuiWindowFlags flags) in BeginPopupModal() 11259 void ImGui::ShowMetricsWindow(bool* p_open) in ShowMetricsWindow() 12161 void ImGui::ShowStackToolWindow(bool* p_open) in ShowStackToolWindow()
|
D | imgui_widgets.cpp | 7804 bool ImGui::BeginTabItem(const char* label, bool* p_open, ImGuiTabItemFlags flags) in BeginTabItem() 7863 bool ImGui::TabItemEx(ImGuiTabBar* tab_bar, const char* label, bool* p_open, ImGuiTabItemFlags f… in TabItemEx()
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
D | store_local.h | 108 OSSL_FUNC_store_open_fn *p_open; member
|
/third_party/openssl/crypto/store/ |
D | store_local.h | 108 OSSL_FUNC_store_open_fn *p_open; member
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 4866 bool ImGui::Begin(const char* name, bool* p_open, ImGuiWindowFlags flags) in Begin() 5489 bool ImGui::Begin(const char* name, bool* p_open, const ImVec2& size_first_use, float bg_alpha_over… in Begin() 6938 bool ImGui::BeginPopupModal(const char* name, bool* p_open, ImGuiWindowFlags flags) in BeginPopupModal() 9279 void ImGui::ShowMetricsWindow(bool* p_open) in ShowMetricsWindow()
|
D | imgui_widgets.cpp | 4987 bool ImGui::CollapsingHeader(const char* label, bool* p_open, ImGuiTreeNodeFlags flags) in CollapsingHeader() 6308 bool ImGui::BeginTabItem(const char* label, bool* p_open, ImGuiTabItemFlags flags) in BeginTabItem() 6339 bool ImGui::TabItemEx(ImGuiTabBar* tab_bar, const char* label, bool* p_open, ImGuiTabItemFlags f… in TabItemEx()
|