Home
last modified time | relevance | path

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

/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A DPlotStream.hpp114 PlotStream & operator << (const Fem2D::Mesh2& Th) { Th.GSave(TheStream); return *this;} in operator <<()
115 PlotStream & operator << (const Fem2D::Mesh3& Th) { Th.GSave(TheStream); return *this;} in operator <<()
116 PlotStream & operator << (const Fem2D::MeshS& Th) { Th.GSave(TheStream); return *this;} in operator <<()
117 PlotStream & operator << (const Fem2D::MeshL& Th) { Th.GSave(TheStream); return *this;} in operator <<()
/dports/biology/migrate/migrate-3.6.11/src/haru/examples/
H A DFontExample2.cc169 canvas->GSave(); in main()
181 canvas->GSave(); in main()
193 canvas->GSave(); in main()
H A DJpegExample.cc47 canvas->GSave(); in DrawImage()
H A DPngExample.cc51 canvas->GSave(); in DrawImage()
H A DLineExample.cc178 canvas->GSave(); /* Save the current graphic state */ in main()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/demo/
H A DTextDemo.cs193 page.GSave(); in Main()
204 page.GSave(); in Main()
215 page.GSave(); in Main()
H A DImageDemo.cs124 page.GSave(); in Main()
140 page.GSave(); in Main()
H A DLineDemo.cs177 page.GSave(); /* Save the current graphic state */ in Main()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb.net/demo/
H A DTextDemo.vb171 page.GSave()
181 page.GSave()
191 page.GSave()
H A DImageDemo.vb105 page.GSave()
120 page.GSave()
H A DLineDemo.vb158 page.GSave() ' Save the current graphic state
/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DMesh2dn.hpp135 void GSave(FILE * f) const { return GSave2<Mesh2>(f,*this);} in GSave() function in Fem2D::Mesh2
H A DMeshSn.hpp136 void GSave(FILE * f,int offset=0) const ;
H A DMeshLn.hpp167 void GSave(FILE * f,int offset=0) const ;
H A DMesh3dn.hpp158 void GSave(FILE * f,int offset=0) const ;
H A DMeshLn.cpp81 void MeshL::GSave(FILE * ff,int offset) const in GSave() function in Fem2D::MeshL
H A DMeshSn.cpp59 void MeshS::GSave(FILE * ff,int offset) const in GSave() function in Fem2D::MeshS
H A DMesh3dn.cpp994 void Mesh3::GSave(FILE * ff,int offset) const in GSave() function in Fem2D::Mesh3
/dports/biology/migrate/migrate-3.6.11/src/haru/
H A DPdfContents.cc333 PdfContents::GSave() in GSave() function in PdfContents
H A Dlibharuc.cc786 PDF_CONTENTS_SAFE_CALL(contents, GSave, ()); in pdf_contents_gsave()
H A Dlibharu.h2427 void GSave(); /* q */
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynPdf.pas1746 procedure GSave; { q } procedure
6506 GSave;
6614 GSave;
6624 GSave;
6637 procedure TPdfCanvas.GSave; procedure
9281 GSave;
10029 Canvas.GSave;
10049 Canvas.GSave;
10123 Canvas.GSave;
/dports/biology/migrate/migrate-3.6.11/src/haru/experimental/
H A DDocMaker.cc639 fCanvas->GSave(); in ShowImage()
/dports/print/libharu/libharu-RELEASE_2_3_0/if/c#/
H A Dhpdf.cs1498 public void GSave() { in GSave() method in HPdf.HPdfPage
/dports/print/libharu/libharu-RELEASE_2_3_0/if/vb.net/
H A Dhpdfvb.vb1023 Public Sub GSave()