Searched refs:col_bot_left (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 1083 … const ImVec2& c, ImU32 col_upr_left, ImU32 col_upr_right, ImU32 col_bot_right, ImU32 col_bot_left) in AddRectFilledMultiColor() argument 1085 if (((col_upr_left | col_upr_right | col_bot_right | col_bot_left) & IM_COL32_A_MASK) == 0) in AddRectFilledMultiColor() 1095 PrimWriteVtx(ImVec2(a.x, c.y), uv, col_bot_left); in AddRectFilledMultiColor()
|
D | imgui.h | 1833 …const ImVec2& b, ImU32 col_upr_left, ImU32 col_upr_right, ImU32 col_bot_right, ImU32 col_bot_left);
|