Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgdlgstream.hpp577 inline void NormToDevice(PLFLT normx, PLFLT normy, PLFLT &devx, PLFLT &devy) in NormToDevice() function in GDLGStream
801 NormToDevice(theBox.nx1,theBox.ny1,theBox.dx1,theBox.dy1); in updateBoxDeviceCoords()
802 NormToDevice(theBox.nx2,theBox.ny2,theBox.dx2,theBox.dy2); in updateBoxDeviceCoords()
H A Dplotting.hpp1655 a->NormToDevice(tempbox[0], tempbox[1], dClipBox[0], dClipBox[1]); in startClipping()
1656 a->NormToDevice(tempbox[2], tempbox[3], dClipBox[2], dClipBox[3]); in startClipping()