Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_widgets.cpp4045 static inline ImU32 ImAlphaBlendColor(ImU32 col_a, ImU32 col_b) in ImAlphaBlendColor() function
4062 ImU32 col_bg1 = GetColorU32(ImAlphaBlendColor(IM_COL32(204,204,204,255), col)); in RenderColorRectWithAlphaCheckerboard()
4063 ImU32 col_bg2 = GetColorU32(ImAlphaBlendColor(IM_COL32(128,128,128,255), col)); in RenderColorRectWithAlphaCheckerboard()