Searched refs:GetItemRectMin (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() 2253 "GetItemRectMin() = (%.1f, %.1f)\n" in ShowDemoWindowWidgets() 2272 ImGui::GetItemRectMin().x, ImGui::GetItemRectMin().y, in ShowDemoWindowWidgets() 2446 // - Using ImGui::GetItemRectMin/Max() to query the "item" state (because the child window is an item from in ShowDemoWindowLayout() 2460 ImVec2 child_rect_min = ImGui::GetItemRectMin(); in ShowDemoWindowLayout() 3100 const ImVec2 p0 = ImGui::GetItemRectMin(); in ShowDemoWindowLayout()
|
H A D | imgui.h | 850 IMGUI_API ImVec2 GetItemRectMin(); // get upper-left 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. 4991 ImVec2 ImGui::GetItemRectMin() in GetItemRectMin() function in ImGui
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 616 IMGUI_API ImVec2 GetItemRectMin(); // get upper-left 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. 4297 ImVec2 ImGui::GetItemRectMin() in GetItemRectMin() function in ImGui
|
Completed in 74 milliseconds