Home
last modified time | relevance | path

Searched refs:SavePNG (Results 26 – 50 of 77) sorted by relevance

1234

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dfile_image.hpp183 void SavePNG(QString filename, std::shared_ptr<cImage> image, structSaveImageChannel imageChannel,
H A Dfile_image.cpp263 SavePNG(fullFilename, image, channel.value(), appendAlpha); in SaveImage()
271 SavePNG(fullFilename, image, channel.value()); in SaveImage()
284 SavePNG(fullFilename, image, channel.value()); in SaveImage()
467 void ImageFileSavePNG::SavePNG(QString filenameInput, std::shared_ptr<cImage> image, in SavePNG() function in ImageFileSavePNG
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/LuaScripts/Utilities/
H A DSample.lua252 … screenshot:SavePNG(fileSystem:GetProgramDir() .. "Data/Screenshot_" .. timeStamp .. ".png")
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/
H A DCHANGES9 - gdk: new functions for Pixbuf: ApplyEmbeddedOrientation, SaveJPEG, SavePNG
/dports/graphics/quat-gui/quat-1.20/gui/
H A DMainWindow.cxx668 if (SavePNG(Error, act_file.c_str(), 0, imgystart, NULL, &frac, in Image_Save()
705 if (SavePNG(Error, file.c_str(), 0, imgystart, NULL, &frac, &view, in Image_SaveAs()
1066 if (SavePNG(Error, filename.c_str(), 0, zbufystart, NULL, &frac, &view, in ZBuffer_SaveAs()
/dports/graphics/quat/quat-1.20/gui/
H A DMainWindow.cxx668 if (SavePNG(Error, act_file.c_str(), 0, imgystart, NULL, &frac, in Image_Save()
705 if (SavePNG(Error, file.c_str(), 0, imgystart, NULL, &frac, &view, in Image_SaveAs()
1066 if (SavePNG(Error, filename.c_str(), 0, zbufystart, NULL, &frac, &view, in ZBuffer_SaveAs()
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/src/
H A DImage.cc135 void Image::SavePNG(const std::string &_filename) in SavePNG() function in Image
/dports/games/naev/naev-0.7.0/
H A DAUTHORS71 * SavePNG
/dports/graphics/photivo/photivo/ReferenceMaterial/
H A DLensFunSample.c426 bool ok = img->SavePNG (out_fname); in main()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/tests/image/
H A Dimage.cpp86 CPPUNIT_TEST( SavePNG );
107 void SavePNG();
1035 void ImageTestCase::SavePNG() in SavePNG() function in ImageTestCase
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Dimage.cpp427 bool CImage::SavePNG(const std::string& fileName) in SavePNG() function in CImage
/dports/devel/upp/upp/examples/ScatterCtrl_Demo/
H A DScatterCtrl_Demo.h357 void SavePNG();
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorCubeCapture.as175 img.SavePNG(path);
H A DEditorTerrain.as171 terrainsEdited[i].heightMap.SavePNG(fileLocation);
318 image.SavePNG(fileLocation);
/dports/graphics/lensfun/lensfun-0.3.95/apps/lenstool/
H A Dlenstool.cpp525 bool ok = img->SavePNG (opts.Output); in main()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Tools/SpritePacker/
H A DSpritePacker.cpp421 spriteSheetImage.SavePNG(outputFile); in Run()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DFontFaceBitmap.cpp371 return image ? image->SavePNG(fileName) : false; in SaveFaceTexture()
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4GraphicsSystem.cpp305 return FullScreen.pSurface->SavePNG(szFilename, false, false, true); in DoSaveScreenshot()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Utilities/
H A DSample.as274 screenshot.SavePNG(fileSystem.programDir + "Data/Screenshot_" +
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/native/tools/
H A Datlastool.cpp169 void SavePNG(const char *png_name) { in SavePNG() function
1005 dest.SavePNG((image_name + ".png").c_str()); in main()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/native/tools/
H A Datlastool.cpp169 void SavePNG(const char *png_name) { in SavePNG() function
1005 dest.SavePNG((image_name + ".png").c_str()); in main()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/native/tools/
H A Datlastool.cpp169 void SavePNG(const char *png_name) { in SavePNG() function
1005 dest.SavePNG((image_name + ".png").c_str()); in main()
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gdk/
H A Dpixbuf.go422 func (v *Pixbuf) SavePNG(path string, compression int) error { func
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gdk/
H A Dpixbuf.go422 func (v *Pixbuf) SavePNG(path string, compression int) error { func
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gdk/
H A Dpixbuf.go422 func (v *Pixbuf) SavePNG(path string, compression int) error { func

1234