Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlgstream.hpp137 PLFLT pageWorldCoordinates[4]; member
330 this->pageWorldCoordinates(wun, wdeux, wtrois, wquatre); in setSymbolSizeConversionFactors()
485 void pageWorldCoordinates(PLFLT &wxmin, PLFLT &wxmax, PLFLT &wymin, PLFLT &wymax) in pageWorldCoordinates() function in GDLGStream
487 wxmin=theBox.pageWorldCoordinates[0]; in pageWorldCoordinates()
488 wxmax=theBox.pageWorldCoordinates[1]; in pageWorldCoordinates()
489 wymin=theBox.pageWorldCoordinates[2]; in pageWorldCoordinates()
490 wymax=theBox.pageWorldCoordinates[3]; in pageWorldCoordinates()
797 NormedDeviceToWorld(0.0, 0.0,theBox.pageWorldCoordinates[0],theBox.pageWorldCoordinates[2]); in updateBoxDeviceCoords()
798 NormedDeviceToWorld(1.0, 1.0,theBox.pageWorldCoordinates[1],theBox.pageWorldCoordinates[3]); in updateBoxDeviceCoords()