Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/
H A Dbubble.cpp125 qreal topOverflow = position.y() - radius - bbox.top(); in move() local
136 if (topOverflow < 0.0) { in move()
137 position.setY(position.y() - 2 * topOverflow); in move()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/
H A Dbubble.cpp125 qreal topOverflow = position.y() - radius - bbox.top(); in move() local
136 if (topOverflow < 0.0) { in move()
137 position.setY(position.y() - 2 * topOverflow); in move()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/
H A Dbubble.cpp125 qreal topOverflow = position.y() - radius - bbox.top(); in move() local
136 if (topOverflow < 0.0) { in move()
137 position.setY(position.y() - 2 * topOverflow); in move()