Searched refs:r_min (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xterm/dist/ |
| H A D | graphics.c | 1226 const int r_min = y - ph + 1; local in function:erase_graphic 1237 if (rbase >= r_min
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 654 IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = true); // is mouse hovering given bounding rect (in screen space). clipped by current clipping settings, but disregarding of other consideration of focus/window ordering/popup-block.
|
| H A D | imgui.cpp | 4007 bool ImGui::IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip) argument 4012 ImRect rect_clipped(r_min, r_max);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 654 IMGUI_API bool IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip = true); // is mouse hovering given bounding rect (in screen space). clipped by current clipping settings, but disregarding of other consideration of focus/window ordering/popup-block.
|
| H A D | imgui.cpp | 4007 bool ImGui::IsMouseHoveringRect(const ImVec2& r_min, const ImVec2& r_max, bool clip) argument 4012 ImRect rect_clipped(r_min, r_max);
|
Completed in 113 milliseconds