Searched refs:PathRect (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1021 void ImDrawList::PathRect(const ImVec2& a, const ImVec2& b, float rounding, int rounding_corners) in PathRect() function in ImDrawList 1061 PathRect(a + ImVec2(0.5f,0.5f), b - ImVec2(0.50f,0.50f), rounding, rounding_corners_flags); in AddRect() 1063 …PathRect(a + ImVec2(0.5f,0.5f), b - ImVec2(0.49f,0.49f), rounding, rounding_corners_flags); // Bet… in AddRect() 1073 PathRect(a, b, rounding, rounding_corners_flags); in AddRectFilled() 1258 PathRect(a, b, rounding, rounding_corners); in AddImageRounded()
|
D | imgui.h | 1858 …IMGUI_API void PathRect(const ImVec2& rect_min, const ImVec2& rect_max, float rounding = 0.0f, in…
|