Searched refs:GetItemRectMax (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 918 draw_list->AddRect(ImGui::GetItemRectMin(), ImGui::GetItemRectMax(), IM_COL32(255, 255, 0, 255)); in ShowDemoWindowWidgets() 2254 "GetItemRectMax() = (%.1f, %.1f)\n" in ShowDemoWindowWidgets() 2273 ImGui::GetItemRectMax().x, ImGui::GetItemRectMax().y, in ShowDemoWindowWidgets() 2461 ImVec2 child_rect_max = ImGui::GetItemRectMax(); in ShowDemoWindowLayout() 2625 float last_button_x2 = ImGui::GetItemRectMax().x; in ShowDemoWindowLayout() 3101 const ImVec2 p1 = ImGui::GetItemRectMax(); in ShowDemoWindowLayout()
|
H A D | imgui.h | 851 IMGUI_API ImVec2 GetItemRectMax(); // get lower-right bounding rectangle of the last item (screen space)
|
H A D | imgui_tables.cpp | 3533 GetForegroundDrawList()->AddRect(GetItemRectMin(), GetItemRectMax(), IM_COL32(255, 255, 0, 255));
|
H A D | imgui.cpp | 644 - 2015/03/17 (1.36) - renamed GetItemBoxMin()/GetItemBoxMax()/IsMouseHoveringBox() to GetItemRectMin()/GetItemRectMax()/IsMouseHoveringRect(). Kept inline redirection function until 1.50. 4997 ImVec2 ImGui::GetItemRectMax() in GetItemRectMax() function in ImGui
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 617 IMGUI_API ImVec2 GetItemRectMax(); // get lower-right bounding rectangle of the last item (screen space)
|
H A D | imgui.cpp | 517 - 2015/03/17 (1.36) - renamed GetItemBoxMin()/GetItemBoxMax()/IsMouseHoveringBox() to GetItemRectMin()/GetItemRectMax()/IsMouseHoveringRect(). Kept inline redirection function until 1.50. 4303 ImVec2 ImGui::GetItemRectMax() in GetItemRectMax() function in ImGui
|
Completed in 76 milliseconds