Home
last modified time | relevance | path

Searched refs:ImDrawCornerFlags_All (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h1781ImDrawCornerFlags_All = 0xF // In your function calls you may use ~0 (= all bits sets) i… enumerator
1831 …b, ImU32 col, float rounding = 0.0f, int rounding_corners_flags = ImDrawCornerFlags_All, float thi…
1832 …b, ImU32 col, float rounding = 0.0f, int rounding_corners_flags = ImDrawCornerFlags_All); …
1844 …uv_a, const ImVec2& uv_b, ImU32 col, float rounding, int rounding_corners = ImDrawCornerFlags_All);
1858 …const ImVec2& rect_max, float rounding = 0.0f, int rounding_corners_flags = ImDrawCornerFlags_All);
Dimgui.cpp2381 … p_max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow), rounding, ImDrawCornerFlags_All, border_si… in RenderFrame()
2382 …st->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_All, border_si… in RenderFrame()
2393 … p_max+ImVec2(1,1), GetColorU32(ImGuiCol_BorderShadow), rounding, ImDrawCornerFlags_All, border_si… in RenderFrameBorder()
2394 …st->AddRect(p_min, p_max, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_All, border_si… in RenderFrameBorder()
2480 …5f,THICKNESS*0.5f), GetColorU32(ImGuiCol_NavHighlight), rounding, ImDrawCornerFlags_All, THICKNESS… in RenderNavHighlight()
4813 …ndow->Pos + window->Size, GetColorU32(ImGuiCol_Border), rounding, ImDrawCornerFlags_All, border_si… in RenderOuterBorders()
5245 … bg_col, window_rounding, (flags & ImGuiWindowFlags_NoTitleBar) ? ImDrawCornerFlags_All : ImDrawCo… in Begin()
Dimgui_draw.cpp1247 if (rounding <= 0.0f || (rounding_corners & ImDrawCornerFlags_All) == 0) in AddImageRounded()
Dimgui_widgets.cpp1316 …ered : ImGuiCol_Button), style.FrameRounding, (w <= arrow_size) ? ImDrawCornerFlags_All : ImDrawCo… in BeginCombo()
4453 …ddRectFilled(bb_inner.Min, bb_inner.Max, GetColorU32(col_source), rounding, ImDrawCornerFlags_All); in ColorButton()