Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlgstream.hpp620 inline void NormedDeviceToWorld(PLFLT normx, PLFLT normy, PLFLT &worldx, PLFLT &worldy) in NormedDeviceToWorld() function in GDLGStream
665 NormedDeviceToWorld(normx, normy, worldx, worldy); in DeviceToWorld()
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()
H A Dplotting_xyouts.cpp440 …actStream->NormedDeviceToWorld(dx+(1.0-align)*width*cosOriD,dy+(1.0-align)*width*sinOriD/aspectd,d… in old_body()
H A Dplotting.cpp628 a->NormedDeviceToWorld(savedPointX, savedPointY, wx, wy); in getLastPoint()