Home
last modified time | relevance | path

Searched refs:BeginChildFrame (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h633 …IMGUI_API bool BeginChildFrame(ImGuiID id, const ImVec2& size, ImGuiWindowFlags flags = 0…
Dimgui_widgets.cpp3167 if (!BeginChildFrame(id, frame_bb.GetSize())) in InputTextEx()
5161 BeginChildFrame(id, frame_bb.GetSize()); in ListBoxHeader()
Dimgui.cpp4424 bool ImGui::BeginChildFrame(ImGuiID id, const ImVec2& size, ImGuiWindowFlags extra_flags) in BeginChildFrame() function in ImGui