| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 544 bool ImGui::ButtonEx(const char* label, const ImVec2& size_arg, ImGuiButtonFlags flags) argument 558 ImVec2 size = CalcItemSize(size_arg, label_size.x + style.FramePadding.x * 2.0f, label_size.y + style.FramePadding.y * 2.0f); 586 bool ImGui::Button(const char* label, const ImVec2& size_arg) argument 588 return ButtonEx(label, size_arg, 0); 604 bool ImGui::InvisibleButton(const char* str_id, const ImVec2& size_arg) argument 611 IM_ASSERT(size_arg.x != 0.0f && size_arg.y != 0.0f); 614 ImVec2 size = CalcItemSize(size_arg, 0.0f, 0.0f); 1024 // size_arg (for each axis) < 0.0f: align to end, 0.0f: auto, > 0.0f: specified size 1025 void ImGui::ProgressBar(float fraction, const ImVec2& size_arg, cons argument 3129 InputTextEx(const char * label,char * buf,int buf_size,const ImVec2 & size_arg,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void * callback_user_data) argument 5021 Selectable(const char * label,bool selected,ImGuiSelectableFlags flags,const ImVec2 & size_arg) argument 5112 Selectable(const char * label,bool * p_selected,ImGuiSelectableFlags flags,const ImVec2 & size_arg) argument 5133 ListBoxHeader(const char * label,const ImVec2 & size_arg) argument [all...] |
| H A D | imgui_internal.h | 1462 IMGUI_API bool ButtonEx(const char* label, const ImVec2& size_arg = ImVec2(0,0), ImGuiButtonFlags flags = 0); 1465 IMGUI_API bool ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size_arg, ImGuiButtonFlags flags); 1488 IMGUI_API bool InputTextEx(const char* label, char* buf, int buf_size, const ImVec2& size_arg, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback = NULL, void* user_data = NULL);
|
| H A D | imgui.cpp | 1016 static bool BeginChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags); 4321 static bool ImGui::BeginChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags) argument 4331 ImVec2 size = ImFloor(size_arg); 4372 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags) argument 4375 return BeginChildEx(str_id, window->GetID(str_id), size_arg, border, extra_flags); 4378 bool ImGui::BeginChild(ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags) argument 4381 return BeginChildEx(NULL, id, size_arg, border, extra_flags);
|
| H A D | imgui.h | 396 IMGUI_API void ProgressBar(float fraction, const ImVec2& size_arg = ImVec2(-1,0), const char* overlay = NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 544 bool ImGui::ButtonEx(const char* label, const ImVec2& size_arg, ImGuiButtonFlags flags) argument 558 ImVec2 size = CalcItemSize(size_arg, label_size.x + style.FramePadding.x * 2.0f, label_size.y + style.FramePadding.y * 2.0f); 586 bool ImGui::Button(const char* label, const ImVec2& size_arg) argument 588 return ButtonEx(label, size_arg, 0); 604 bool ImGui::InvisibleButton(const char* str_id, const ImVec2& size_arg) argument 611 IM_ASSERT(size_arg.x != 0.0f && size_arg.y != 0.0f); 614 ImVec2 size = CalcItemSize(size_arg, 0.0f, 0.0f); 1024 // size_arg (for each axis) < 0.0f: align to end, 0.0f: auto, > 0.0f: specified size 1025 void ImGui::ProgressBar(float fraction, const ImVec2& size_arg, cons argument 3129 InputTextEx(const char * label,char * buf,int buf_size,const ImVec2 & size_arg,ImGuiInputTextFlags flags,ImGuiInputTextCallback callback,void * callback_user_data) argument 5021 Selectable(const char * label,bool selected,ImGuiSelectableFlags flags,const ImVec2 & size_arg) argument 5112 Selectable(const char * label,bool * p_selected,ImGuiSelectableFlags flags,const ImVec2 & size_arg) argument 5133 ListBoxHeader(const char * label,const ImVec2 & size_arg) argument [all...] |
| H A D | imgui_internal.h | 1462 IMGUI_API bool ButtonEx(const char* label, const ImVec2& size_arg = ImVec2(0,0), ImGuiButtonFlags flags = 0); 1465 IMGUI_API bool ArrowButtonEx(const char* str_id, ImGuiDir dir, ImVec2 size_arg, ImGuiButtonFlags flags); 1488 IMGUI_API bool InputTextEx(const char* label, char* buf, int buf_size, const ImVec2& size_arg, ImGuiInputTextFlags flags, ImGuiInputTextCallback callback = NULL, void* user_data = NULL);
|
| H A D | imgui.cpp | 1016 static bool BeginChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags); 4321 static bool ImGui::BeginChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags) argument 4331 ImVec2 size = ImFloor(size_arg); 4372 bool ImGui::BeginChild(const char* str_id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags) argument 4375 return BeginChildEx(str_id, window->GetID(str_id), size_arg, border, extra_flags); 4378 bool ImGui::BeginChild(ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags extra_flags) argument 4381 return BeginChildEx(NULL, id, size_arg, border, extra_flags);
|
| H A D | imgui.h | 396 IMGUI_API void ProgressBar(float fraction, const ImVec2& size_arg = ImVec2(-1,0), const char* overlay = NULL);
|