Searched refs:alpha_mul (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h311 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 Dimgui.cpp1827 ImU32 ImGui::GetColorU32(ImGuiCol idx, float alpha_mul) argument
1831 c.w *= style.Alpha * alpha_mul;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h311 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 Dimgui.cpp1827 ImU32 ImGui::GetColorU32(ImGuiCol idx, float alpha_mul) argument
1831 c.w *= style.Alpha * alpha_mul;

Completed in 49 milliseconds