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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
29 #include "gdi_private.h"
30 #include "enhmfdrv/enhmetafiledrv.h"
31 #include "wine/debug.h"
33 WINE_DEFAULT_DEBUG_CHANNEL(enhmetafile);
35 static BOOL EMFDRV_DeleteDC( PHYSDEV dev );
37 static const struct gdi_dc_funcs EMFDRV_Funcs =
40 EMFDRV_AbortPath, /* pAbortPath */
41 NULL, /* pAlphaBlend */
43 EMFDRV_Arc, /* pArc */
45 EMFDRV_BeginPath, /* pBeginPath */
46 NULL, /* pBlendImage */
47 NULL, /* pChoosePixelFormat */
48 EMFDRV_Chord, /* pChord */
49 EMFDRV_CloseFigure, /* pCloseFigure */
50 NULL, /* pCopyBitmap */
51 NULL, /* pCreateBitmap */
52 NULL, /* pCreateCompatibleDC */
54 NULL, /* pDeleteBitmap */
55 EMFDRV_DeleteDC, /* pDeleteDC */
56 EMFDRV_DeleteObject, /* pDeleteObject */
57 NULL, /* pDescribePixelFormat */
58 NULL, /* pDeviceCapabilities */
59 EMFDRV_Ellipse, /* pEllipse */
62 EMFDRV_EndPath, /* pEndPath */
63 NULL, /* pEnumFonts */
64 NULL, /* pEnumICMProfiles */
65 EMFDRV_ExcludeClipRect, /* pExcludeClipRect */
66 NULL, /* pExtDeviceMode */
67 NULL, /* pExtEscape */
68 EMFDRV_ExtFloodFill, /* pExtFloodFill */
69 EMFDRV_ExtSelectClipRgn, /* pExtSelectClipRgn */
70 EMFDRV_ExtTextOut, /* pExtTextOut */
71 EMFDRV_FillPath, /* pFillPath */
72 EMFDRV_FillRgn, /* pFillRgn */
73 EMFDRV_FlattenPath, /* pFlattenPath */
74 NULL, /* pFontIsLinked */
75 EMFDRV_FrameRgn, /* pFrameRgn */
76 EMFDRV_GdiComment, /* pGdiComment */
77 NULL, /* pGdiRealizationInfo */
78 NULL, /* pGetBoundsRect */
79 NULL, /* pGetCharABCWidths */
80 NULL, /* pGetCharABCWidthsI */
81 NULL, /* pGetCharWidth */
82 EMFDRV_GetDeviceCaps, /* pGetDeviceCaps */
83 NULL, /* pGetDeviceGammaRamp */
84 NULL, /* pGetFontData */
85 NULL, /* pGetFontUnicodeRanges */
86 NULL, /* pGetGlyphIndices */
87 NULL, /* pGetGlyphOutline */
88 NULL, /* pGetICMProfile */
90 NULL, /* pGetKerningPairs */
91 NULL, /* pGetNearestColor */
92 NULL, /* pGetOutlineTextMetrics */
94 NULL, /* pGetPixelFormat */
95 NULL, /* pGetSystemPaletteEntries */
96 NULL, /* pGetTextCharsetInfo */
97 NULL, /* pGetTextExtentExPoint */
98 NULL, /* pGetTextExtentExPointI */
99 NULL, /* pGetTextFace */
100 NULL, /* pGetTextMetrics */
101 NULL, /* pGradientFill */
102 EMFDRV_IntersectClipRect, /* pIntersectClipRect */
103 EMFDRV_InvertRgn, /* pInvertRgn */
104 EMFDRV_LineTo, /* pLineTo */
105 EMFDRV_ModifyWorldTransform, /* pModifyWorldTransform */
106 EMFDRV_MoveTo, /* pMoveTo */
107 EMFDRV_OffsetClipRgn, /* pOffsetClipRgn */
108 EMFDRV_OffsetViewportOrgEx, /* pOffsetViewportOrgEx */
109 EMFDRV_OffsetWindowOrgEx, /* pOffsetWindowOrgEx */
110 EMFDRV_PaintRgn, /* pPaintRgn */
111 EMFDRV_PatBlt, /* pPatBlt */
112 EMFDRV_Pie, /* pPie */
113 EMFDRV_PolyBezier, /* pPolyBezier */
114 EMFDRV_PolyBezierTo, /* pPolyBezierTo */
115 NULL, /* pPolyDraw */
116 EMFDRV_PolyPolygon, /* pPolyPolygon */
117 EMFDRV_PolyPolyline, /* pPolyPolyline */
118 EMFDRV_Polygon, /* pPolygon */
119 EMFDRV_Polyline, /* pPolyline */
120 NULL, /* pPolylineTo */
121 NULL, /* pPutImage */
122 NULL, /* pRealizeDefaultPalette */
123 NULL, /* pRealizePalette */
124 EMFDRV_Rectangle, /* pRectangle */
126 EMFDRV_RestoreDC, /* pRestoreDC */
127 EMFDRV_RoundRect, /* pRoundRect */
128 EMFDRV_SaveDC, /* pSaveDC */
129 EMFDRV_ScaleViewportExtEx, /* pScaleViewportExtEx */
130 EMFDRV_ScaleWindowExtEx, /* pScaleWindowExtEx */
131 EMFDRV_SelectBitmap, /* pSelectBitmap */
132 EMFDRV_SelectBrush, /* pSelectBrush */
133 EMFDRV_SelectClipPath, /* pSelectClipPath */
134 EMFDRV_SelectFont, /* pSelectFont */
135 EMFDRV_SelectPalette, /* pSelectPalette */
136 EMFDRV_SelectPen, /* pSelectPen */
137 EMFDRV_SetArcDirection, /* pSetArcDirection */
138 EMFDRV_SetBkColor, /* pSetBkColor */
139 EMFDRV_SetBkMode, /* pSetBkMode */
140 NULL, /* pSetBoundsRect */
141 EMFDRV_SetDCBrushColor, /* pSetDCBrushColor*/
142 EMFDRV_SetDCPenColor, /* pSetDCPenColor*/
143 EMFDRV_SetDIBitsToDevice, /* pSetDIBitsToDevice */
144 NULL, /* pSetDeviceClipping */
145 NULL, /* pSetDeviceGammaRamp */
146 EMFDRV_SetLayout, /* pSetLayout */
147 EMFDRV_SetMapMode, /* pSetMapMode */
148 EMFDRV_SetMapperFlags, /* pSetMapperFlags */
149 EMFDRV_SetPixel, /* pSetPixel */
150 NULL, /* pSetPixelFormat */
151 EMFDRV_SetPolyFillMode, /* pSetPolyFillMode */
152 EMFDRV_SetROP2, /* pSetROP2 */
153 NULL, /* pSetRelAbs */
154 EMFDRV_SetStretchBltMode, /* pSetStretchBltMode */
155 EMFDRV_SetTextAlign, /* pSetTextAlign */
156 NULL, /* pSetTextCharacterExtra */
157 EMFDRV_SetTextColor, /* pSetTextColor */
158 EMFDRV_SetTextJustification, /* pSetTextJustification */
159 EMFDRV_SetViewportExtEx, /* pSetViewportExtEx */
160 EMFDRV_SetViewportOrgEx, /* pSetViewportOrgEx */
161 EMFDRV_SetWindowExtEx, /* pSetWindowExtEx */
162 EMFDRV_SetWindowOrgEx, /* pSetWindowOrgEx */
163 EMFDRV_SetWorldTransform, /* pSetWorldTransform */
164 NULL, /* pStartDoc */
165 NULL, /* pStartPage */
166 EMFDRV_StretchBlt, /* pStretchBlt */
167 EMFDRV_StretchDIBits, /* pStretchDIBits */
168 EMFDRV_StrokeAndFillPath, /* pStrokeAndFillPath */
169 EMFDRV_StrokePath, /* pStrokePath */
170 NULL, /* pSwapBuffers */
171 NULL, /* pUnrealizePalette */
172 EMFDRV_WidenPath, /* pWidenPath */
173 NULL, /* pwglCopyContext */
174 NULL, /* pwglCreateContext */
175 NULL, /* pwglCreateContextAttribsARB */
176 NULL, /* pwglDeleteContext */
177 NULL, /* pwglGetProcAddress */
178 NULL, /* pwglMakeContextCurrentARB */
179 NULL, /* pwglMakeCurrent */
180 NULL, /* pwglSetPixelFormatWINE */
181 NULL, /* pwglShareLists */
182 NULL, /* pwglUseFontBitmapsA */
183 NULL, /* pwglUseFontBitmapsW */
184 GDI_PRIORITY_GRAPHICS_DRV /* priority */
188 /**********************************************************************
191 static BOOL EMFDRV_DeleteDC( PHYSDEV dev )
193 EMFDRV_PDEVICE *physDev = (EMFDRV_PDEVICE *)dev;
196 if (physDev->emh) HeapFree( GetProcessHeap(), 0, physDev->emh );
197 for(index = 0; index < physDev->handles_size; index++)
198 if(physDev->handles[index])
199 GDI_hdc_not_using_object(physDev->handles[index], dev->hdc);
200 HeapFree( GetProcessHeap(), 0, physDev->handles );
201 HeapFree( GetProcessHeap(), 0, physDev );
206 /******************************************************************
209 * Warning: this function can change the pointer to the metafile header.
211 BOOL EMFDRV_WriteRecord( PHYSDEV dev, EMR *emr )
215 EMFDRV_PDEVICE *physDev = (EMFDRV_PDEVICE *)dev;
217 TRACE("record %d, size %d %s\n",
218 emr->iType, emr->nSize, physDev->hFile ? "(to disk)" : "");
220 assert( !(emr->nSize & 3) );
222 physDev->emh->nBytes += emr->nSize;
223 physDev->emh->nRecords++;
226 if (!WriteFile(physDev->hFile, emr, emr->nSize, NULL, NULL))
229 DWORD nEmfSize = HeapSize(GetProcessHeap(), 0, physDev->emh);
230 len = physDev->emh->nBytes;
231 if (len > nEmfSize) {
232 nEmfSize += (nEmfSize / 2) + emr->nSize;
233 emh = HeapReAlloc(GetProcessHeap(), 0, physDev->emh, nEmfSize);
234 if (!emh) return FALSE;
237 memcpy((CHAR *)physDev->emh + physDev->emh->nBytes - emr->nSize, emr,
244 /******************************************************************
247 void EMFDRV_UpdateBBox( PHYSDEV dev, RECTL *rect )
249 EMFDRV_PDEVICE *physDev = (EMFDRV_PDEVICE *)dev;
250 RECTL *bounds = &physDev->emh->rclBounds;
251 RECTL vportRect = *rect;
253 LPtoDP( dev->hdc, (LPPOINT)&vportRect, 2 );
255 /* The coordinate systems may be mirrored
256 (LPtoDP handles points, not rectangles) */
257 if (vportRect.left > vportRect.right)
259 LONG temp = vportRect.right;
260 vportRect.right = vportRect.left;
261 vportRect.left = temp;
263 if (vportRect.top > vportRect.bottom)
265 LONG temp = vportRect.bottom;
266 vportRect.bottom = vportRect.top;
267 vportRect.top = temp;
270 if (bounds->left > bounds->right)
272 /* first bounding rectangle */
277 bounds->left = min(bounds->left, vportRect.left);
278 bounds->top = min(bounds->top, vportRect.top);
279 bounds->right = max(bounds->right, vportRect.right);
280 bounds->bottom = max(bounds->bottom, vportRect.bottom);
284 /**********************************************************************
285 * CreateEnhMetaFileA (GDI32.@)
287 HDC WINAPI CreateEnhMetaFileA(
288 HDC hdc, /* [in] optional reference DC */
289 LPCSTR filename, /* [in] optional filename for disk metafiles */
290 const RECT *rect, /* [in] optional bounding rectangle */
291 LPCSTR description /* [in] optional description */
294 LPWSTR filenameW = NULL;
295 LPWSTR descriptionW = NULL;
297 DWORD len1, len2, total;
301 total = MultiByteToWideChar( CP_ACP, 0, filename, -1, NULL, 0 );
302 filenameW = HeapAlloc( GetProcessHeap(), 0, total * sizeof(WCHAR) );
303 MultiByteToWideChar( CP_ACP, 0, filename, -1, filenameW, total );
306 len1 = strlen(description);
307 len2 = strlen(description + len1 + 1);
308 total = MultiByteToWideChar( CP_ACP, 0, description, len1 + len2 + 3, NULL, 0 );
309 descriptionW = HeapAlloc( GetProcessHeap(), 0, total * sizeof(WCHAR) );
310 MultiByteToWideChar( CP_ACP, 0, description, len1 + len2 + 3, descriptionW, total );
313 hReturnDC = CreateEnhMetaFileW(hdc, filenameW, rect, descriptionW);
315 HeapFree( GetProcessHeap(), 0, filenameW );
316 HeapFree( GetProcessHeap(), 0, descriptionW );
321 /**********************************************************************
322 * CreateEnhMetaFileW (GDI32.@)
324 HDC WINAPI CreateEnhMetaFileW(
325 HDC hdc, /* [in] optional reference DC */
326 LPCWSTR filename, /* [in] optional filename for disk metafiles */
327 const RECT* rect, /* [in] optional bounding rectangle */
328 LPCWSTR description /* [in] optional description */
331 static const WCHAR displayW[] = {'D','I','S','P','L','A','Y',0};
334 EMFDRV_PDEVICE *physDev;
336 DWORD size = 0, length = 0;
338 TRACE("%s\n", debugstr_w(filename) );
340 if (!(dc = alloc_dc_ptr( OBJ_ENHMETADC ))) return 0;
342 physDev = HeapAlloc(GetProcessHeap(),0,sizeof(*physDev));
347 if(description) { /* App name\0Title\0\0 */
348 length = lstrlenW(description);
349 length += lstrlenW(description + length + 1);
353 size = sizeof(ENHMETAHEADER) + (length + 3) / 4 * 4;
355 if (!(physDev->emh = HeapAlloc( GetProcessHeap(), HEAP_ZERO_MEMORY, size))) {
356 HeapFree( GetProcessHeap(), 0, physDev );
361 push_dc_driver( &dc->physDev, &physDev->dev, &EMFDRV_Funcs );
363 physDev->handles = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, HANDLE_LIST_INC * sizeof(physDev->handles[0]));
364 physDev->handles_size = HANDLE_LIST_INC;
365 physDev->cur_handles = 1;
367 physDev->dc_brush = 0;
369 physDev->screen_dc = 0;
370 physDev->restoring = 0;
371 if (hdc) /* if no ref, use current display */
372 physDev->ref_dc = hdc;
374 physDev->ref_dc = physDev->screen_dc = CreateDCW( displayW, NULL, NULL, NULL );
376 SetVirtualResolution(physDev->dev.hdc, 0, 0, 0, 0);
378 physDev->emh->iType = EMR_HEADER;
379 physDev->emh->nSize = size;
381 physDev->emh->rclBounds.left = physDev->emh->rclBounds.top = 0;
382 physDev->emh->rclBounds.right = physDev->emh->rclBounds.bottom = -1;
385 physDev->emh->rclFrame.left = rect->left;
386 physDev->emh->rclFrame.top = rect->top;
387 physDev->emh->rclFrame.right = rect->right;
388 physDev->emh->rclFrame.bottom = rect->bottom;
389 } else { /* Set this to {0,0 - -1,-1} and update it at the end */
390 physDev->emh->rclFrame.left = physDev->emh->rclFrame.top = 0;
391 physDev->emh->rclFrame.right = physDev->emh->rclFrame.bottom = -1;
394 physDev->emh->dSignature = ENHMETA_SIGNATURE;
395 physDev->emh->nVersion = 0x10000;
396 physDev->emh->nBytes = physDev->emh->nSize;
397 physDev->emh->nRecords = 1;
398 physDev->emh->nHandles = 1;
400 physDev->emh->sReserved = 0; /* According to docs, this is reserved and must be 0 */
401 physDev->emh->nDescription = length / 2;
403 physDev->emh->offDescription = length ? sizeof(ENHMETAHEADER) : 0;
405 physDev->emh->nPalEntries = 0; /* I guess this should start at 0 */
408 physDev->emh->szlDevice.cx = GetDeviceCaps( physDev->ref_dc, HORZRES );
409 physDev->emh->szlDevice.cy = GetDeviceCaps( physDev->ref_dc, VERTRES );
411 /* Size in millimeters */
412 physDev->emh->szlMillimeters.cx = GetDeviceCaps( physDev->ref_dc, HORZSIZE );
413 physDev->emh->szlMillimeters.cy = GetDeviceCaps( physDev->ref_dc, VERTSIZE );
415 /* Size in micrometers */
416 physDev->emh->szlMicrometers.cx = physDev->emh->szlMillimeters.cx * 1000;
417 physDev->emh->szlMicrometers.cy = physDev->emh->szlMillimeters.cy * 1000;
419 memcpy((char *)physDev->emh + sizeof(ENHMETAHEADER), description, length);
421 if (filename) /* disk based metafile */
423 if ((hFile = CreateFileW(filename, GENERIC_WRITE | GENERIC_READ, 0,
424 NULL, CREATE_ALWAYS, 0, 0)) == INVALID_HANDLE_VALUE) {
428 if (!WriteFile( hFile, physDev->emh, size, NULL, NULL )) {
432 physDev->hFile = hFile;
435 TRACE("returning %p\n", physDev->dev.hdc);
436 ret = physDev->dev.hdc;
437 release_dc_ptr( dc );
442 /******************************************************************
443 * CloseEnhMetaFile (GDI32.@)
445 HENHMETAFILE WINAPI CloseEnhMetaFile(HDC hdc) /* [in] metafile DC */
448 EMFDRV_PDEVICE *physDev;
453 TRACE("(%p)\n", hdc );
455 if (!(dc = get_dc_ptr( hdc ))) return NULL;
456 if (dc->header.type != OBJ_ENHMETADC)
458 release_dc_ptr( dc );
461 if (dc->refcount != 1)
463 FIXME( "not deleting busy DC %p refcount %u\n", hdc, dc->refcount );
464 release_dc_ptr( dc );
467 physDev = (EMFDRV_PDEVICE *)dc->physDev;
472 if (physDev->dc_brush) DeleteObject( physDev->dc_brush );
473 if (physDev->dc_pen) DeleteObject( physDev->dc_pen );
474 if (physDev->screen_dc) DeleteDC( physDev->screen_dc );
476 emr.emr.iType = EMR_EOF;
477 emr.emr.nSize = sizeof(emr);
479 emr.offPalEntries = FIELD_OFFSET(EMREOF, nSizeLast);
480 emr.nSizeLast = emr.emr.nSize;
481 EMFDRV_WriteRecord( dc->physDev, &emr.emr );
483 /* Update rclFrame if not initialized in CreateEnhMetaFile */
484 if(physDev->emh->rclFrame.left > physDev->emh->rclFrame.right) {
485 physDev->emh->rclFrame.left = physDev->emh->rclBounds.left *
486 physDev->emh->szlMillimeters.cx * 100 / physDev->emh->szlDevice.cx;
487 physDev->emh->rclFrame.top = physDev->emh->rclBounds.top *
488 physDev->emh->szlMillimeters.cy * 100 / physDev->emh->szlDevice.cy;
489 physDev->emh->rclFrame.right = physDev->emh->rclBounds.right *
490 physDev->emh->szlMillimeters.cx * 100 / physDev->emh->szlDevice.cx;
491 physDev->emh->rclFrame.bottom = physDev->emh->rclBounds.bottom *
492 physDev->emh->szlMillimeters.cy * 100 / physDev->emh->szlDevice.cy;
495 if (physDev->hFile) /* disk based metafile */
497 if (SetFilePointer(physDev->hFile, 0, NULL, FILE_BEGIN) != 0)
499 CloseHandle( physDev->hFile );
504 if (!WriteFile(physDev->hFile, physDev->emh, sizeof(*physDev->emh),
507 CloseHandle( physDev->hFile );
511 HeapFree( GetProcessHeap(), 0, physDev->emh );
512 hMapping = CreateFileMappingA(physDev->hFile, NULL, PAGE_READONLY, 0,
514 TRACE("hMapping = %p\n", hMapping );
515 physDev->emh = MapViewOfFile(hMapping, FILE_MAP_READ, 0, 0, 0);
516 TRACE("view = %p\n", physDev->emh );
517 CloseHandle( hMapping );
518 CloseHandle( physDev->hFile );
521 hmf = EMF_Create_HENHMETAFILE( physDev->emh, (physDev->hFile != 0) );
522 physDev->emh = NULL; /* So it won't be deleted */