Home
last modified time | relevance | path

Searched refs:PopupBorderSize (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp2756 … bool popup_border = (style.PopupBorderSize > 0.0f); if (ImGui::Checkbox("PopupBorder", &popup_bor… in ShowStyleEditor()
2786 ImGui::SliderFloat("PopupBorderSize", &style.PopupBorderSize, 0.0f, 1.0f, "%.0f"); in ShowStyleEditor()
Dimgui.h1237 …float PopupBorderSize; // Thickness of border around popup/tooltip windows. Gener… member
Dimgui.cpp1080PopupBorderSize = 1.0f; // Thickness of border around popup or tooltip windows… in ImGuiStyle()
4910 …iWindowFlags_Tooltip)) && !(flags & ImGuiWindowFlags_Modal)) ? style.PopupBorderSize : style.Windo… in Begin()
5681 …{ ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, PopupBorderSize) }, // ImGuiStyleVar_P…
/third_party/mesa3d/src/imgui/
Dimgui.h1245 …float PopupBorderSize; // Thickness of border around popup/tooltip windows. Gener… member
Dimgui.cpp1090PopupBorderSize = 1.0f; // Thickness of border around popup or tooltip windows… in ImGuiStyle()
5034 …iWindowFlags_Tooltip)) && !(flags & ImGuiWindowFlags_Modal)) ? style.PopupBorderSize : style.Windo… in Begin()
5807 …{ ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, PopupBorderSize) }, // ImGuiStyleVar_…
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp5886 …{ bool border = (style.PopupBorderSize > 0.0f); if (ImGui::Checkbox("PopupBorder", &border)) { s…
5918 ImGui::SliderFloat("PopupBorderSize", &style.PopupBorderSize, 0.0f, 1.0f, "%.0f");
Dimgui.h1778 …float PopupBorderSize; // Thickness of border around popup/tooltip windows. Gener… member
Dimgui.cpp1008PopupBorderSize = 1.0f; // Thickness of border around popup or tooltip windows… in ImGuiStyle()
2554 …{ ImGuiDataType_Float, 1, (ImU32)IM_OFFSETOF(ImGuiStyle, PopupBorderSize) }, // ImGuiStyleVar_…
5968 …iWindowFlags_Tooltip)) && !(flags & ImGuiWindowFlags_Modal)) ? style.PopupBorderSize : style.Windo… in Begin()
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt610 …le structure (see e.g. `style.FrameBorderSize`, `style.WindowBorderSize`, `style.PopupBorderSize`).
636 - Style: Added style.FrameBorderSize, style.WindowBorderSize, style.PopupBorderSize. Removed ImGuiW…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt2289 …le structure (see e.g. `style.FrameBorderSize`, `style.WindowBorderSize`, `style.PopupBorderSize`).
2315 - Style: Added style.FrameBorderSize, style.WindowBorderSize, style.PopupBorderSize. Removed ImGuiW…