Searched refs:preview_value (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 1280 bool ImGui::BeginCombo(const char* label, const char* preview_value, ImGuiComboFlags flags) argument 1320 if (preview_value != NULL && !(flags & ImGuiComboFlags_NoPreview)) 1321 RenderTextClipped(frame_bb.Min + style.FramePadding, value_bb.Max, preview_value, NULL, NULL, ImVec2(0.0f,0.0f)); 1423 const char* preview_value = NULL; local in function:ImGui::Combo 1425 items_getter(data, *current_item, &preview_value); 1431 if (!BeginCombo(label, preview_value, ImGuiComboFlags_None))
|
| H A D | imgui.h | 402 IMGUI_API bool BeginCombo(const char* label, const char* preview_value, ImGuiComboFlags flags = 0);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_widgets.cpp | 1280 bool ImGui::BeginCombo(const char* label, const char* preview_value, ImGuiComboFlags flags) argument 1320 if (preview_value != NULL && !(flags & ImGuiComboFlags_NoPreview)) 1321 RenderTextClipped(frame_bb.Min + style.FramePadding, value_bb.Max, preview_value, NULL, NULL, ImVec2(0.0f,0.0f)); 1423 const char* preview_value = NULL; local in function:ImGui::Combo 1425 items_getter(data, *current_item, &preview_value); 1431 if (!BeginCombo(label, preview_value, ImGuiComboFlags_None))
|
| H A D | imgui.h | 402 IMGUI_API bool BeginCombo(const char* label, const char* preview_value, ImGuiComboFlags flags = 0);
|
Completed in 41 milliseconds