Searched refs:ImAlphaBlendColor (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_widgets.cpp4045 static inline ImU32 ImAlphaBlendColor(ImU32 col_a, ImU32 col_b) function in typeref:typename:ImU32
4062 ImU32 col_bg1 = GetColorU32(ImAlphaBlendColor(IM_COL32(204,204,204,255), col));
4063 ImU32 col_bg2 = GetColorU32(ImAlphaBlendColor(IM_COL32(128,128,128,255), col));
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_widgets.cpp4045 static inline ImU32 ImAlphaBlendColor(ImU32 col_a, ImU32 col_b) function in typeref:typename:ImU32
4062 ImU32 col_bg1 = GetColorU32(ImAlphaBlendColor(IM_COL32(204,204,204,255), col));
4063 ImU32 col_bg2 = GetColorU32(ImAlphaBlendColor(IM_COL32(128,128,128,255), col));

Completed in 24 milliseconds