Home
last modified time | relevance | path

Searched refs:GDLPSStream (Results 1 – 3 of 3) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlpsstream.hpp24 class GDLPSStream: public GDLGStream class
32 GDLPSStream( int nx, int ny, int pfont, bool encaps, int color, int bpp, bool orient_portrait): in GDLPSStream() function in GDLPSStream
45 ~GDLPSStream() in ~GDLPSStream()
H A Dgdlpsstream.cpp26 void GDLPSStream::Init() in Init()
32 void GDLPSStream::eop() in eop()
63 bool GDLPSStream::PaintImage(unsigned char *idata, PLINT nx, PLINT ny, DLong *pos, in PaintImage()
H A Ddeviceps.hpp39 GDLPSStream* actStream;
63 …actStream = new GDLPSStream( nx, ny, (int)SysVar::GetPFont(), encapsulated, color, bitsPerPix, ori… in InitStream()