Searched defs:closed (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dstroke.h85 int closed; /* true if the subpath is closed */ member in struct:__anon1477d9d40808
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
H A Dkdrive.h144 Bool closed; member in struct:__anon6a273dcd0108
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkdrive.h137 Bool closed; member in struct:__anon99926b600108
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp669 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, bool closed, float thickness) argument
H A Dimgui.h1854 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 Dimgui_draw.cpp669 void ImDrawList::AddPolyline(const ImVec2* points, const int points_count, ImU32 col, bool closed, float thickness) argument
H A Dimgui.h1854 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