Removed a few dependencies on kernel32 functions.
[wine] / dlls / wineps / init.c
1 /*
2  *      PostScript driver initialization functions
3  *
4  *      Copyright 1998 Huw D M Davies
5  *
6  */
7 #include <string.h>
8
9 #include "gdi.h"
10 #include "psdrv.h"
11 #include "debugtools.h"
12 #include "heap.h"
13 #include "winreg.h"
14 #include "winspool.h"
15 #include "winerror.h"
16 #include "options.h"
17
18 DEFAULT_DEBUG_CHANNEL(psdrv)
19
20 static BOOL PSDRV_CreateDC( DC *dc, LPCSTR driver, LPCSTR device,
21                                LPCSTR output, const DEVMODEA* initData );
22 static BOOL PSDRV_DeleteDC( DC *dc );
23
24 static const DC_FUNCTIONS PSDRV_Funcs =
25 {
26     NULL,                            /* pAbortDoc */
27     NULL,                            /* pAbortPath */
28     NULL,                            /* pAngleArc */
29     PSDRV_Arc,                       /* pArc */
30     NULL,                            /* pArcTo */
31     NULL,                            /* pBeginPath */
32     NULL,                            /* pBitBlt */
33     NULL,                            /* pBitmapBits */
34     NULL,                            /* pChoosePixelFormat */
35     PSDRV_Chord,                     /* pChord */
36     NULL,                            /* pCloseFigure */
37     NULL,                            /* pCreateBitmap */
38     PSDRV_CreateDC,                  /* pCreateDC */
39     NULL,                            /* pCreateDIBSection */
40     NULL,                            /* pCreateDIBSection16 */
41     PSDRV_DeleteDC,                  /* pDeleteDC */
42     NULL,                            /* pDeleteObject */
43     NULL,                            /* pDescribePixelFormat */
44     PSDRV_DeviceCapabilities,        /* pDeviceCapabilities */
45     PSDRV_Ellipse,                   /* pEllipse */
46     PSDRV_EndDoc,                    /* pEndDoc */
47     PSDRV_EndPage,                   /* pEndPage */
48     NULL,                            /* pEndPath */
49     PSDRV_EnumDeviceFonts,           /* pEnumDeviceFonts */
50     PSDRV_Escape,                    /* pEscape */
51     NULL,                            /* pExcludeClipRect */
52     PSDRV_ExtDeviceMode,             /* pExtDeviceMode */
53     NULL,                            /* pExtFloodFill */
54     PSDRV_ExtTextOut,                /* pExtTextOut */
55     NULL,                            /* pFillPath */
56     NULL,                            /* pFillRgn */
57     NULL,                            /* pFlattenPath */
58     NULL,                            /* pFrameRgn */
59     PSDRV_GetCharWidth,              /* pGetCharWidth */
60     NULL,                            /* pGetDCOrgEx */
61     NULL,                            /* pGetPixel */
62     NULL,                            /* pGetPixelFormat */
63     PSDRV_GetTextExtentPoint,        /* pGetTextExtentPoint */
64     PSDRV_GetTextMetrics,            /* pGetTextMetrics */
65     NULL,                            /* pIntersectClipRect */
66     NULL,                            /* pInvertRgn */
67     PSDRV_LineTo,                    /* pLineTo */
68     NULL,                            /* pMoveToEx */
69     NULL,                            /* pOffsetClipRgn */
70     NULL,                            /* pOffsetViewportOrg (optional) */
71     NULL,                            /* pOffsetWindowOrg (optional) */
72     NULL,                            /* pPaintRgn */
73     PSDRV_PatBlt,                    /* pPatBlt */
74     PSDRV_Pie,                       /* pPie */
75     NULL,                            /* pPolyBezier */
76     NULL,                            /* pPolyBezierTo */
77     NULL,                            /* pPolyDraw */
78     PSDRV_PolyPolygon,               /* pPolyPolygon */
79     PSDRV_PolyPolyline,              /* pPolyPolyline */
80     PSDRV_Polygon,                   /* pPolygon */
81     PSDRV_Polyline,                  /* pPolyline */
82     NULL,                            /* pPolylineTo */
83     NULL,                            /* pRealizePalette */
84     PSDRV_Rectangle,                 /* pRectangle */
85     NULL,                            /* pRestoreDC */
86     PSDRV_RoundRect,                 /* pRoundRect */
87     NULL,                            /* pSaveDC */
88     NULL,                            /* pScaleViewportExt (optional) */
89     NULL,                            /* pScaleWindowExt (optional) */
90     NULL,                            /* pSelectClipPath */
91     NULL,                            /* pSelectClipRgn */
92     PSDRV_SelectObject,              /* pSelectObject */
93     NULL,                            /* pSelectPalette */
94     PSDRV_SetBkColor,                /* pSetBkColor */
95     NULL,                            /* pSetBkMode */
96     PSDRV_SetDeviceClipping,         /* pSetDeviceClipping */
97     NULL,                            /* pSetDIBitsToDevice */
98     NULL,                            /* pSetMapMode (optional) */
99     NULL,                            /* pSetMapperFlags */
100     PSDRV_SetPixel,                  /* pSetPixel */
101     NULL,                            /* pSetPixelFormat */
102     NULL,                            /* pSetPolyFillMode */
103     NULL,                            /* pSetROP2 */
104     NULL,                            /* pSetRelAbs */
105     NULL,                            /* pSetStretchBltMode */
106     NULL,                            /* pSetTextAlign */
107     NULL,                            /* pSetTextCharacterExtra */
108     PSDRV_SetTextColor,              /* pSetTextColor */
109     NULL,                            /* pSetTextJustification */
110     NULL,                            /* pSetViewportExt (optional) */
111     NULL,                            /* pSetViewportOrg (optional) */
112     NULL,                            /* pSetWindowExt (optional) */
113     NULL,                            /* pSetWindowOrg (optional) */
114     PSDRV_StartDoc,                  /* pStartDoc */
115     PSDRV_StartPage,                 /* pStartPage */
116     NULL,                            /* pStretchBlt */
117     PSDRV_StretchDIBits,             /* pStretchDIBits */
118     NULL,                            /* pStrokeAndFillPath */
119     NULL,                            /* pStrokePath */
120     NULL,                            /* pSwapBuffers */
121     NULL                             /* pWidenPath */
122 };
123
124
125 /* Default entries for devcaps */
126
127 static DeviceCaps PSDRV_DevCaps = {
128 /* version */           0, 
129 /* technology */        DT_RASPRINTER,
130 /* horzSize */          210,
131 /* vertSize */          297,
132 /* horzRes */           4961,
133 /* vertRes */           7016, 
134 /* bitsPixel */         1,
135 /* planes */            1,
136 /* numBrushes */        -1,
137 /* numPens */           10,
138 /* numMarkers */        0,
139 /* numFonts */          39,
140 /* numColors */         2,
141 /* pdeviceSize */       0,      
142 /* curveCaps */         CC_CIRCLES | CC_PIE | CC_CHORD | CC_ELLIPSES |
143                         CC_WIDE | CC_STYLED | CC_WIDESTYLED | CC_INTERIORS |
144                         CC_ROUNDRECT,
145 /* lineCaps */          LC_POLYLINE | LC_MARKER | LC_POLYMARKER | LC_WIDE |
146                         LC_STYLED | LC_WIDESTYLED | LC_INTERIORS,
147 /* polygoalnCaps */     PC_POLYGON | PC_RECTANGLE | PC_WINDPOLYGON |
148                         PC_SCANLINE | PC_WIDE | PC_STYLED | PC_WIDESTYLED |
149                         PC_INTERIORS,
150 /* textCaps */          TC_CR_ANY, /* psdrv 0x59f7 */
151 /* clipCaps */          CP_RECTANGLE,
152 /* rasterCaps */        RC_BITBLT | RC_BITMAP64 | RC_GDI20_OUTPUT |
153                         RC_DIBTODEV | RC_STRETCHBLT |
154                         RC_STRETCHDIB, /* psdrv 0x6e99 */
155 /* aspectX */           600,
156 /* aspectY */           600,
157 /* aspectXY */          848,
158 /* pad1 */              { 0 },
159 /* logPixelsX */        600,
160 /* logPixelsY */        600, 
161 /* pad2 */              { 0 },
162 /* palette size */      0,
163 /* ..etc */             0, 0 };
164
165 static PSDRV_DEVMODEA DefaultDevmode = 
166 {
167   { /* dmPublic */
168 /* dmDeviceName */      "Wine PostScript Driver",
169 /* dmSpecVersion */     0x30a,
170 /* dmDriverVersion */   0x001,
171 /* dmSize */            sizeof(DEVMODEA),
172 /* dmDriverExtra */     0,
173 /* dmFields */          DM_ORIENTATION | DM_PAPERSIZE | DM_SCALE | 
174                         DM_COPIES | DM_DEFAULTSOURCE | DM_COLOR | 
175                         DM_DUPLEX | DM_YRESOLUTION | DM_TTOPTION,
176    { /* u1 */
177      { /* s1 */
178 /* dmOrientation */     DMORIENT_PORTRAIT,
179 /* dmPaperSize */       DMPAPER_A4,
180 /* dmPaperLength */     2969,
181 /* dmPaperWidth */      2101
182      }
183    },
184 /* dmScale */           100, /* ?? */
185 /* dmCopies */          1,
186 /* dmDefaultSource */   DMBIN_AUTO,
187 /* dmPrintQuality */    0,
188 /* dmColor */           DMCOLOR_MONOCHROME,
189 /* dmDuplex */          0,
190 /* dmYResolution */     0,
191 /* dmTTOption */        DMTT_SUBDEV,
192 /* dmCollate */         0,
193 /* dmFormName */        "",
194 /* dmUnusedPadding */   0,
195 /* dmBitsPerPel */      0,
196 /* dmPelsWidth */       0,
197 /* dmPelsHeight */      0,
198 /* dmDisplayFlags */    0,
199 /* dmDisplayFrequency */ 0
200   },
201   { /* dmDocPrivate */
202     0 /* dummy */
203   },
204   { /* dmDrvPrivate */
205 /* ppdfilename */       "default.ppd"
206   }
207 };
208
209 HANDLE PSDRV_Heap = 0;
210
211 static HANDLE PSDRV_DefaultFont = 0;
212 static LOGFONTA DefaultLogFont = {
213     100, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, ANSI_CHARSET, 0, 0,
214     DEFAULT_QUALITY, FIXED_PITCH | FF_MODERN, ""
215 };
216
217 /*********************************************************************
218  *           PSDRV_Init
219  *
220  * Initializes font metrics and registers driver. Called from GDI_Init()
221  *
222  */
223 BOOL WINAPI PSDRV_Init( HINSTANCE hinst, DWORD reason, LPVOID reserved )
224 {
225     static int process_count = 0;
226
227     TRACE("(0x%4x, 0x%08lx, %p)\n", hinst, reason, reserved);
228    
229     switch(reason) {
230         case DLL_PROCESS_ATTACH:
231             if (!process_count++) {
232                 /* FIXME: return FALSE if we fail any of these steps */
233                 PSDRV_Heap = HeapCreate(0, 0x10000, 0);
234                 PSDRV_GetFontMetrics();
235                 PSDRV_DefaultFont = CreateFontIndirectA(&DefaultLogFont);
236                 /* Register driver as "WINEPS", "WINEPS.DLL" and "WINEPS.DRV"
237                    to allow an easy configuring for users */
238                 DRIVER_RegisterDriver( "WINEPS", &PSDRV_Funcs );
239                 DRIVER_RegisterDriver( "WINEPS.DLL", &PSDRV_Funcs );
240                 DRIVER_RegisterDriver( "WINEPS.DRV", &PSDRV_Funcs );
241             }
242         break;
243         case DLL_PROCESS_DETACH:
244             if (!--process_count) {
245                 DeleteObject( PSDRV_DefaultFont );
246                 HeapDestroy( PSDRV_Heap );
247                 DRIVER_UnregisterDriver( "WINEPS" );
248                 DRIVER_UnregisterDriver( "WINEPS.DLL" );
249                 DRIVER_UnregisterDriver( "WINEPS.DRV" );
250             }
251         break;
252     }
253  
254     return TRUE;
255 }
256
257
258 /**********************************************************************
259  *           PSDRV_CreateDC
260  */
261 static BOOL PSDRV_CreateDC( DC *dc, LPCSTR driver, LPCSTR device,
262                                LPCSTR output, const DEVMODEA* initData )
263 {
264     PSDRV_PDEVICE *physDev;
265     PRINTERINFO *pi;
266     DeviceCaps *devCaps;
267
268     /* If no device name was specified, retrieve the device name
269      * from the DEVMODE structure from the DC's physDev.
270      * (See CreateCompatibleDC) */
271     if ( !device && dc->physDev )
272     {
273         physDev = (PSDRV_PDEVICE *)dc->physDev;
274         device = physDev->Devmode->dmPublic.dmDeviceName;
275     }
276     pi = PSDRV_FindPrinterInfo(device);
277         
278     TRACE("(%s %s %s %p)\n", driver, device, output, initData);
279
280     if(!pi) return FALSE;
281
282     if(!pi->Fonts) {
283         MESSAGE("To use WINEPS you need to install some AFM files.\n");
284         return FALSE;
285     }
286
287     physDev = (PSDRV_PDEVICE *)HeapAlloc( PSDRV_Heap, HEAP_ZERO_MEMORY,
288                                                      sizeof(*physDev) );
289     if (!physDev) return FALSE;
290     dc->physDev = physDev;
291
292     physDev->pi = pi;
293
294     physDev->Devmode = (PSDRV_DEVMODEA *)HeapAlloc( PSDRV_Heap, 0,
295                                                      sizeof(PSDRV_DEVMODEA) );
296     if(!physDev->Devmode) {
297         HeapFree( PSDRV_Heap, 0, physDev );
298         return FALSE;
299     }
300     
301     memcpy( physDev->Devmode, pi->Devmode, sizeof(PSDRV_DEVMODEA) );
302
303     if(initData) {
304         PSDRV_MergeDevmodes(physDev->Devmode, (PSDRV_DEVMODEA *)initData, pi);
305     }
306
307     
308     devCaps = HeapAlloc( PSDRV_Heap, 0, sizeof(PSDRV_DevCaps) );
309     memcpy(devCaps, &PSDRV_DevCaps, sizeof(PSDRV_DevCaps));
310
311     if(physDev->Devmode->dmPublic.u1.s1.dmOrientation == DMORIENT_PORTRAIT) {
312         devCaps->horzSize = physDev->Devmode->dmPublic.u1.s1.dmPaperWidth / 10;
313         devCaps->vertSize = physDev->Devmode->dmPublic.u1.s1.dmPaperLength / 10;
314     } else {
315         devCaps->horzSize = physDev->Devmode->dmPublic.u1.s1.dmPaperLength / 10;
316         devCaps->vertSize = physDev->Devmode->dmPublic.u1.s1.dmPaperWidth / 10;
317     }
318
319     devCaps->horzRes = physDev->pi->ppd->DefaultResolution * 
320       devCaps->horzSize / 25.4;
321     devCaps->vertRes = physDev->pi->ppd->DefaultResolution * 
322       devCaps->vertSize / 25.4;
323
324     /* Are aspect[XY] and logPixels[XY] correct? */
325     /* Need to handle different res in x and y => fix ppd */
326     devCaps->aspectX = devCaps->logPixelsX = 
327                                 physDev->pi->ppd->DefaultResolution;
328     devCaps->aspectY = devCaps->logPixelsY = 
329                                 physDev->pi->ppd->DefaultResolution;
330     devCaps->aspectXY = (int)hypot( (double)devCaps->aspectX, 
331                                     (double)devCaps->aspectY );
332
333     if(physDev->pi->ppd->ColorDevice) {
334         devCaps->bitsPixel = 8;
335         devCaps->numColors = 256;
336         /* FIXME are these values OK? */
337     }
338
339     /* etc */
340
341     dc->w.devCaps = devCaps;
342
343     dc->w.hVisRgn = CreateRectRgn(0, 0, dc->w.devCaps->horzRes,
344                             dc->w.devCaps->vertRes);
345     
346     dc->w.hFont = PSDRV_DefaultFont;
347     physDev->job.output = output ?
348       HEAP_strdupA( PSDRV_Heap, 0, output ) :
349       HEAP_strdupA( PSDRV_Heap, 0, "LPT1:" );  /* HACK */
350     physDev->job.hJob = 0;
351     return TRUE;
352 }
353
354
355 /**********************************************************************
356  *           PSDRV_DeleteDC
357  */
358 static BOOL PSDRV_DeleteDC( DC *dc )
359 {
360     PSDRV_PDEVICE *physDev = (PSDRV_PDEVICE *)dc->physDev;
361     
362     TRACE("\n");
363
364     HeapFree( PSDRV_Heap, 0, physDev->Devmode );
365     HeapFree( PSDRV_Heap, 0, physDev->job.output );
366     HeapFree( PSDRV_Heap, 0, (void *)dc->w.devCaps );
367     HeapFree( PSDRV_Heap, 0, physDev );
368     dc->physDev = NULL;
369
370     return TRUE;
371 }
372
373
374         
375
376 /**********************************************************************
377  *              PSDRV_FindPrinterInfo
378  */
379 PRINTERINFO *PSDRV_FindPrinterInfo(LPCSTR name) 
380 {
381     static PRINTERINFO *PSDRV_PrinterList;
382     DWORD type = REG_BINARY, needed, res;
383     PRINTERINFO *pi = PSDRV_PrinterList, **last = &PSDRV_PrinterList;
384     FONTNAME *font;
385     AFM *afm;
386
387     TRACE("'%s'\n", name);
388     
389     for( ; pi; last = &pi->next, pi = pi->next) {
390         if(!strcmp(pi->FriendlyName, name))
391             return pi;
392     }
393
394     pi = *last = HeapAlloc( PSDRV_Heap, 0, sizeof(*pi) );
395     pi->FriendlyName = HEAP_strdupA( PSDRV_Heap, 0, name );
396     res = DrvGetPrinterData16((LPSTR)name, (LPSTR)INT_PD_DEFAULT_DEVMODE, &type,
397                             NULL, 0, &needed );
398
399     if(res == ERROR_INVALID_PRINTER_NAME || needed != sizeof(DefaultDevmode)) {
400         pi->Devmode = HeapAlloc( PSDRV_Heap, 0, sizeof(DefaultDevmode) );
401         memcpy(pi->Devmode, &DefaultDevmode, sizeof(DefaultDevmode) );
402         DrvSetPrinterData16((LPSTR)name, (LPSTR)INT_PD_DEFAULT_DEVMODE,
403                  REG_BINARY, (LPBYTE)&DefaultDevmode, sizeof(DefaultDevmode) );
404
405         /* need to do something here AddPrinter?? */
406     } else {
407         pi->Devmode = HeapAlloc( PSDRV_Heap, 0, needed );
408         DrvGetPrinterData16((LPSTR)name, (LPSTR)INT_PD_DEFAULT_DEVMODE, &type,
409                           (LPBYTE)pi->Devmode, needed, &needed);
410     }
411
412     PROFILE_GetWineIniString("psdrv", "ppdfile", "default.ppd",
413                              pi->Devmode->dmDrvPrivate.ppdFileName, 256);
414     pi->ppd = PSDRV_ParsePPD(pi->Devmode->dmDrvPrivate.ppdFileName);
415     if(!pi->ppd) {
416         HeapFree(PSDRV_Heap, 0, pi->FriendlyName);
417         HeapFree(PSDRV_Heap, 0, pi->Devmode);
418         HeapFree(PSDRV_Heap, 0, pi);
419         *last = NULL;
420         MESSAGE("Couldn't find PPD file '%s', expect a crash now!\n",
421             pi->Devmode->dmDrvPrivate.ppdFileName);
422         return NULL;
423     }
424
425     pi->next = NULL;
426     pi->Fonts = NULL;
427
428     for(font = pi->ppd->InstalledFonts; font; font = font->next) {
429         afm = PSDRV_FindAFMinList(PSDRV_AFMFontList, font->Name);
430         if(!afm) {
431             MESSAGE(
432          "Couldn't find AFM file for installed printer font '%s' - ignoring\n",
433          font->Name);
434         } else {
435             PSDRV_AddAFMtoList(&pi->Fonts, afm);
436         }
437     }
438
439     return pi;
440 }