Searched refs:ImDrawCornerFlags_TopRight (Results 1 – 3 of 3) sorted by relevance
1774 ImDrawCornerFlags_TopRight = 1 << 1, // 0x2 enumerator1777 ImDrawCornerFlags_Top = ImDrawCornerFlags_TopLeft | ImDrawCornerFlags_TopRight, // 0x31780 ImDrawCornerFlags_Right = ImDrawCornerFlags_TopRight | ImDrawCornerFlags_BotRight, // 0xA
763 …_NoTitleBar) && !(window->Flags & ImGuiWindowFlags_MenuBar)) ? ImDrawCornerFlags_TopRight : 0) | (… in Scrollbar()4078 …ornerFlags_TopLeft; if (x2 >= p_max.x) rounding_corners_flags_cell |= ImDrawCornerFlags_TopRight; } in RenderColorRectWithAlphaCheckerboard()4443 …rU32(col), grid_step, ImVec2(-grid_step + off, off), rounding, ImDrawCornerFlags_TopRight| ImDrawC… in ColorButton()
1036 const float rounding_tr = (rounding_corners & ImDrawCornerFlags_TopRight) ? rounding : 0.0f; in PathRect()