2 * Enhanced MetaFile driver initialisation functions
4 * Copyright 1999 Huw D M Davies
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28 #include "enhmfdrv/enhmetafiledrv.h"
29 #include "wine/debug.h"
31 WINE_DEFAULT_DEBUG_CHANNEL(enhmetafile);
33 static const DC_FUNCTIONS EMFDRV_Funcs =
36 EMFDRV_AbortPath, /* pAbortPath */
38 EMFDRV_Arc, /* pArc */
40 EMFDRV_BeginPath, /* pBeginPath */
42 NULL, /* pChoosePixelFormat */
43 EMFDRV_Chord, /* pChord */
44 EMFDRV_CloseFigure, /* pCloseFigure */
45 NULL, /* pCreateBitmap */
47 NULL, /* pCreateDIBSection */
48 NULL, /* pDeleteBitmap */
50 NULL, /* pDescribePixelFormat */
51 NULL, /* pDeviceCapabilities */
52 EMFDRV_Ellipse, /* pEllipse */
55 EMFDRV_EndPath, /* pEndPath */
56 NULL, /* pEnumDeviceFonts */
57 EMFDRV_ExcludeClipRect, /* pExcludeClipRect */
58 NULL, /* pExtDeviceMode */
59 NULL, /* pExtEscape */
60 EMFDRV_ExtFloodFill, /* pExtFloodFill */
61 EMFDRV_ExtSelectClipRgn, /* pExtSelectClipRgn */
62 EMFDRV_ExtTextOut, /* pExtTextOut */
63 EMFDRV_FillPath, /* pFillPath */
64 EMFDRV_FillRgn, /* pFillRgn */
65 EMFDRV_FlattenPath, /* pFlattenPath */
66 EMFDRV_FrameRgn, /* pFrameRgn */
67 EMFDRV_GdiComment, /* pGdiComment */
68 NULL, /* pGetBitmapBits */
69 NULL, /* pGetCharWidth */
70 NULL, /* pGetDCOrgEx */
71 NULL, /* pGetDIBColorTable */
72 NULL, /* pGetDIBits */
73 EMFDRV_GetDeviceCaps, /* pGetDeviceCaps */
74 NULL, /* pGetDeviceGammaRamp */
75 NULL, /* pGetNearestColor */
77 NULL, /* pGetPixelFormat */
78 NULL, /* pGetSystemPaletteEntries */
79 NULL, /* pGetTextExtentPoint */
80 NULL, /* pGetTextMetrics */
81 EMFDRV_IntersectClipRect, /* pIntersectClipRect */
82 EMFDRV_InvertRgn, /* pInvertRgn */
83 EMFDRV_LineTo, /* pLineTo */
84 EMFDRV_ModifyWorldTransform, /* pModifyWorldTransform */
85 EMFDRV_MoveTo, /* pMoveTo */
86 EMFDRV_OffsetClipRgn, /* pOffsetClipRgn */
87 NULL, /* pOffsetViewportOrg */
88 NULL, /* pOffsetWindowOrg */
89 EMFDRV_PaintRgn, /* pPaintRgn */
90 EMFDRV_PatBlt, /* pPatBlt */
91 EMFDRV_Pie, /* pPie */
92 NULL, /* pPolyBezier */
93 NULL, /* pPolyBezierTo */
95 EMFDRV_PolyPolygon, /* pPolyPolygon */
96 EMFDRV_PolyPolyline, /* pPolyPolyline */
97 EMFDRV_Polygon, /* pPolygon */
98 EMFDRV_Polyline, /* pPolyline */
99 NULL, /* pPolylineTo */
100 NULL, /* pRealizeDefaultPalette */
101 NULL, /* pRealizePalette */
102 EMFDRV_Rectangle, /* pRectangle */
104 EMFDRV_RestoreDC, /* pRestoreDC */
105 EMFDRV_RoundRect, /* pRoundRect */
106 EMFDRV_SaveDC, /* pSaveDC */
107 EMFDRV_ScaleViewportExt, /* pScaleViewportExt */
108 EMFDRV_ScaleWindowExt, /* pScaleWindowExt */
109 EMFDRV_SelectBitmap, /* pSelectBitmap */
110 EMFDRV_SelectBrush, /* pSelectBrush */
111 EMFDRV_SelectClipPath, /* pSelectClipPath */
112 EMFDRV_SelectFont, /* pSelectFont */
113 NULL, /* pSelectPalette */
114 EMFDRV_SelectPen, /* pSelectPen */
115 EMFDRV_SetArcDirection, /* pSetArcDirection */
116 NULL, /* pSetBitmapBits */
117 EMFDRV_SetBkColor, /* pSetBkColor */
118 EMFDRV_SetBkMode, /* pSetBkMode */
119 NULL, /* pSetDCOrg */
120 NULL, /* pSetDIBColorTable */
121 NULL, /* pSetDIBits */
122 NULL, /* pSetDIBitsToDevice */
123 NULL, /* pSetDeviceClipping */
124 NULL, /* pSetDeviceGammaRamp */
125 EMFDRV_SetMapMode, /* pSetMapMode */
126 EMFDRV_SetMapperFlags, /* pSetMapperFlags */
127 NULL, /* pSetPixel */
128 NULL, /* pSetPixelFormat */
129 EMFDRV_SetPolyFillMode, /* pSetPolyFillMode */
130 EMFDRV_SetROP2, /* pSetROP2 */
131 NULL, /* pSetRelAbs */
132 EMFDRV_SetStretchBltMode, /* pSetStretchBltMode */
133 EMFDRV_SetTextAlign, /* pSetTextAlign */
134 NULL, /* pSetTextCharacterExtra */
135 EMFDRV_SetTextColor, /* pSetTextColor */
136 NULL, /* pSetTextJustification */
137 EMFDRV_SetViewportExt, /* pSetViewportExt */
138 EMFDRV_SetViewportOrg, /* pSetViewportOrg */
139 EMFDRV_SetWindowExt, /* pSetWindowExt */
140 EMFDRV_SetWindowOrg, /* pSetWindowOrg */
141 EMFDRV_SetWorldTransform, /* pSetWorldTransform */
142 NULL, /* pStartDoc */
143 NULL, /* pStartPage */
144 NULL, /* pStretchBlt */
145 EMFDRV_StretchDIBits, /* pStretchDIBits */
146 EMFDRV_StrokeAndFillPath, /* pStrokeAndFillPath */
147 EMFDRV_StrokePath, /* pStrokePath */
148 NULL, /* pSwapBuffers */
149 EMFDRV_WidenPath /* pWidenPath */
153 /**********************************************************************
156 static BOOL EMFDRV_DeleteDC( PHYSDEV dev )
158 EMFDRV_PDEVICE *physDev = (EMFDRV_PDEVICE *)dev;
159 DC *dc = physDev->dc;
161 if (physDev->emh) HeapFree( GetProcessHeap(), 0, physDev->emh );
162 HeapFree( GetProcessHeap(), 0, physDev );
164 GDI_FreeObject( dc->hSelf, dc );
169 /******************************************************************
172 * Warning: this function can change the pointer to the metafile header.
174 BOOL EMFDRV_WriteRecord( PHYSDEV dev, EMR *emr )
178 EMFDRV_PDEVICE *physDev = (EMFDRV_PDEVICE *)dev;
180 physDev->emh->nBytes += emr->nSize;
181 physDev->emh->nRecords++;
184 TRACE("Writing record to disk\n");
185 if (!WriteFile(physDev->hFile, (char *)emr, emr->nSize, NULL, NULL))
188 len = physDev->emh->nBytes;
189 emh = HeapReAlloc( GetProcessHeap(), 0, physDev->emh, len );
190 if (!emh) return FALSE;
192 memcpy((CHAR *)physDev->emh + physDev->emh->nBytes - emr->nSize, emr,
199 /******************************************************************
202 void EMFDRV_UpdateBBox( PHYSDEV dev, RECTL *rect )
204 EMFDRV_PDEVICE *physDev = (EMFDRV_PDEVICE *)dev;
205 RECTL *bounds = &physDev->emh->rclBounds;
207 if(bounds->left > bounds->right) {/* first rect */
211 bounds->left = min(bounds->left, rect->left);
212 bounds->top = min(bounds->top, rect->top);
213 bounds->right = max(bounds->right, rect->right);
214 bounds->bottom = max(bounds->bottom, rect->bottom);
218 /******************************************************************
221 * Note: this function assumes that we never delete objects.
222 * If we do someday, we'll need to maintain a table to re-use deleted
225 int EMFDRV_AddHandleDC( PHYSDEV dev )
227 EMFDRV_PDEVICE *physDev = (EMFDRV_PDEVICE *)dev;
228 physDev->emh->nHandles++;
229 return physDev->nextHandle++;
233 /**********************************************************************
234 * CreateEnhMetaFileA (GDI32.@)
236 HDC WINAPI CreateEnhMetaFileA(
237 HDC hdc, /* [in] optional reference DC */
238 LPCSTR filename, /* [in] optional filename for disk metafiles */
239 const RECT *rect, /* [in] optional bounding rectangle */
240 LPCSTR description /* [in] optional description */
243 LPWSTR filenameW = NULL;
244 LPWSTR descriptionW = NULL;
246 DWORD len1, len2, total;
250 total = MultiByteToWideChar( CP_ACP, 0, filename, -1, NULL, 0 );
251 filenameW = HeapAlloc( GetProcessHeap(), 0, total * sizeof(WCHAR) );
252 MultiByteToWideChar( CP_ACP, 0, filename, -1, filenameW, total );
255 len1 = strlen(description);
256 len2 = strlen(description + len1 + 1);
257 total = MultiByteToWideChar( CP_ACP, 0, description, len1 + len2 + 3, NULL, 0 );
258 descriptionW = HeapAlloc( GetProcessHeap(), 0, total * sizeof(WCHAR) );
259 MultiByteToWideChar( CP_ACP, 0, description, len1 + len2 + 3, descriptionW, total );
262 hReturnDC = CreateEnhMetaFileW(hdc, filenameW, rect, descriptionW);
265 HeapFree( GetProcessHeap(), 0, filenameW );
267 HeapFree( GetProcessHeap(), 0, descriptionW );
272 /**********************************************************************
273 * CreateEnhMetaFileW (GDI32.@)
275 HDC WINAPI CreateEnhMetaFileW(
276 HDC hdc, /* [in] optional reference DC */
277 LPCWSTR filename, /* [in] optional filename for disk metafiles */
278 const RECT* rect, /* [in] optional bounding rectangle */
279 LPCWSTR description /* [in] optional description */
282 static const WCHAR displayW[] = {'D','I','S','P','L','A','Y',0};
285 HDC hRefDC = hdc ? hdc : CreateDCW(displayW,NULL,NULL,NULL);
286 /* If no ref, use current display */
287 EMFDRV_PDEVICE *physDev;
289 DWORD size = 0, length = 0;
291 TRACE("%s\n", debugstr_w(filename) );
293 if (!(dc = DC_AllocDC( &EMFDRV_Funcs, ENHMETAFILE_DC_MAGIC ))) return 0;
295 physDev = (EMFDRV_PDEVICE *)HeapAlloc(GetProcessHeap(),0,sizeof(*physDev));
297 GDI_FreeObject( dc->hSelf, dc );
300 dc->physDev = (PHYSDEV)physDev;
301 physDev->hdc = dc->hSelf;
304 if(description) { /* App name\0Title\0\0 */
305 length = lstrlenW(description);
306 length += lstrlenW(description + length + 1);
310 size = sizeof(ENHMETAHEADER) + (length + 3) / 4 * 4;
312 if (!(physDev->emh = HeapAlloc( GetProcessHeap(), HEAP_ZERO_MEMORY, size))) {
313 HeapFree( GetProcessHeap(), 0, physDev );
314 GDI_FreeObject( dc->hSelf, dc );
318 physDev->nextHandle = 1;
321 physDev->horzres = GetDeviceCaps(hRefDC, HORZRES);
322 physDev->vertres = GetDeviceCaps(hRefDC, VERTRES);
323 physDev->logpixelsx = GetDeviceCaps(hRefDC, LOGPIXELSX);
324 physDev->logpixelsy = GetDeviceCaps(hRefDC, LOGPIXELSY);
325 physDev->horzsize = GetDeviceCaps(hRefDC, HORZSIZE);
326 physDev->vertsize = GetDeviceCaps(hRefDC, VERTSIZE);
327 physDev->bitspixel = GetDeviceCaps(hRefDC, BITSPIXEL);
328 physDev->textcaps = GetDeviceCaps(hRefDC, TEXTCAPS);
329 physDev->rastercaps = GetDeviceCaps(hRefDC, RASTERCAPS);
330 physDev->technology = GetDeviceCaps(hRefDC, TECHNOLOGY);
331 physDev->planes = GetDeviceCaps(hRefDC, PLANES);
333 physDev->emh->iType = EMR_HEADER;
334 physDev->emh->nSize = size;
336 physDev->emh->rclBounds.left = physDev->emh->rclBounds.top = 0;
337 physDev->emh->rclBounds.right = physDev->emh->rclBounds.bottom = -1;
340 physDev->emh->rclFrame.left = rect->left;
341 physDev->emh->rclFrame.top = rect->top;
342 physDev->emh->rclFrame.right = rect->right;
343 physDev->emh->rclFrame.bottom = rect->bottom;
344 } else { /* Set this to {0,0 - -1,-1} and update it at the end */
345 physDev->emh->rclFrame.left = physDev->emh->rclFrame.top = 0;
346 physDev->emh->rclFrame.right = physDev->emh->rclFrame.bottom = -1;
349 physDev->emh->dSignature = ENHMETA_SIGNATURE;
350 physDev->emh->nVersion = 0x10000;
351 physDev->emh->nBytes = physDev->emh->nSize;
352 physDev->emh->nRecords = 1;
353 physDev->emh->nHandles = 1;
355 physDev->emh->sReserved = 0; /* According to docs, this is reserved and must be 0 */
356 physDev->emh->nDescription = length / 2;
358 physDev->emh->offDescription = length ? sizeof(ENHMETAHEADER) : 0;
360 physDev->emh->nPalEntries = 0; /* I guess this should start at 0 */
363 physDev->emh->szlDevice.cx = physDev->horzres;
364 physDev->emh->szlDevice.cy = physDev->vertres;
366 /* Size in millimeters */
367 physDev->emh->szlMillimeters.cx = physDev->horzsize;
368 physDev->emh->szlMillimeters.cy = physDev->vertsize;
370 /* Size in micrometers */
371 physDev->emh->szlMicrometers.cx = physDev->horzsize * 1000;
372 physDev->emh->szlMicrometers.cy = physDev->vertsize * 1000;
374 memcpy((char *)physDev->emh + sizeof(ENHMETAHEADER), description, length);
376 if (filename) /* disk based metafile */
378 if ((hFile = CreateFileW(filename, GENERIC_WRITE | GENERIC_READ, 0,
379 NULL, CREATE_ALWAYS, 0, 0)) == INVALID_HANDLE_VALUE) {
380 EMFDRV_DeleteDC( dc->physDev );
383 if (!WriteFile( hFile, (LPSTR)physDev->emh, size, NULL, NULL )) {
384 EMFDRV_DeleteDC( dc->physDev );
387 physDev->hFile = hFile;
390 TRACE("returning %p\n", dc->hSelf);
392 GDI_ReleaseObj( dc->hSelf );
400 /******************************************************************
401 * CloseEnhMetaFile (GDI32.@)
403 HENHMETAFILE WINAPI CloseEnhMetaFile(HDC hdc) /* [in] metafile DC */
406 EMFDRV_PDEVICE *physDev;
411 TRACE("(%p)\n", hdc );
413 if (!(dc = (DC *) GDI_GetObjPtr( hdc, ENHMETAFILE_DC_MAGIC ))) return 0;
414 physDev = (EMFDRV_PDEVICE *)dc->physDev;
416 emr.emr.iType = EMR_EOF;
417 emr.emr.nSize = sizeof(emr);
419 emr.offPalEntries = 0;
420 emr.nSizeLast = emr.emr.nSize;
421 EMFDRV_WriteRecord( dc->physDev, &emr.emr );
423 /* Update rclFrame if not initialized in CreateEnhMetaFile */
424 if(physDev->emh->rclFrame.left > physDev->emh->rclFrame.right) {
425 physDev->emh->rclFrame.left = physDev->emh->rclBounds.left *
426 physDev->emh->szlMillimeters.cx * 100 / physDev->emh->szlDevice.cx;
427 physDev->emh->rclFrame.top = physDev->emh->rclBounds.top *
428 physDev->emh->szlMillimeters.cy * 100 / physDev->emh->szlDevice.cy;
429 physDev->emh->rclFrame.right = physDev->emh->rclBounds.right *
430 physDev->emh->szlMillimeters.cx * 100 / physDev->emh->szlDevice.cx;
431 physDev->emh->rclFrame.bottom = physDev->emh->rclBounds.bottom *
432 physDev->emh->szlMillimeters.cy * 100 / physDev->emh->szlDevice.cy;
435 if (physDev->hFile) /* disk based metafile */
437 if (SetFilePointer(physDev->hFile, 0, NULL, FILE_BEGIN) != 0)
439 CloseHandle( physDev->hFile );
440 EMFDRV_DeleteDC( dc->physDev );
444 if (!WriteFile(physDev->hFile, (LPSTR)physDev->emh,
445 sizeof(*physDev->emh), NULL, NULL))
447 CloseHandle( physDev->hFile );
448 EMFDRV_DeleteDC( dc->physDev );
451 HeapFree( GetProcessHeap(), 0, physDev->emh );
452 hMapping = CreateFileMappingA(physDev->hFile, NULL, PAGE_READONLY, 0,
454 TRACE("hMapping = %p\n", hMapping );
455 physDev->emh = MapViewOfFile(hMapping, FILE_MAP_READ, 0, 0, 0);
456 TRACE("view = %p\n", physDev->emh );
457 CloseHandle( hMapping );
458 CloseHandle( physDev->hFile );
461 hmf = EMF_Create_HENHMETAFILE( physDev->emh, (physDev->hFile != 0) );
462 physDev->emh = NULL; /* So it won't be deleted */
463 EMFDRV_DeleteDC( dc->physDev );