Home
last modified time | relevance | path

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

12

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlgstream.cpp47 void GDLGStream::Thick(DFloat thick) in Thick()
72 GDLGStream::SetColorMap1SingleColor(color); in Color()
165 void GDLGStream::DefaultBackground() in DefaultBackground()
186 void GDLGStream::DefaultCharSize() { in DefaultCharSize()
208 void GDLGStream::GetPlplotDefaultCharSize() in GetPlplotDefaultCharSize()
237 void GDLGStream::NextPlot( bool erase ) in NextPlot()
306 void GDLGStream::NoSub() in NoSub()
907 void GDLGStream::setSymbolSize( PLFLT scale ) in setSymbolSize()
945 void GDLGStream::sizeChar( PLFLT scale ) in sizeChar()
994 void GDLGStream::ssub(PLINT nx, PLINT ny) in ssub()
[all …]
H A Dgdlpsstream.hpp24 class GDLPSStream: public GDLGStream
34 GDLGStream( nx, ny, /*pfont == 1 ? "psttf" :*/ (color==0)?"ps":"psc") in GDLPSStream()
36 GDLGStream::GDLGStream( nx, ny, /*pfont == 1 ? "psttf" :*/(color==0)?"ps":"psc") in GDLPSStream()
H A Dgraphicsdevice.hpp111 class GDLGStream;
193 virtual GDLGStream* GetStreamAt( int wIx) const { return NULL;} in GetStreamAt()
194 virtual void ChangeStreamAt(int wIx, GDLGStream* newStream){}; in ChangeStreamAt()
195 virtual GDLGStream* GetStream( bool open=true) { return NULL;} in GetStream()
200 virtual GDLGStream* GUIOpen( int wIx, int xSize, int ySize, void* draw){ return NULL;} in GUIOpen()
297 GDLGStream* actStream=GetStream(false); in SetCharacterSize()
309 typedef std::vector< GDLGStream*> WindowListT;
360 GDLGStream* GetStreamAt(int wIx) const;
361 void ChangeStreamAt(int wIx, GDLGStream* newStream);
H A Dplotting_erase.cpp35 void old_body( EnvT* e, GDLGStream* actStream) // {{{ in old_body()
39 private: void call_plplot(EnvT* e, GDLGStream* actStream) // {{{ in call_plplot()
80 private: virtual void post_call(EnvT*, GDLGStream*) // {{{ in post_call() argument
H A Dgdlzstream.hpp26 class GDLZStream: public GDLGStream
30 GDLGStream( nx, ny, "mem") in GDLZStream()
H A Dplotting.hpp121 GDLGStream *a;
129 GDLGStream *a;
140 GDLGStream *a;
256 private: virtual void old_body(EnvT*, GDLGStream*) = 0;
303 void gdlSetGraphicsPenColorToBackground(GDLGStream *a);
304 void gdlLineStyle(GDLGStream *a, DLong style);
315 void setPlplotScale(GDLGStream* a);
318 void stopClipping(GDLGStream *a);
320 void GetCurrentUserLimits(GDLGStream *a,
327 void CheckMargin( GDLGStream* actStream,
[all …]
H A Dgdlsvgstream.hpp28 class GDLSVGStream: public GDLGStream
38 GDLGStream( nx, ny, "svg") in GDLSVGStream()
H A Dplotting_cursor.cpp30GDLGStream *actStream = actDevice->GetStream(false);//this command SHOULD NOT open a window if non… in empty()
40 GDLGStream *actStream = actDevice->GetStream(); in tvcrs()
152 GDLGStream *actStream = actDevice->GetStream(); in cursor()
H A Dplotting_oplot.cpp158 private: void old_body( EnvT* e, GDLGStream* actStream) in old_body()
288 private: void call_plplot(EnvT* e, GDLGStream* actStream) in call_plplot()
292 private: void post_call(EnvT* e, GDLGStream* actStream) in post_call()
H A Dplotting_xyouts.cpp158 void getTextPos(GDLGStream *a, DDouble &wx, DDouble &wy) in getTextPos()
164 void old_body(EnvT* e, GDLGStream* actStream) in old_body()
455 void call_plplot(EnvT* e, GDLGStream* actStream) // {{{ in call_plplot()
461 virtual void post_call(EnvT* e, GDLGStream* actStream) // {{{ in post_call()
H A Dplotting.cpp401 void CheckMargin(GDLGStream* actStream, in CheckMargin()
434 void setIsoPort(GDLGStream* actStream, in setIsoPort()
494 void setPlplotScale(GDLGStream* a) in setPlplotScale()
586 void ac_histo(GDLGStream *a, int i_buff, PLFLT *x_buff, PLFLT *y_buff, bool xLog) in ac_histo()
612 void stopClipping(GDLGStream *a) in stopClipping()
620 void saveLastPoint(GDLGStream *a, DDouble wx, DDouble wy) in saveLastPoint()
626 void getLastPoint(GDLGStream *a, DDouble& wx, DDouble& wy) in getLastPoint()
632 void gdlLineStyle(GDLGStream *a, DLong style) in gdlLineStyle()
691 void draw_polyline(GDLGStream *a, in draw_polyline()
1057 void gdlSetGraphicsPenColorToBackground(GDLGStream *a) in gdlSetGraphicsPenColorToBackground()
[all …]
H A Dplotting_axis.cpp33 private: void old_body( EnvT* e, GDLGStream* actStream) in old_body()
340 private: void call_plplot(EnvT* e, GDLGStream* actStream) in call_plplot()
344 private: virtual void post_call(EnvT* e, GDLGStream* actStream) in post_call()
H A Ddevicewx.hpp197 GDLGStream* GetStream(bool open = true) { in GetStream()
359 GDLGStream* GUIOpen( int wIx, int xSize, int ySize, void* draw) in GUIOpen()
390 GDLGStream* actStream=GetStream(false); in SetCharacterSize()
H A Dplotting_image.cpp147 void old_body(EnvT* e, GDLGStream * actStream) { in old_body()
333 void call_plplot(EnvT* e, GDLGStream * actStream) { in call_plplot()
373 void post_call(EnvT*, GDLGStream * actStream) // {{{ in post_call()
H A Dplotting_polyfill.cpp169 void old_body(EnvT* e, GDLGStream* actStream) in old_body()
255 void call_plplot(EnvT* e, GDLGStream* actStream) in call_plplot()
429 virtual void post_call(EnvT*, GDLGStream *actStream) in post_call()
H A Dgdlwxstream.hpp35 class GDLWXStream: public GDLGStream
H A Dplotting_plots.cpp201 void old_body(EnvT* e, GDLGStream* actStream) in old_body()
289 void call_plplot(EnvT* e, GDLGStream* actStream) in call_plplot()
430 virtual void post_call(EnvT*, GDLGStream* actStream) in post_call()
H A Dplotting_shade_surf.cpp215 void old_body (EnvT* e, GDLGStream* actStream) // {{{ in old_body()
443 void call_plplot (EnvT* e, GDLGStream* actStream) in call_plplot()
449 virtual void post_call (EnvT*, GDLGStream* actStream) in post_call()
H A Dimage.cpp48 GDLGStream* actStream = GraphicsDevice::GetDevice()->GetStream(); in tvrd()
227 GDLGStream* actStream = actDevice->GetStream( false); // no open in loadct()
H A Dplotting_surface.cpp198 void old_body (EnvT* e, GDLGStream* actStream) // {{{ in old_body()
467 void call_plplot (EnvT* e, GDLGStream* actStream) in call_plplot()
473 virtual void post_call (EnvT*, GDLGStream* actStream) in post_call()
H A Dgraphicsdevice.cpp514 GDLGStream* GraphicsMultiDevice::GetStreamAt(int wIx) const { in GetStreamAt()
518 void GraphicsMultiDevice::ChangeStreamAt(int wIx, GDLGStream* newStream) { in ChangeStreamAt()
520 GDLGStream* oldStream=winList[wIx]; in ChangeStreamAt()
/dports/science/gnudatalanguage/gdl-1.0.1/src/otherdevices/
H A Ddevicewin.hpp47 std::vector<GDLGStream*> winList;
147 std::vector<GDLGStream*>::iterator i; in ~DeviceWIN()
154 GDLGStream* GetStreamAt(int wIx) const in GetStreamAt()
162 GDLGStream* GetStream(bool open = true) in GetStream()
H A Dgdlwinstream.hpp165 class GDLWINStream : public GDLGStream
186 GDLGStream(nx, ny, "wingdi") in GDLWINStream()
188 GDLGStream(nx, ny, "wingcc") in GDLWINStream()
H A Dgdlxstream.hpp25 class GDLXStream: public GDLGStream
32 …: GDLGStream( nx, ny, "xwin",XOpenDisplay(NULL)==NULL?":0":NULL) //IDL also opens :0 when DISPLAY … in GDLXStream()
/dports/science/gnudatalanguage/gdl-1.0.1/obsolete/
H A Dgshhs.cpp67 void old_body( EnvT* e, GDLGStream * actStream ) { in old_body()
331 void call_plplot( EnvT* e, GDLGStream * actStream ) { in call_plplot()
336 void post_call( EnvT* e, GDLGStream * actStream ) { in post_call()

12