Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dcprojectionpicture.cpp18 currentStepScaleFactor(1), in CProjectionPicture()
135 image = image.scaled(this->width()*currentStepScaleFactor * scaleFactor, in paintEvent()
136 this->height()*currentStepScaleFactor * scaleFactor, in paintEvent()
192 currentStepScaleFactor = gesture->totalScaleFactor(); in pinchTriggered()
195 scaleFactor *= currentStepScaleFactor; in pinchTriggered()
196 currentStepScaleFactor = 1; in pinchTriggered()
H A Dcprojectionpicture.h57 qreal currentStepScaleFactor; variable