Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/engine3d/
H A Ddragmt3d.cxx634 basegfx::B3DPoint aScNext(aInverseViewToEye * aGlobalScaleNext3D); in MoveSdrDrag() local
643 aScNext.setY(aScFixPos.getY()); in MoveSdrDrag()
648 aScNext.setX(aScFixPos.getX()); in MoveSdrDrag()
660 aScaleVec.setX((aScNext.getX() - aScFixPos.getX()) / aScaleVec.getX()); in MoveSdrDrag()
669 aScaleVec.setY((aScNext.getY() - aScFixPos.getY()) / aScaleVec.getY()); in MoveSdrDrag()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A Ddragmt3d.cxx628 basegfx::B3DPoint aScNext(aInverseViewToEye * aGlobalScaleNext3D); in MoveSdrDrag() local
637 aScNext.setY(aScFixPos.getY()); in MoveSdrDrag()
642 aScNext.setX(aScFixPos.getX()); in MoveSdrDrag()
654 aScaleVec.setX((aScNext.getX() - aScFixPos.getX()) / aScaleVec.getX()); in MoveSdrDrag()
663 aScaleVec.setY((aScNext.getY() - aScFixPos.getY()) / aScaleVec.getY()); in MoveSdrDrag()