Home
last modified time | relevance | path

Searched refs:CF_BITMAP (Results 1 – 25 of 25) sorted by relevance

/reactos/base/applications/clipbrd/
H A Dcliputils.c45 {CF_BITMAP , STRING_CF_BITMAP }, // 2 in GetPredefinedClipboardFormatName()
69 case CF_TEXT: case CF_BITMAP: case CF_METAFILEPICT: in GetPredefinedClipboardFormatName()
162 CF_BITMAP, in GetAutomaticClipboardFormat()
182 case CF_BITMAP: in IsClipboardFormatSupported()
261 case CF_BITMAP: in GetClipboardDataDimensions()
266 hBitmap = (HBITMAP)GetClipboardData(CF_BITMAP); in GetClipboardDataDimensions()
H A Dfileutils.c266 if (!SetClipboardData(CF_BITMAP, hBitmap)) in ClipboardReadBitmap()
402 case CF_BITMAP: in ReadClipboardFile()
H A Dwinutils.c166 hBitmap = (HBITMAP)GetClipboardData(CF_BITMAP); in BitBltFromClipboard()
H A Dclipbrd.c308 case CF_BITMAP: in OnPaint()
/reactos/win32ss/user/ntuser/
H A Dclipboard.c68 else if (pElement->fmt == CF_BITMAP || in IntFreeElementData()
299 bHaveBm = IntIsFormatAvailable(pWinStaObj, CF_BITMAP); in IntAddSynthesizedFormats()
337 IntAddFormatedData(pWinStaObj, CF_BITMAP, DATA_SYNTH_KRNL, FALSE, TRUE); in IntAddSynthesizedFormats()
350 IntSynthesizeDib(pWinStaObj, IntGetFormatElement(pWinStaObj, CF_BITMAP)->hData); in IntAddSynthesizedFormats()
946 case CF_BITMAP: in NtUserGetClipboardData()
994 else if (fmt == CF_BITMAP) in NtUserGetClipboardData()
1046 if (fmt == CF_BITMAP) in UserSetClipboardData()
H A Ddde.c265 case CF_BITMAP: in IntDdePostMessageHook()
281 case CF_BITMAP: in IntDdePostMessageHook()
H A Ddefwnd.c523 UserSetClipboardData(CF_BITMAP, hbitmap, &scd); in DefWndScreenshot()
H A Dkeyboard.c781 if (UserSetClipboardData(CF_BITMAP, hbm, &scd)) in SnapWindow()
/reactos/dll/win32/ole32/
H A Dole2impl.c73 fmt.cfFormat == CF_BITMAP || in OleQueryCreateFromData()
102 static const UINT fmt_id[] = { CF_METAFILEPICT, CF_BITMAP, CF_DIB }; in get_storage()
264 case CF_BITMAP: in OleCreateStaticFromData()
463 case CF_BITMAP: in OleDuplicateData()
H A Ddatacache.c296 if (fmt.cfFormat == CF_BITMAP) in DataCache_GetEntryForFormatEtc()
348 (fmt->cfFormat == CF_BITMAP && fmt->tymed == TYMED_GDI) || in check_valid_formatetc()
1243 if (formatetc->cfFormat == CF_BITMAP) in DataCacheEntry_SetData()
1280 if (fmt->cfFormat == CF_BITMAP) in DataCacheEntry_GetData()
1296 case CF_BITMAP: return TYMED_GDI; in tymed_from_cf()
2458 if (fmt_cpy.cfFormat == CF_BITMAP && fmt_cpy.tymed == TYMED_GDI) in DataCache_Cache()
2551 data[i].formatetc.cfFormat = CF_BITMAP; in DataCache_EnumCache()
2626 CLIPFORMAT view_list[] = { CF_METAFILEPICT, CF_ENHMETAFILE, CF_DIB, CF_BITMAP }; in DataCache_UpdateCache()
2650 fmt.cfFormat = CF_BITMAP; in DataCache_UpdateCache()
2679 if (fmt.cfFormat == CF_BITMAP) in DataCache_UpdateCache()
H A Dclipboard.c1146 case CF_BITMAP: in get_tymed_from_nonole_cf()
/reactos/modules/rostests/winetests/user32/
H A Dclipboard.c599 /* 5 */ { CF_BITMAP, { CF_BITMAP, CF_DIB, CF_DIBV5 }}, in test_synthesized()
600 { CF_DIB, { CF_DIB, CF_BITMAP, CF_DIBV5 }}, in test_synthesized()
740 case CF_BITMAP: in test_synthesized()
1398 h = SetClipboardData( CF_BITMAP, bitmap_temp ); in test_handles()
1401 h = SetClipboardData( CF_BITMAP, bitmap ); in test_handles()
1584 data = GetClipboardData( CF_BITMAP ); in test_handles()
1657 h = GetClipboardData( CF_BITMAP ); in test_handles_thread2()
1712 h = GetClipboardData( CF_BITMAP ); in test_handles_process()
1785 h = GetClipboardData( CF_BITMAP ); in test_handles_process_dib()
1820 h = SetClipboardData( CF_BITMAP, bitmap ); in test_data_handles()
[all …]
/reactos/modules/rostests/winetests/ole32/
H A Dole2.c1303 case CF_BITMAP: in test_OleLoad()
1342 if (fmt == CF_BITMAP && hr != S_OK) in test_OleLoad()
1503 case CF_BITMAP: in DataObject_GetData()
1849 (fmtetc.cfFormat == CF_BITMAP && fmtetc.tymed == TYMED_GDI) || in test_data_cache()
1870 fmtetc.cfFormat = CF_BITMAP; in test_data_cache()
2141 {{ CF_BITMAP, 0, DVASPECT_CONTENT, -1, TYMED_GDI }, 0, NULL, 1 }, in test_data_cache_dib_contents_stream()
2274 fmt.cfFormat = CF_BITMAP; in test_data_cache_cache()
2315 fmt.cfFormat = CF_BITMAP; in test_data_cache_cache()
2357 fmt.cfFormat = CF_BITMAP; in test_data_cache_cache()
2422 fmt.cfFormat = CF_BITMAP; in test_data_cache_cache()
[all …]
/reactos/win32ss/user/winsrv/consrv/frontends/gui/
H A Dgraphics.c105 SetClipboardData(CF_BITMAP, hBitmapTarget); in GuiCopyFromGraphicsBuffer()
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dconstants.h319 #define CF_BITMAP 2
/reactos/base/applications/mstsc/
H A Dconstants.h397 #define CF_BITMAP 2 macro
/reactos/win32ss/user/user32/windows/
H A Dclipboard.c314 else if (uFormat == CF_BITMAP || uFormat == CF_DSPBITMAP || uFormat == CF_PALETTE) in SetClipboardData()
/reactos/base/applications/mspaint/
H A Dmain.cpp699 ::IsClipboardFormatAvailable(CF_BITMAP)); in CanPaste()
1019 if (::IsClipboardFormatAvailable(CF_BITMAP)) in OnCommand()
1021 HBITMAP hbm = (HBITMAP)::GetClipboardData(CF_BITMAP); in OnCommand()
/reactos/win32ss/user/user32/misc/
H A Dddemisc.c1527 case CF_BITMAP: in WDML_Global2DataHandle()
1541 0, 0, CF_BITMAP, 0); in WDML_Global2DataHandle()
1590 case CF_BITMAP: in WDML_DataHandle2Global()
/reactos/sdk/include/psdk/
H A Dwinuser.rh882 #define CF_BITMAP 2
H A Dwinuser.h68 #define CF_BITMAP 2 macro
/reactos/dll/win32/riched20/
H A Drichole.c5761 fmt.cfFormat = CF_BITMAP; in ME_GetOLEObjectSize()
5825 fmt.cfFormat = CF_BITMAP; in ME_DrawOLE()
H A Deditor.c1152 fm.cfFormat = CF_BITMAP; in insert_static_object()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/
H A Dmstscax.cpp3244 case CF_BITMAP: o << "bitmap"; break; in FormatEtcToString()
/reactos/dll/win32/cryptui/
H A Dmain.c1837 formatEtc.cfFormat = CF_BITMAP; in add_icon_to_control()