Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dmyspeed.cpp138 …double degRotate = (360.0 - m_startAngle - m_endAngle)/(m_maxValue - m_minValue)*(m_value - m_min… in drawIndicator() local
141 painter->rotate(degRotate); in drawIndicator()