Searched refs:child_rect_min (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp1633 ImVec2 child_rect_min = ImGui::GetItemRectMin(); local in function:ShowDemoWindowLayout
1636 ImGui::Text("Rect of child window is: (%.0f,%.0f) (%.0f,%.0f)", child_rect_min.x, child_rect_min.y, child_rect_max.x, child_rect_max.y);

Completed in 8 milliseconds