Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.h622 IMGUI_API bool IsRectVisible(const ImVec2& size); // test if rectangle (of given size, starting from cursor position) is visible / not clipped.
623 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.
H A Dimgui.cpp509 - 2015/05/31 (1.40) - renamed IsRectClipped() to IsRectVisible() for consistency. Note that return value is opposite! Kept inline redirection function (will obsolete).
6529 bool ImGui::IsRectVisible(const ImVec2& size) in IsRectVisible() function in ImGui
6535 bool ImGui::IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max) in IsRectVisible() function in ImGui
H A Dimgui_widgets.cpp5150 if (!IsRectVisible(bb.Min, bb.Max))
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h862 IMGUI_API bool IsRectVisible(const ImVec2& size); // test if rectangle (of given size, starting from cursor position) is visible / not clipped.
863 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.
H A Dimgui.cpp636 - 2015/05/31 (1.40) - renamed IsRectClipped() to IsRectVisible() for consistency. Note that return value is opposite! Kept inline redirection function (will obsolete).
7212 bool ImGui::IsRectVisible(const ImVec2& size) in IsRectVisible() function in ImGui
7218 bool ImGui::IsRectVisible(const ImVec2& rect_min, const ImVec2& rect_max) in IsRectVisible() function in ImGui
H A Dimgui_widgets.cpp6310 if (!IsRectVisible(bb.Min, bb.Max))

Completed in 77 milliseconds