Searched refs:alpha_mul (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 2469 ImU32 ImGui::GetColorU32(ImGuiCol idx, float alpha_mul) in GetColorU32() argument 2473 c.w *= style.Alpha * alpha_mul; in GetColorU32() 11197 float alpha_mul = 1.0f; in DebugRenderViewportThumbnail() local 11198 window->DrawList->AddRectFilled(bb.Min, bb.Max, GetColorU32(ImGuiCol_Border, alpha_mul * 0.40f)); in DebugRenderViewportThumbnail() 11212 window->DrawList->AddRectFilled(thumb_r.Min, thumb_r.Max, GetColorU32(ImGuiCol_WindowBg, alpha_mul)); in DebugRenderViewportThumbnail() 11213 window->DrawList->AddRectFilled(title_r.Min, title_r.Max, GetColorU32(window_is_focused ? ImGuiCol_TitleBgActive : ImGuiCol_TitleBg, alpha_mul)); in DebugRenderViewportThumbnail() 11214 window->DrawList->AddRect(thumb_r.Min, thumb_r.Max, GetColorU32(ImGuiCol_Border, alpha_mul)); in DebugRenderViewportThumbnail() 11215 window->DrawList->AddText(g.Font, g.FontSize * 1.0f, title_r.Min, GetColorU32(ImGuiCol_Text, alpha_mul), thumb_window->Name, FindRenderedTextEnd(thumb_window->Name)); in DebugRenderViewportThumbnail() 11217 draw_list->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_Border, alpha_mul)); in DebugRenderViewportThumbnail()
|
H A D | imgui.h | 428 IMGUI_API ImU32 GetColorU32(ImGuiCol idx, float alpha_mul = 1.0f); // retrieve given style color with style alpha applied and optional extra alpha multiplier, packed as a 32-bit value suitable for ImDrawList
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 311 IMGUI_API ImU32 GetColorU32(ImGuiCol idx, float alpha_mul = 1.0f); // retrieve given style color with style alpha applied and optional extra alpha multiplier
|
H A D | imgui.cpp | 1827 ImU32 ImGui::GetColorU32(ImGuiCol idx, float alpha_mul) in GetColorU32() argument 1831 c.w *= style.Alpha * alpha_mul; in GetColorU32()
|
Completed in 58 milliseconds