Home
last modified time | relevance | path

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

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkTransferFunctionRepresentationTest1.cpp192 if (representation.mapYToScene(yPos) != 1) //Because la fonction height return 1. in ctkTransferFunctionRepresentationTest1()
197 << representation.mapYToScene(yPos) in ctkTransferFunctionRepresentationTest1()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkTransferFunctionRepresentation.cpp475 this->mapYToScene(this->posY(cp->value()))); in mapPointToScene()
482 this->mapYToScene(this->posY(point.Value))); in mapPointToScene()
493 qreal ctkTransferFunctionRepresentation::mapYToScene(qreal yPos)const in mapYToScene() function in ctkTransferFunctionRepresentation
H A DctkTransferFunctionRepresentation.h71 qreal mapYToScene(qreal posY)const;
/dports/games/dustrac/DustRacing2D-ae380b8/src/game/MiniCore/src/Graphics/
H A Dmccamera.hh114 float mapYToScene(float y) const in mapYToScene() function in MCCamera