Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting.hpp1751 DFloat typical_char_size_mm= (axisId==XAXIS)?a->mmCharHeight():a->mmCharLength(); in gdlAxis()
1752 …interligne_as_char=(axisId==XAXIS)?a->mmLineSpacing()/typical_char_size_mm:a->mmCharLength()/typic… in gdlAxis()
2027 … if (axisId==YAXIS) interligne=a->mmLineSpacing()/a->mmCharLength(); //in units of character size in gdlAxis3()
H A Dgdlgstream.hpp343 inline DDouble mmCharLength(){return theCurrentChar.mmsx;} in mmCharLength() function in GDLGStream
H A Dgdlgstream.cpp897 if (stringLength) *stringLength=gdlGetStringLength(out)/this->mmCharLength(); in TranslateFormatCodes()