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

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dauth.c53 AuthAddCFunc Add; /* new authorization data */ member in struct:protocol
/xsrc/external/mit/xorg-server/dist/os/
H A Dauth.c54 AuthAddCFunc Add; /* new authorization data */ member in struct:protocol
/xsrc/external/mit/MesaLib/dist/docs/
H A Dreleasing.rst
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddriver.h145 Bool (*Add)(ScreenPtr, PixmapPtr, ShadowUpdateProc, ShadowWindowProc, member in struct:_modesettingRec::__anondb6bdb930308
/xsrc/external/mit/libXt/dist/src/
H A DConverters.c1829 #define Add(from, to, proc, convert_args, num_args, cache) \ macro
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h279 T* Add() { int idx = FreeIdx; if (idx == Data.Size) { Data.resize(Data.Size + 1); FreeIdx++; } else { FreeIdx = *(int*)&Data[idx]; } IM_PLACEMENT_NEW(&Data[idx]) T(); return &Data[idx]; } function in struct:ImPool
501 void Add(const ImVec2& p) { if (Min.x > p.x) Min.x = p.x; if (Min.y > p.y) Min.y = p.y; if (Max.x < p.x) Max.x = p.x; if (Max.y < p.y) Max.y = p.y; } function in struct:ImRect
502 void Add(const ImRect& r) { if (Min.x > r.Min.x) Min.x = r.Min.x; if (Min.y > r.Min.y) Min.y = r.Min.y; if (Max.x < r.Max.x) Max.x = r.Max.x; if (Max.y < r.Max.y) Max.y = r.Max.y; } function in struct:ImRect
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h279 T* Add() { int idx = FreeIdx; if (idx == Data.Size) { Data.resize(Data.Size + 1); FreeIdx++; } else { FreeIdx = *(int*)&Data[idx]; } IM_PLACEMENT_NEW(&Data[idx]) T(); return &Data[idx]; } function in struct:ImPool
501 void Add(const ImVec2& p) { if (Min.x > p.x) Min.x = p.x; if (Min.y > p.y) Min.y = p.y; if (Max.x < p.x) Max.x = p.x; if (Max.y < p.y) Max.y = p.y; } function in struct:ImRect
502 void Add(const ImRect& r) { if (Min.x > r.Min.x) Min.x = r.Min.x; if (Min.y > r.Min.y) Min.y = r.Min.y; if (Max.x < r.Max.x) Max.x = r.Max.x; if (Max.y < r.Max.y) Max.y = r.Max.y; } function in struct:ImRect

Completed in 18 milliseconds