Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dbubble.cpp126 qreal bottomOverflow = position.y() + radius - bbox.bottom(); in move() local
139 } else if (bottomOverflow > 0.0) { in move()
140 position.setY(position.y() - 2 * bottomOverflow); in move()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dbubble.cpp126 qreal bottomOverflow = position.y() + radius - bbox.bottom(); in move() local
139 } else if (bottomOverflow > 0.0) { in move()
140 position.setY(position.y() - 2 * bottomOverflow); in move()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dbubble.cpp126 qreal bottomOverflow = position.y() + radius - bbox.bottom(); in move() local
139 } else if (bottomOverflow > 0.0) { in move()
140 position.setY(position.y() - 2 * bottomOverflow); in move()