Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/
H A Dwidget.cpp81 painter.fillRect(rect0, color); in paintEvent()
82 painter.fillRect(rect1, Qt::white); in paintEvent()
83 painter.fillRect(rect2, color); in paintEvent()
84 painter.fillRect(rect3, Qt::white); in paintEvent()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/audiorecorder/
H A Dqaudiolevel.cpp67 painter.fillRect(0, 0, widthLevel, height(), Qt::red); in paintEvent()
69 painter.fillRect(widthLevel, 0, width(), height(), Qt::black); in paintEvent()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/audiorecorder/
H A Dqaudiolevel.cpp67 painter.fillRect(0, 0, widthLevel, height(), Qt::red); in paintEvent()
69 painter.fillRect(widthLevel, 0, width(), height(), Qt::black); in paintEvent()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/audiorecorder/
H A Dqaudiolevel.cpp67 painter.fillRect(0, 0, widthLevel, height(), Qt::red); in paintEvent()
69 painter.fillRect(widthLevel, 0, width(), height(), Qt::black); in paintEvent()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/screen/
H A Dsliderwidget.cpp81 QRectF fillRect(m_d->margin, m_d->mousePress, m_d->sliderWidth, height()-m_d->mousePress); in paintEvent() local
83 painter.drawRect(fillRect); in paintEvent()
H A Dbacklightwidget.cpp160 painter.fillRect(p->rect(), backPaalette.brush(QPalette::Background)); in createColowWidget()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeybutton.cpp77 painter.fillRect(this->rect(), QColor(115, 125, 187)); in paintEvent()
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0016-HACK-linuxfb-Support-direct-painting.patch183 - mPainter->fillRect(rect, mScreenImage.hasAlphaChannel() ? Qt::transparent : Qt::black);
186 + mPainter->fillRect(rect, mScreenImage.hasAlphaChannel() ? Qt::transparent : Qt::black);
H A D0018-HACK-qpaintengine_raster-Support-rga-in-fillRect-wit.patch4 Subject: [PATCH 18/28] HACK: qpaintengine_raster: Support rga in fillRect with
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/database/
H A Dbookdelegate.cpp77 painter->fillRect( in paint()
/OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/
H A Dmessagebox.cpp115 painter.fillRect(this->rect(), QColor(251, 251, 251)); in paintEvent()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dsetfirst.cpp135 painter.fillRect(this->rect(), QColor(104, 98, 98, 0)); in paintEvent()
H A Dmain_desktop.cpp280 painter.fillRect(this->rect(), QColor(0, 0, 10, 90)); in paintEvent()
/OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/
H A D0003-gsttools-videooverlay-Support-waylandsink-and-kmssin.patch288 painter.fillRect(rect(), palette().window());
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1468 painter.fillRect(x0, self.graph_height - y0, width, self.graph_height - 1, colour)
1780 painter.fillRect(0, 0, self.width, self.height, colour)