Searched defs:rounding_corners (Results 1 – 2 of 2) sorted by relevance
1016 void ImDrawList::PathRect(const ImVec2& a, const ImVec2& b, float rounding, int rounding_corners) in PathRect()1235 …ImVec2& b, const ImVec2& uv_a, const ImVec2& uv_b, ImU32 col, float rounding, int rounding_corners) in AddImageRounded()
883 ImDrawFlags rounding_corners = ImDrawFlags_RoundCornersNone; in Scrollbar() local