Searched refs:ImDrawCornerFlags_BotLeft (Results 1 – 3 of 3) sorted by relevance
1775 ImDrawCornerFlags_BotLeft = 1 << 2, // 0x4 enumerator1778 ImDrawCornerFlags_Bot = ImDrawCornerFlags_BotLeft | ImDrawCornerFlags_BotRight, // 0xC1779 ImDrawCornerFlags_Left = ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_BotLeft, // 0x5
761 …window_rounding_corners = ImDrawCornerFlags_BotLeft | (other_scrollbar ? 0 : ImDrawCornerFlags_Bot… in Scrollbar()4079 …>= p_max.y) { if (x1 <= p_min.x) rounding_corners_flags_cell |= ImDrawCornerFlags_BotLeft; if (x2 … in RenderColorRectWithAlphaCheckerboard()4444 …y), GetColorU32(col_without_alpha), rounding, ImDrawCornerFlags_TopLeft|ImDrawCornerFlags_BotLeft); in ColorButton()
1038 const float rounding_bl = (rounding_corners & ImDrawCornerFlags_BotLeft) ? rounding : 0.0f; in PathRect()