Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp918 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 Dimgui.h851 IMGUI_API ImVec2 GetItemRectMax(); // get lower-right bounding rectangle of the last item (screen space)
H A Dimgui_tables.cpp3533 GetForegroundDrawList()->AddRect(GetItemRectMin(), GetItemRectMax(), IM_COL32(255, 255, 0, 255));
H A Dimgui.cpp644 - 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 Dimgui.h617 IMGUI_API ImVec2 GetItemRectMax(); // get lower-right bounding rectangle of the last item (screen space)
H A Dimgui.cpp517 - 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