Home
last modified time | relevance | path

Searched refs:SaveBitmap (Results 1 – 22 of 22) sorted by relevance

/dports/x11-toolkits/pango/pango-1.48.11/examples/
H A Dpangowin32tobmp.c264 SaveBitmap (HBITMAP hBmp, const char* pszFile);
311 SaveBitmap (hbmp, sFile); in post_render()
319 SaveBitmap (HBITMAP hBmp, const char* pszFile) in SaveBitmap() function
/dports/graphics/devil/devil-1.7.8/projects/DotNet/
H A DDevIL.NET.cpp139 …static bool SaveBitmap(System::String __gc* i_szFileName, System::Drawing::Bitmap __gc* i_poBitmap…
269 bool DevIL::DevIL::SaveBitmap(System::String __gc* i_szFileName, System::Drawing::Bitmap __gc* i_po…
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/printing/test/
H A Dmock_printer.h108 bool SaveBitmap(unsigned int page, const base::FilePath& filepath) const;
H A Dmock_printer.cc281 bool MockPrinter::SaveBitmap(unsigned int page, in SaveBitmap() function in MockPrinter
H A Dprint_render_frame_helper_browsertest.cc850 print_render_thread()->printer()->SaveBitmap(0, bitmap_path); in TEST_F()
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dmessage.h72 pSaveBitmap SaveBitmap; member
H A Dmessage.c550 MakeMessageId(PrimaryUpdate, SaveBitmap), (void*)wParam, NULL); in update_message_SaveBitmap()
1845 return IFCALLRESULT(TRUE, proxy->SaveBitmap, msg->context, in update_message_process_primary_update_class()
2563 message->SaveBitmap = primary->SaveBitmap; in update_message_register_interface()
2585 primary->SaveBitmap = update_message_SaveBitmap; in update_message_register_interface()
H A Dorders.c3606 rc = IFCALLRESULT(FALSE, primary->SaveBitmap, context, &primary->save_bitmap); in update_recv_primary_order()
/dports/emulators/mess/mame-mame0226/src/osd/modules/font/
H A Dfont_dwrite.cpp75 HRESULT SaveBitmap(IWICBitmap* bitmap, GUID pixelFormat, const WCHAR *filename) in SaveBitmap() function
173 SaveBitmap(bmp2.Get(), GUID_WICPixelFormat32bppRGBA, filename); in SaveBitmap2()
523 SaveBitmap(wicBitmap.Get(), GUID_WICPixelFormatBlackWhite, L"C:\\temp\\ddraw_step1.bmp"); in get_bitmap()
/dports/emulators/mame/mame-mame0226/src/osd/modules/font/
H A Dfont_dwrite.cpp75 HRESULT SaveBitmap(IWICBitmap* bitmap, GUID pixelFormat, const WCHAR *filename) in SaveBitmap() function
173 SaveBitmap(bmp2.Get(), GUID_WICPixelFormat32bppRGBA, filename); in SaveBitmap2()
523 SaveBitmap(wicBitmap.Get(), GUID_WICPixelFormatBlackWhite, L"C:\\temp\\ddraw_step1.bmp"); in get_bitmap()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxbarcode/
H A Dcfx_barcode_unittest.cpp60 void SaveBitmap(const std::string& filename) { in SaveBitmap() function in BarcodeTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_attributes_storage.cc99 bool SaveBitmap(std::unique_ptr<ImageData> data, in SaveBitmap() function
530 base::BindOnce(&SaveBitmap, std::move(data), image_path), in SaveAvatarImageAtPath()
/dports/graphics/devil/devil-1.7.8/projects/DotNet/ImageViewVb/
H A DfrmImageView.vb172 DevIL.DevIL.SaveBitmap(sfd.FileName, m_bmp)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxbarcode/
H A Dcfx_barcode_unittest.cpp59 void SaveBitmap(const std::string& filename) { in SaveBitmap() function in BarcodeTest
/dports/graphics/devil/devil-1.7.8/projects/DotNet/ImageViewCs/
H A DfrmImageView.cs242 DevIL.DevIL.SaveBitmap(sfd.FileName, m_bmp); in mnuFileSaveAs_Click()
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/
H A Dmessage.h116 #define FREERDP_PRIMARY_UPDATE_SAVE_BITMAP MakeMessageId(PrimaryUpdate, SaveBitmap)
H A Dprimary.h487 pSaveBitmap SaveBitmap; /* 30 */ member
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_Window.cxx967 static Standard_Boolean SaveBitmap (HBITMAP theHBitmap, in SaveBitmap() function
1017 return SaveBitmap (myMemHbm, theFileName); in Save()
1035 Standard_Boolean isSuccess = SaveBitmap (anHBitmapDump, theFileName); in Save()
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/
H A DFreeImageWrapper.cs906 public static bool SaveBitmap(Bitmap bitmap, string filename) in SaveBitmap() method in FreeImageAPI.FreeImage
908 return SaveBitmap( in SaveBitmap()
926 public static bool SaveBitmap(Bitmap bitmap, string filename, FREE_IMAGE_SAVE_FLAGS flags) in SaveBitmap() method in FreeImageAPI.FreeImage
928 return SaveBitmap( in SaveBitmap()
948 public static bool SaveBitmap( in SaveBitmap() method in FreeImageAPI.FreeImage
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/gdi/
H A Dgdi.c1132 primary->SaveBitmap = NULL; in gdi_register_update_callbacks()
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/UnitTest/
H A DFreeImage.cs26161 public static bool SaveBitmap(Bitmap bitmap, string filename) in SaveBitmap() method in FreeImageAPI.FreeImage
26163 return SaveBitmap( in SaveBitmap()
26181 public static bool SaveBitmap(Bitmap bitmap, string filename, FREE_IMAGE_SAVE_FLAGS flags) in SaveBitmap() method in FreeImageAPI.FreeImage
26183 return SaveBitmap( in SaveBitmap()
26203 public static bool SaveBitmap( in SaveBitmap() method in FreeImageAPI.FreeImage
H A DUnitTest.cs3280 …Assert.IsTrue(FreeImage.SaveBitmap(bitmap, @"test.png", FREE_IMAGE_FORMAT.FIF_PNG, FREE_IMAGE_SAVE… in FreeImage_SaveBitmap()