Import everything
[cl-w32api.git] / modules / win95.path.lisp
blobc54903765b787eb3c35e72135631917eb130da65
1 (defcfunex-exported ("AbortPath" AbortPath :convention :stdcall) :int
2 (arg0 :pointer))
4 (defcfunex-exported ("BeginPath" BeginPath :convention :stdcall) :int
5 (arg0 :pointer))
7 (defcfunex-exported ("CloseFigure" CloseFigure :convention :stdcall) :int
8 (arg0 :pointer))
10 (defcfunex-exported ("EndPath" EndPath :convention :stdcall) :int
11 (arg0 :pointer))
13 (defcfunex-exported ("FillPath" FillPath :convention :stdcall) :int
14 (arg0 :pointer))
16 (defcfunex-exported ("FlattenPath" FlattenPath :convention :stdcall) :int
17 (arg0 :pointer))
19 (defcfunex-exported ("GetMiterLimit" GetMiterLimit :convention :stdcall) :int
20 (arg0 :pointer)
21 (arg1 :pointer))
23 (defcfunex-exported ("GetPath" GetPath :convention :stdcall) :int
24 (arg0 :pointer)
25 (arg1 :pointer)
26 (arg2 :pointer)
27 (arg3 :int))
29 (defcfunex-exported ("PathToRegion" PathToRegion :convention :stdcall) :pointer
30 (arg0 :pointer))
32 (defcfunex-exported ("SetMiterLimit" SetMiterLimit :convention :stdcall) :int
33 (arg0 :pointer)
34 (arg1 :float)
35 (arg2 :pointer))
37 (defcfunex-exported ("StrokeAndFillPath" StrokeAndFillPath :convention :stdcall) :int
38 (arg0 :pointer))
40 (defcfunex-exported ("StrokePath" StrokePath :convention :stdcall) :int
41 (arg0 :pointer))
43 (defcfunex-exported ("WidenPath" WidenPath :convention :stdcall) :int
44 (arg0 :pointer))