Home
last modified time | relevance | path

Searched defs:cond (Results 601 - 603 of 603) sorted by relevance

1...<<2122232425

/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp6827 void ImGui::SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond) in SetWindowPos() argument
6847 void ImGui::SetWindowPos(const ImVec2& pos, ImGuiCond cond) in SetWindowPos() argument
6853 void ImGui::SetWindowPos(const char* name, const ImVec2& pos, ImGuiCond cond) in SetWindowPos() argument
6865 void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond) in SetWindowSize() argument
6897 SetWindowSize(const ImVec2& size, ImGuiCond cond) SetWindowSize() argument
6902 SetWindowSize(const char* name, const ImVec2& size, ImGuiCond cond) SetWindowSize() argument
6908 SetWindowCollapsed(ImGuiWindow* window, bool collapsed, ImGuiCond cond) SetWindowCollapsed() argument
6926 SetWindowCollapsed(bool collapsed, ImGuiCond cond) SetWindowCollapsed() argument
6943 SetWindowCollapsed(const char* name, bool collapsed, ImGuiCond cond) SetWindowCollapsed() argument
6967 SetNextWindowPos(const ImVec2& pos, ImGuiCond cond, const ImVec2& pivot) SetNextWindowPos() argument
6977 SetNextWindowSize(const ImVec2& size, ImGuiCond cond) SetNextWindowSize() argument
7011 SetNextWindowCollapsed(bool collapsed, ImGuiCond cond) SetNextWindowCollapsed() argument
10252 SetDragDropPayload(const char* type, const void* data, size_t data_size, ImGuiCond cond) SetDragDropPayload() argument
[all...]
/third_party/glfw/deps/
H A Dnuklear.h16741 nk_window_collapse_if(struct nk_context *ctx, const char *name, enum nk_collapse_states c, int cond) nk_window_collapse_if() argument
16766 nk_window_show_if(struct nk_context *ctx, const char *name, enum nk_show_states s, int cond) nk_window_show_if() argument
/third_party/vixl/src/aarch64/
H A Dconstants-aarch64.h299 inline Condition InvertCondition(Condition cond) { in InvertCondition() argument

Completed in 70 milliseconds

1...<<2122232425