mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
402bc38ba7
It is now a wrapper around GdiPolyDraw, which implements the main body of the function, while the Nt function only probes and captures the user mode data into safe kernel mode buffers. Previously some people thought it was a great idea to just wrap the entire implementation in SEH, so when something throws an exception somewhere for whatever reason, we can just catch it here... and LEAK ALL RESOURCES IN THE PROCESS! TODO: Rewrite all of this. It's broken everywhere. |
||
---|---|---|
.. | ||
arc.c | ||
baseobj.hpp | ||
bezier.c | ||
bitblt.c | ||
bitmaps.c | ||
bitmaps.h | ||
brush.cpp | ||
brush.h | ||
brush.hpp | ||
cliprgn.c | ||
cliprgn.h | ||
color.h | ||
coord.c | ||
coord.h | ||
dc.h | ||
dcattr.c | ||
dclife.c | ||
dcobjs.c | ||
dcstate.c | ||
dcutil.c | ||
device.c | ||
dib.h | ||
dibobj.c | ||
drawing.c | ||
fillshap.c | ||
font.c | ||
font.h | ||
freetype.c | ||
gdibatch.c | ||
gdidbg.c | ||
gdidebug.h | ||
gdikdbgext.c | ||
gdiobj.c | ||
gdiobj.h | ||
gdipool.c | ||
icm.c | ||
init.c | ||
intgdi.h | ||
line.c | ||
metafile.c | ||
misc.h | ||
paint.h | ||
palette.c | ||
palette.h | ||
path.c | ||
path.h | ||
pen.c | ||
pen.h | ||
polyfill.c | ||
print.c | ||
rect.c | ||
rect.h | ||
region.c | ||
region.h | ||
stockobj.c | ||
text.c | ||
text.h | ||
wingl.c | ||
xformobj.c | ||
xformobj.h |