Home
last modified time | relevance | path

Searched refs:ImDrawCornerFlags_BotLeft (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h1775 ImDrawCornerFlags_BotLeft = 1 << 2, // 0x4 enumerator
1778 ImDrawCornerFlags_Bot = ImDrawCornerFlags_BotLeft | ImDrawCornerFlags_BotRight, // 0xC
1779 ImDrawCornerFlags_Left = ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_BotLeft, // 0x5
Dimgui_widgets.cpp761 …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()
Dimgui_draw.cpp1038 const float rounding_bl = (rounding_corners & ImDrawCornerFlags_BotLeft) ? rounding : 0.0f; in PathRect()