Home
last modified time | relevance | path

Searched refs:thickFactor (Results 1 – 2 of 2) sorted by relevance

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlgstream.hpp199 DFloat thickFactor; member in GDLGStream
207 …: plstream( nx, ny, driver, file), valid( true), thickFactor(1.0), usedAsPixmap(false), activeFont… in GDLGStream()
807 thickFactor=tf; in setThickFactor()
H A Dgdlgstream.cpp52 plstream::width(static_cast<PLFLT>(thick*thickFactor)); in Thick()
54 plstream::wid(static_cast<PLINT>(floor((thick*thickFactor)-0.5))); in Thick()