Searched refs:alpha_mul (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11converter.cpp | 49 FLOAT alpha_mul; member 1625 alpha_const->alpha_mul = (FLOAT) self->alpha; in gst_d3d11_color_convert_setup_shader() 2143 alpha_const->alpha_mul = (FLOAT) converter->alpha; in gst_d3d11_converter_convert_unlocked()
|
/third_party/skia/third_party/externals/imgui/ |
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 …ndow->DrawList->AddRectFilled(thumb_r.Min, thumb_r.Max, GetColorU32(ImGuiCol_WindowBg, alpha_mul)); in DebugRenderViewportThumbnail() 11213 …itle_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 …Text(g.Font, g.FontSize * 1.0f, title_r.Min, GetColorU32(ImGuiCol_Text, alpha_mul), thumb_window->… in DebugRenderViewportThumbnail() 11217 draw_list->AddRect(bb.Min, bb.Max, GetColorU32(ImGuiCol_Border, alpha_mul)); in DebugRenderViewportThumbnail()
|
D | imgui.h | 428 …IMGUI_API ImU32 GetColorU32(ImGuiCol idx, float alpha_mul = 1.0f); // retriev…
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.h | 306 …IMGUI_API ImU32 GetColorU32(ImGuiCol idx, float alpha_mul = 1.0f); // retriev…
|
D | imgui.cpp | 1789 ImU32 ImGui::GetColorU32(ImGuiCol idx, float alpha_mul) in GetColorU32() argument 1793 c.w *= style.Alpha * alpha_mul; in GetColorU32()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 311 …IMGUI_API ImU32 GetColorU32(ImGuiCol idx, float alpha_mul = 1.0f); // retriev…
|
D | imgui.cpp | 1827 ImU32 ImGui::GetColorU32(ImGuiCol idx, float alpha_mul) in GetColorU32() argument 1831 c.w *= style.Alpha * alpha_mul; in GetColorU32()
|