Searched refs:PathStroke (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 1052 PathStroke(col, false, thickness); 1064 PathStroke(col, true, thickness); 1107 PathStroke(col, true, thickness); 1130 PathStroke(col, true, thickness); 1152 PathStroke(col, true, thickness); 1173 PathStroke(col, false, thickness);
|
| H A D | imgui.h | 1849 // Stateful path API, add points then finish with PathFillConvex() or PathStroke() 1854 inline void PathStroke(ImU32 col, bool closed, float thickness = 1.0f) { AddPolyline(_Path.Data, _Path.Size, col, closed, thickness); _Path.Size = 0; } function in struct:ImDrawList
|
| H A D | imgui_widgets.cpp | 4326 draw_list->PathStroke(IM_COL32_WHITE, false, wheel_thickness); 6576 draw_list->PathStroke(GetColorU32(ImGuiCol_Border), false, g.Style.TabBorderSize);
|
| H A D | imgui.cpp | 2455 window->DrawList->PathStroke(col, false, thickness); 4835 window->DrawList->PathStroke(GetColorU32(ImGuiCol_SeparatorActive), false, ImMax(2.0f, border_size)); // Thicker than usual
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 1052 PathStroke(col, false, thickness); 1064 PathStroke(col, true, thickness); 1107 PathStroke(col, true, thickness); 1130 PathStroke(col, true, thickness); 1152 PathStroke(col, true, thickness); 1173 PathStroke(col, false, thickness);
|
| H A D | imgui.h | 1849 // Stateful path API, add points then finish with PathFillConvex() or PathStroke() 1854 inline void PathStroke(ImU32 col, bool closed, float thickness = 1.0f) { AddPolyline(_Path.Data, _Path.Size, col, closed, thickness); _Path.Size = 0; } function in struct:ImDrawList
|
| H A D | imgui_widgets.cpp | 4326 draw_list->PathStroke(IM_COL32_WHITE, false, wheel_thickness); 6576 draw_list->PathStroke(GetColorU32(ImGuiCol_Border), false, g.Style.TabBorderSize);
|
| H A D | imgui.cpp | 2455 window->DrawList->PathStroke(col, false, thickness); 4835 window->DrawList->PathStroke(GetColorU32(ImGuiCol_SeparatorActive), false, ImMax(2.0f, border_size)); // Thicker than usual
|
Completed in 100 milliseconds