Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dswitchwidget.cpp51 QRectF visualRect = this->rect().adjusted(1, 1, -1, -1); in paintEvent() local
52 qreal textWidth = visualRect.width()*m_ratio; in paintEvent()
53 qreal textHeight = visualRect.height(); in paintEvent()
55 QRectF tectRect = QRectF(visualRect.x(), visualRect.y(), textWidth, textHeight); in paintEvent()
60 QRectF switchRect(visualRect.x() + textWidth, in paintEvent()
61 visualRect.y(), in paintEvent()
62 visualRect.width()-textWidth, in paintEvent()
63 visualRect.height()); in paintEvent()
81 visualRect.height()/2 -radius/6, in paintEvent()
82 visualRect.height()/2 -radius/6); in paintEvent()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dqconf.cc796 …int off = header()->sectionPosition(0) + visualRect(indexAt(p)).x() + 4; // 4 is Hardcoded image o… in mouseReleaseEvent()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dqconf.cc805 …int off = header()->sectionPosition(0) + visualRect(indexAt(p)).x() + 4; // 4 is Hardcoded image o… in mouseReleaseEvent()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dqconf.cc796 …int off = header()->sectionPosition(0) + visualRect(indexAt(p)).x() + 4; // 4 is Hardcoded image o… in mouseReleaseEvent()