Home
last modified time | relevance | path

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

1234

/dports/net-im/coyim/coyim-0.3.11/gui/
H A Dinstall.go42 icon16.SavePNG(filepath.Join(dataHome, "icons/hicolor/16x16/apps", fileName), 9)
43 icon32.SavePNG(filepath.Join(dataHome, "icons/hicolor/32x32/apps", fileName), 9)
44 icon48.SavePNG(filepath.Join(dataHome, "icons/hicolor/48x48/apps", fileName), 9)
45 icon128.SavePNG(filepath.Join(dataHome, "icons/hicolor/128x128/apps", fileName), 9)
46 icon256.SavePNG(filepath.Join(dataHome, "icons/hicolor/256x256/apps", fileName), 9)
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gdka/
H A Dpixbuf.go30 func (v *pixbuf) SavePNG(filename string, compression int) error { func
31 return v.internal.SavePNG(filename, compression)
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/rendering/
H A DEncodePNG.h32 vtkm::UInt32 SavePNG(std::string const& filename, in SavePNG() function
37 return io::SavePNG(filename, image, width, height); in SavePNG()
/dports/databases/tile38/tile38-1.12.0/index/rtreebase/
H A Ddraw.go-bak15 // SavePNG draws and saves an image of the R-tree
16 func (tr *RTree) SavePNG(path string, width, height int, scale, rotateY float64, showNodes bool, wi…
51 if err := p.SavePNG(path, width, height, &opts); err != nil {
72 if err := p.SavePNG(fmt.Sprintf("frames/%d.png", i), width, height, opts); err != nil {
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/coyim/gotk3adapter/gdki/
H A Dpixbuf.go4 SavePNG(string, int) error methodSpec
/dports/devel/upp/upp/examples/ScatterCtrl_Demo/
H A Dmain.cpp64 bSavePNG <<= THISBACK(SavePNG);
110 void ScatterCtrl_Demo::SavePNG() in SavePNG() function in ScatterCtrl_Demo
/dports/science/elmerfem/elmerfem-release-9.0/post/src/plugins/
H A Dsavepng.c41 static int SavePNG( ClientData cl,Tcl_Interp *interp,int argc,char **argv ) { in SavePNG() function
222 Tcl_CreateCommand( interp, "savepng", (Tcl_CmdProc *)SavePNG, in Savepng_Init()
/dports/games/dunelegacy/dunelegacy-0.96.4/include/FileClasses/
H A DLoadSavePNG.h24 #define SavePNG(surface, file) SavePNG_RW(surface, SDL_RWFromFile(file, "wb"), 1) macro
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/io/
H A DEncodePNG.h31 vtkm::UInt32 SavePNG(std::string const& filename,
H A DEncodePNG.cxx43 vtkm::UInt32 SavePNG(std::string const& filename, in SavePNG() function
/dports/games/openclonk/openclonk-release-8.1-src/src/graphics/
H A DC4Surface.h123 …bool SavePNG(C4Group &hGroup, const char *szFilename, bool fSaveAlpha=true, bool fSaveOverlayOnly=…
124 …bool SavePNG(const char *szFilename, bool fSaveAlpha, bool fSaveOverlayOnly, bool use_background_t…
H A DC4SurfaceLoaders.cpp213 bool C4Surface::SavePNG(C4Group &hGroup, const char *szFilename, bool fSaveAlpha, bool fSaveOverlay… in SavePNG() function in C4Surface
221 if (!C4Surface::SavePNG(szTemp, fSaveAlpha, fSaveOverlayOnly, false)) return false; in SavePNG()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Dimage.h104 bool SavePNG(const std::string &fileName);
/dports/devel/ignition-common/ignitionrobotics-ign-common-a5c4d5a35bb8/graphics/include/ignition/common/
H A DImage.hh108 public: void SavePNG(const std::string &_filename);
/dports/games/dunelegacy/dunelegacy-0.96.4/src/Menu/
H A DMenuBase.cpp145 SavePNG(pCurrentScreen, screenshotFilename.c_str()); in doInput()
/dports/graphics/lensfun/lensfun-0.3.95/apps/lenstool/
H A Dimage.h117 bool SavePNG (const char *fName);
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4ObjectInfo.cpp144 fctRankSymbol.GetFace().SavePNG(hTemp, C4CFN_ClonkRank); in Save()
/dports/graphics/quat-gui/quat-1.20/kernel/
H A Dquat.h54 int SavePNG(char *Error, const char *pngfile, int xstart, int ystart,
/dports/graphics/quat/quat-1.20/kernel/
H A Dquat.h54 int SavePNG(char *Error, const char *pngfile, int xstart, int ystart,
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/tests/image/
H A Dimage.cpp74 CPPUNIT_TEST( SavePNG );
90 void SavePNG();
1030 void ImageTestCase::SavePNG() in SavePNG() function in ImageTestCase
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/tests/image/
H A Dimage.cpp74 CPPUNIT_TEST( SavePNG );
90 void SavePNG();
1030 void ImageTestCase::SavePNG() in SavePNG() function in ImageTestCase
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Resource/
H A DImage.h139 bool SavePNG(const String& fileName) const;
/dports/games/wargus/wargus-3.2.0/
H A Dwartool.cpp195 int SavePNG(const char* name, unsigned char* image, int x, int y, int w, in SavePNG() function
865 SavePNG(buf, image, 0, 0, w, h, w, palp, 1); in ConvertTileset()
1159 SavePNG(buf, image, 0, 0, w, h, w, palp, 1); in ConvertGfx()
1189 SavePNG(buf, image, 0, 0, w, h, w, palp, 1); in ConvertGfu()
1236 SavePNG(buf, image, gg->X, gg->Y, gg->Width, gg->Height, w, palp, 1); in ConvertGroupedGfu()
1549 SavePNG(buf, image, 0, 0, w, h, w, palp, 1); in ConvertFont()
1672 SavePNG(buf, image, 0, 0, w, h, w, palp, 0); in ConvertImage()
1747 SavePNG(buf, image, 0, 0, w, h, w, palp, 1); in ConvertCursor()
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Dimageext.c240 SavePNG(SDL_Surface *surface, const char *file, SDL_RWops *rw) in SavePNG() function
679 result = SavePNG(surf, name, rw); in image_save_ext()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Resource/
H A DImage.pkg36 bool SavePNG(const String fileName) const;

1234