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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h623 IMGUI_API bool IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max); // test if rectangle (in screen space) is visible / not clipped. to perform coarse clipping on user's side.
1858 IMGUI_API void PathRect(const ImVec2& rect_min, const ImVec2& rect_max, float rounding = 0.0f, int rounding_corners_flags = ImDrawCornerFlags_All);
H A Dimgui.cpp6535 bool ImGui::IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max) argument
6538 return window->ClipRect.Overlaps(ImRect(rect_min, rect_max));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h623 IMGUI_API bool IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max); // test if rectangle (in screen space) is visible / not clipped. to perform coarse clipping on user's side.
1858 IMGUI_API void PathRect(const ImVec2& rect_min, const ImVec2& rect_max, float rounding = 0.0f, int rounding_corners_flags = ImDrawCornerFlags_All);
H A Dimgui.cpp6535 bool ImGui::IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max) argument
6538 return window->ClipRect.Overlaps(ImRect(rect_min, rect_max));

Completed in 47 milliseconds