Searched defs:closed (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | stroke.h | 85 int closed; /* true if the subpath is closed */ member in struct:__anon1477d9d40808
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kdrive.h | 144 Bool closed; member in struct:__anon6a273dcd0108
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kdrive.h | 137 Bool closed; member in struct:__anon99926b600108
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 669 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, bool closed, float thickness) argument
|
| H A D | imgui.h | 1854 inline void PathStroke(ImU32 col, bool closed, float thickness = 1.0f) { AddPolyline(_Path.Data, _Path.Size, col, closed, thickness); _Path.Size = 0; } argument
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 669 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, bool closed, float thickness) argument
|
| H A D | imgui.h | 1854 inline void PathStroke(ImU32 col, bool closed, float thickness = 1.0f) { AddPolyline(_Path.Data, _Path.Size, col, closed, thickness); _Path.Size = 0; } argument
|
Completed in 34 milliseconds