Home
last modified time | relevance | path

Searched refs:alpha_mul (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h311 …IMGUI_API ImU32 GetColorU32(ImGuiCol idx, float alpha_mul = 1.0f); // retriev…
Dimgui.cpp1827 ImU32 ImGui::GetColorU32(ImGuiCol idx, float alpha_mul) in GetColorU32() argument
1831 c.w *= style.Alpha * alpha_mul; in GetColorU32()