Searched refs:PathFillConvex (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1074 PathFillConvex(col);
1119 PathFillConvex(col);
1141 PathFillConvex(col);
1163 PathFillConvex(col);
1259 PathFillConvex(col);
3052 draw_list->PathFillConvex(col);
H A Dimgui.h1849 // Stateful path API, add points then finish with PathFillConvex() or PathStroke()
1853 inline void PathFillConvex(ImU32 col) { AddConvexPolyFilled(_Path.Data, _Path.Size, col); _Path.Size = 0; } // Note: Anti-aliased filling requires points to be in clockwise order. function in struct:ImDrawList
H A Dimgui_widgets.cpp6569 draw_list->PathFillConvex(col);
H A Dimgui.cpp457 - 2017/05/01 (1.50) - renamed ImDrawList::PathFill() (rarely used directly) to ImDrawList::PathFillConvex() for clarity.
5282 window->DrawList->PathFillConvex(resize_grip_col[resize_grip_n]);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1074 PathFillConvex(col);
1119 PathFillConvex(col);
1141 PathFillConvex(col);
1163 PathFillConvex(col);
1259 PathFillConvex(col);
3052 draw_list->PathFillConvex(col);
H A Dimgui.h1849 // Stateful path API, add points then finish with PathFillConvex() or PathStroke()
1853 inline void PathFillConvex(ImU32 col) { AddConvexPolyFilled(_Path.Data, _Path.Size, col); _Path.Size = 0; } // Note: Anti-aliased filling requires points to be in clockwise order. function in struct:ImDrawList
H A Dimgui_widgets.cpp6569 draw_list->PathFillConvex(col);
H A Dimgui.cpp457 - 2017/05/01 (1.50) - renamed ImDrawList::PathFill() (rarely used directly) to ImDrawList::PathFillConvex() for clarity.
5282 window->DrawList->PathFillConvex(resize_grip_col[resize_grip_n]);

Completed in 125 milliseconds