Searched refs:mfp (Results 1 – 6 of 6) sorted by relevance
/reactos/dll/win32/ole32/ |
H A D | ole32_main.c | 43 METAFILEPICT mfp; in OleMetafilePictFromIconAndLabel() local 128 mfp.mm = MM_ANISOTROPIC; in OleMetafilePictFromIconAndLabel() 130 mfp.xExt = MulDiv(width, HIMETRIC_INCHES, GetDeviceCaps(hdcScreen, LOGPIXELSX)); in OleMetafilePictFromIconAndLabel() 131 …mfp.yExt = MulDiv(label_offset + text_size.cy, HIMETRIC_INCHES, GetDeviceCaps(hdcScreen, LOGPIXELS… in OleMetafilePictFromIconAndLabel() 133 mfp.hMF = CloseMetaFile(hdc); in OleMetafilePictFromIconAndLabel() 135 if( !mfp.hMF ) in OleMetafilePictFromIconAndLabel() 138 hmem = GlobalAlloc( GMEM_MOVEABLE, sizeof(mfp) ); in OleMetafilePictFromIconAndLabel() 141 DeleteMetaFile(mfp.hMF); in OleMetafilePictFromIconAndLabel() 149 DeleteMetaFile(mfp.hMF); in OleMetafilePictFromIconAndLabel() 153 memcpy(mfdata,&mfp,sizeof(mfp)); in OleMetafilePictFromIconAndLabel()
|
H A D | clipboard.c | 602 METAFILEPICT *mfp = 0; in render_embed_source_hack() local 617 mfp = GlobalLock(std2.u.hGlobal); in render_embed_source_hack() 620 if (mfp) in render_embed_source_hack() 638 nSize = GetMetaFileBitsEx(mfp->hMF, 0, NULL); in render_embed_source_hack() 643 pdh.dwObjectExtentX = mfp->xExt; in render_embed_source_hack() 644 pdh.dwObjectExtentY = mfp->yExt; in render_embed_source_hack() 652 nSize = GetMetaFileBitsEx(mfp->hMF, nSize, mfBits); in render_embed_source_hack()
|
/reactos/modules/rostests/winetests/gdi32/ |
H A D | metafile.c | 3081 mfp.xExt = 100; in test_mf_conversions() 3106 mfp.xExt = 0; in test_mf_conversions() 3107 mfp.yExt = 0; in test_mf_conversions() 3149 METAFILEPICT mfp; in getConvertedFrameAndBounds() local 3157 mfp.mm = mm; in getConvertedFrameAndBounds() 3158 mfp.xExt = xExt; in getConvertedFrameAndBounds() 3159 mfp.yExt = yExt; in getConvertedFrameAndBounds() 3160 mfpPtr = &mfp; in getConvertedFrameAndBounds() 3382 METAFILEPICT mfp; in getwinmetafilebits() local 3528 mfp.xExt = 0xcafe; in getwinmetafilebits() [all …]
|
/reactos/dll/win32/riched20/ |
H A D | editor.c | 1286 METAFILEPICT mfp; in ME_RTFReadPictGroup() local 1292 mfp.mm = MM_TEXT; in ME_RTFReadPictGroup() 1334 mfp.mm = info->rtfParam; in ME_RTFReadPictGroup() 1345 mfp.xExt = info->rtfParam; in ME_RTFReadPictGroup() 1347 mfp.yExt = info->rtfParam; in ME_RTFReadPictGroup() 1365 if ((hemf = SetWinMetaFileBits( size, buffer, NULL, &mfp ))) in ME_RTFReadPictGroup()
|
/reactos/modules/rostests/winetests/ole32/ |
H A D | clipboard.c | 257 METAFILEPICT *mfp = GlobalLock(This->hmfp); in DataObjectImpl_Release() local 258 DeleteMetaFile(mfp->hMF); in DataObjectImpl_Release()
|
/reactos/media/drivers/etc/ |
H A D | services | 7306 mgcs-mfp-port 6509/tcp #MGCS-MFP Port 7307 mgcs-mfp-port 6509/udp #MGCS-MFP Port
|