Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1083 …2& a, const ImVec2& c, ImU32 col_upr_left, ImU32 col_upr_right, ImU32 col_bot_right, ImU32 col_bot… in AddRectFilledMultiColor() argument
1085 if (((col_upr_left | col_upr_right | col_bot_right | col_bot_left) & IM_COL32_A_MASK) == 0) in AddRectFilledMultiColor()
1094 PrimWriteVtx(c, uv, col_bot_right); in AddRectFilledMultiColor()
Dimgui.h1833 …2& a, const ImVec2& b, ImU32 col_upr_left, ImU32 col_upr_right, ImU32 col_bot_right, ImU32 col_bot…