OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImDrawCornerFlags_BotRight
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h
1776
ImDrawCornerFlags_BotRight
= 1 << 3, // 0x8
1778
ImDrawCornerFlags_Bot = ImDrawCornerFlags_BotLeft |
ImDrawCornerFlags_BotRight
, // 0xC
1780
ImDrawCornerFlags_Right = ImDrawCornerFlags_TopRight |
ImDrawCornerFlags_BotRight
, // 0xA
imgui_widgets.cpp
761
window_rounding_corners = ImDrawCornerFlags_BotLeft | (other_scrollbar ? 0 :
ImDrawCornerFlags_BotRight
);
763
window_rounding_corners = (((window->Flags & ImGuiWindowFlags_NoTitleBar) && !(window->Flags & ImGuiWindowFlags_MenuBar)) ? ImDrawCornerFlags_TopRight : 0) | (other_scrollbar ? 0 :
ImDrawCornerFlags_BotRight
);
4079
if (y2 >= p_max.y) { if (x1 <= p_min.x) rounding_corners_flags_cell |= ImDrawCornerFlags_BotLeft; if (x2 >= p_max.x) rounding_corners_flags_cell |=
ImDrawCornerFlags_BotRight
; }
4443
RenderColorRectWithAlphaCheckerboard(ImVec2(bb_inner.Min.x + grid_step, bb_inner.Min.y), bb_inner.Max, GetColorU32(col), grid_step, ImVec2(-grid_step + off, off), rounding, ImDrawCornerFlags_TopRight|
ImDrawCornerFlags_BotRight
);
imgui_draw.cpp
1037
const float rounding_br = (rounding_corners &
ImDrawCornerFlags_BotRight
) ? rounding : 0.0f;
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h
1776
ImDrawCornerFlags_BotRight
= 1 << 3, // 0x8
1778
ImDrawCornerFlags_Bot = ImDrawCornerFlags_BotLeft |
ImDrawCornerFlags_BotRight
, // 0xC
1780
ImDrawCornerFlags_Right = ImDrawCornerFlags_TopRight |
ImDrawCornerFlags_BotRight
, // 0xA
imgui_widgets.cpp
761
window_rounding_corners = ImDrawCornerFlags_BotLeft | (other_scrollbar ? 0 :
ImDrawCornerFlags_BotRight
);
763
window_rounding_corners = (((window->Flags & ImGuiWindowFlags_NoTitleBar) && !(window->Flags & ImGuiWindowFlags_MenuBar)) ? ImDrawCornerFlags_TopRight : 0) | (other_scrollbar ? 0 :
ImDrawCornerFlags_BotRight
);
4079
if (y2 >= p_max.y) { if (x1 <= p_min.x) rounding_corners_flags_cell |= ImDrawCornerFlags_BotLeft; if (x2 >= p_max.x) rounding_corners_flags_cell |=
ImDrawCornerFlags_BotRight
; }
4443
RenderColorRectWithAlphaCheckerboard(ImVec2(bb_inner.Min.x + grid_step, bb_inner.Min.y), bb_inner.Max, GetColorU32(col), grid_step, ImVec2(-grid_step + off, off), rounding, ImDrawCornerFlags_TopRight|
ImDrawCornerFlags_BotRight
);
imgui_demo.cpp
3973
draw_list->AddRect(ImVec2(x, y), ImVec2(x+sz, y+sz), col32, 10.0f, ImDrawCornerFlags_TopLeft|
ImDrawCornerFlags_BotRight
, th); x += sz+spacing;
3986
draw_list->AddRectFilled(ImVec2(x, y), ImVec2(x+sz, y+sz), col32, 10.0f, ImDrawCornerFlags_TopLeft|
ImDrawCornerFlags_BotRight
); x += sz+spacing;
imgui_draw.cpp
1037
const float rounding_br = (rounding_corners &
ImDrawCornerFlags_BotRight
) ? rounding : 0.0f;
Completed in 112 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026