Home
last modified time | relevance | path

Searched defs:str_id (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp4293 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags ex… in BeginChild()
6353 void ImGui::PushID(const char* str_id) in PushID()
6384 ImGuiID ImGui::GetID(const char* str_id) in GetID()
6600 bool ImGui::IsPopupOpen(const char* str_id) in IsPopupOpen()
6616 void ImGui::OpenPopup(const char* str_id) in OpenPopup()
6668 bool ImGui::OpenPopupOnItemClick(const char* str_id, int mouse_button) in OpenPopupOnItemClick()
6781 bool ImGui::BeginPopup(const char* str_id, ImGuiWindowFlags flags) in BeginPopup()
6838 bool ImGui::BeginPopupContextItem(const char* str_id, int mouse_button) in BeginPopupContextItem()
6848 bool ImGui::BeginPopupContextWindow(const char* str_id, int mouse_button, bool also_over_items) in BeginPopupContextWindow()
6859 bool ImGui::BeginPopupContextVoid(const char* str_id, int mouse_button) in BeginPopupContextVoid()
[all …]
Dimgui_widgets.cpp599 bool ImGui::InvisibleButton(const char* str_id, const ImVec2& size_arg) in InvisibleButton()
621 bool ImGui::ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size, ImGuiButtonFlags flags) in ArrowButtonEx()
650 bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir) in ArrowButton()
4615 bool ImGui::TreeNode(const char* str_id, const char* fmt, ...) in TreeNode()
4641 bool ImGui::TreeNodeV(const char* str_id, const char* fmt, va_list args) in TreeNodeV()
4660 bool ImGui::TreeNodeEx(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) in TreeNodeEx()
4678 bool ImGui::TreeNodeExV(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args) in TreeNodeExV()
4894 void ImGui::TreePush(const char* str_id) in TreePush()
5832 bool ImGui::BeginTabBar(const char* str_id, ImGuiTabBarFlags flags) in BeginTabBar()
/third_party/mesa3d/src/imgui/
Dimgui.cpp4372 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags ex… in BeginChild()
6480 void ImGui::PushID(const char* str_id) in PushID()
6511 ImGuiID ImGui::GetID(const char* str_id) in GetID()
6730 bool ImGui::IsPopupOpen(const char* str_id) in IsPopupOpen()
6746 void ImGui::OpenPopup(const char* str_id) in OpenPopup()
6798 bool ImGui::OpenPopupOnItemClick(const char* str_id, int mouse_button) in OpenPopupOnItemClick()
6924 bool ImGui::BeginPopup(const char* str_id, ImGuiWindowFlags flags) in BeginPopup()
6981 bool ImGui::BeginPopupContextItem(const char* str_id, int mouse_button) in BeginPopupContextItem()
6991 bool ImGui::BeginPopupContextWindow(const char* str_id, int mouse_button, bool also_over_items) in BeginPopupContextWindow()
7002 bool ImGui::BeginPopupContextVoid(const char* str_id, int mouse_button) in BeginPopupContextVoid()
[all …]
Dimgui_widgets.cpp604 bool ImGui::InvisibleButton(const char* str_id, const ImVec2& size_arg) in InvisibleButton()
626 bool ImGui::ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size, ImGuiButtonFlags flags) in ArrowButtonEx()
655 bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir) in ArrowButton()
4627 bool ImGui::TreeNode(const char* str_id, const char* fmt, ...) in TreeNode()
4653 bool ImGui::TreeNodeV(const char* str_id, const char* fmt, va_list args) in TreeNodeV()
4672 bool ImGui::TreeNodeEx(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) in TreeNodeEx()
4690 bool ImGui::TreeNodeExV(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args) in TreeNodeExV()
4911 void ImGui::TreePush(const char* str_id) in TreePush()
5863 bool ImGui::BeginTabBar(const char* str_id, ImGuiTabBarFlags flags) in BeginTabBar()
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp304 bool ImGui::BeginTable(const char* str_id, int columns_count, ImGuiTableFlags flags, const ImVec… in BeginTable()
3810 ImGuiID ImGui::GetColumnsID(const char* str_id, int columns_count) in GetColumnsID()
3823 void ImGui::BeginColumns(const char* str_id, int columns_count, ImGuiOldColumnFlags flags) in BeginColumns()
Dimgui_widgets.cpp732 bool ImGui::InvisibleButton(const char* str_id, const ImVec2& size_arg, ImGuiButtonFlags flags) in InvisibleButton()
754 bool ImGui::ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size, ImGuiButtonFlags flags) in ArrowButtonEx()
784 bool ImGui::ArrowButton(const char* str_id, ImGuiDir dir) in ArrowButton()
5685 bool ImGui::TreeNode(const char* str_id, const char* fmt, ...) in TreeNode()
5711 bool ImGui::TreeNodeV(const char* str_id, const char* fmt, va_list args) in TreeNodeV()
5730 bool ImGui::TreeNodeEx(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, ...) in TreeNodeEx()
5748 bool ImGui::TreeNodeExV(const char* str_id, ImGuiTreeNodeFlags flags, const char* fmt, va_list args) in TreeNodeExV()
6003 void ImGui::TreePush(const char* str_id) in TreePush()
7169 bool ImGui::BeginTabBar(const char* str_id, ImGuiTabBarFlags flags) in BeginTabBar()
Dimgui.cpp5059 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags ex… in BeginChild()
7132 void ImGui::PushID(const char* str_id) in PushID()
7194 ImGuiID ImGui::GetID(const char* str_id) in GetID()
8286 bool ImGui::IsPopupOpen(const char* str_id, ImGuiPopupFlags popup_flags) in IsPopupOpen()
8305 void ImGui::OpenPopup(const char* str_id, ImGuiPopupFlags popup_flags) in OpenPopup()
8510 bool ImGui::BeginPopup(const char* str_id, ImGuiWindowFlags flags) in BeginPopup()
8577 void ImGui::OpenPopupOnItemClick(const char* str_id, ImGuiPopupFlags popup_flags) in OpenPopupOnItemClick()
8606 bool ImGui::BeginPopupContextItem(const char* str_id, ImGuiPopupFlags popup_flags) in BeginPopupContextItem()
8620 bool ImGui::BeginPopupContextWindow(const char* str_id, ImGuiPopupFlags popup_flags) in BeginPopupContextWindow()
8634 bool ImGui::BeginPopupContextVoid(const char* str_id, ImGuiPopupFlags popup_flags) in BeginPopupContextVoid()
Dimgui.h2855 …static inline bool BeginPopupContextWindow(const char* str_id, ImGuiMouseButton mb, bool over_ite… in BeginPopupContextWindow()
/third_party/ffmpeg/libavformat/
Drmdec.c432 unsigned int size, n_pkts, str_id, next_off, n, pos, pts; in rm_read_index() local