blob: bf8aa01a484a6308f3cf36773f13747a8c277b69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
EXPORTS
; this is not a real def file for gdiplus library
; it is only a def file with symbols strictly neede
; to make link gdk-pixbuf with gdiplus.dll on systems
; where the import library does not exit and it contains
; symbols for both win32 and win64 compilations in
; the same def file, since win32 uses __stdcall calling
; convention and win64 uses __cdecl convention; the symbols
; are nevertheless the same
GdipBitmapGetPixel
GdipBitmapGetPixel@16
GdipBitmapSetPixel
GdipBitmapSetPixel@16
GdipBitmapSetResolution
GdipBitmapSetResolution@12
GdipCreateBitmapFromScan0
GdipCreateBitmapFromScan0@24
GdipCreateBitmapFromStream
GdipCreateBitmapFromStream@8
GdipDeleteGraphics
GdipDeleteGraphics@4
GdipDisposeImage
GdipDisposeImage@4
GdipDrawImageI
GdipDrawImageI@16
GdipFlush
GdipFlush@8
GdipGetImageEncoders
GdipGetImageEncoders@12
GdipGetImageEncodersSize
GdipGetImageEncodersSize@8
GdipGetImageFlags
GdipGetImageFlags@8
GdipGetImageGraphicsContext
GdipGetImageGraphicsContext@8
GdipGetImageHeight
GdipGetImageHeight@8
GdipGetImageHorizontalResolution
GdipGetImageHorizontalResolution@8
GdipGetImageVerticalResolution
GdipGetImageVerticalResolution@8
GdipGetImageWidth
GdipGetImageWidth@8
GdipGetPropertyItem
GdipGetPropertyItem@16
GdipGetPropertyItemSize
GdipGetPropertyItemSize@12
GdipGraphicsClear
GdipGraphicsClear@8
GdipImageGetFrameCount
GdipImageGetFrameCount@12
GdipImageSelectActiveFrame
GdipImageSelectActiveFrame@12
GdipLoadImageFromStream
GdipLoadImageFromStream@8
GdiplusStartup
GdiplusStartup@12
GdipSaveImageToStream
GdipSaveImageToStream@16
|