| /OK3568_Linux_fs/app/forlinx/flapp/src/app/ |
| H A D | boxwidget.cpp | 110 QRectF textRect =painter.boundingRect(rect, ids[i], option); in paintEvent() 137 painter.drawText(painter.boundingRect(m_leftRect, "<",QTextOption(Qt::AlignCenter)), "<"); in paintEvent() 139 painter.drawText(painter.boundingRect(m_rightRect, ">", QTextOption(Qt::AlignCenter)), ">"); in paintEvent()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/ |
| H A D | keybutton.cpp | 85 QRectF rect =painter.boundingRect(this->rect(), m_value, o); in paintEvent() 92 QRectF textRect =painter.boundingRect(rect, m_text, o); in paintEvent()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/ |
| H A D | pinballwidget.cpp | 44 QRectF r = painter.boundingRect(rect, text, o); in paintEvent() 52 QRectF r = painter.boundingRect(rect, text, o); in paintEvent()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/key/ |
| H A D | keywidget.cpp | 105 QRectF r = painter.boundingRect(rect, name, QTextOption(Qt::AlignCenter)); in paintEvent() 121 QRectF rect =painter.boundingRect(r, text, QTextOption(Qt::AlignHCenter)); in paintEvent()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/ |
| H A D | wifiview.cpp | 47 QRectF fitNameRect =painter->boundingRect(nameRect, text, o); in paint() 58 QRectF connectRect = painter->boundingRect(nameRect, text, bottom); in paint()
|
| H A D | switchwidget.cpp | 57 QRectF fixTextRect = painter.boundingRect(tectRect, m_text,option); in paintEvent()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotiledmapscene.cpp | 456 … const QRectF boundingRect = QRectF(matrix * tileRect.topLeft(), matrix * tileRect.bottomRight()); in qgeotiledmapscene_isTileInViewport_Straight() local 457 return QRectF(-1, -1, 2, 2).intersects(boundingRect); in qgeotiledmapscene_isTileInViewport_Straight() 468 const QRectF boundingRect = QRectF(QPointF(qMin(qMin(qMin(tlt.x(), trt.x()), blt.x()), brt.x()) in qgeotiledmapscene_isTileInViewport_rotationTilt() local 473 return QRectF(-1, -1, 2, 2).intersects(boundingRect); in qgeotiledmapscene_isTileInViewport_rotationTilt()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolygonmapitem.cpp | 263 sourceBounds_ = srcPath_.boundingRect(); in updateSourcePoints() 288 QRectF bb = ppi.boundingRect(); in updateScreenPoints() 332 screenBounds_ = ppi.boundingRect(); in updateScreenPoints() 589 const QRectF brect = ppi.boundingRect(); in updateQuickGeometry()
|
| H A D | qgeomapitemgeometry.cpp | 120 return brects.boundingRect(); in translateToCommonOrigin()
|
| H A D | qdeclarativecirclemapitem.cpp | 272 screenBounds_ = ppi.boundingRect(); in updateScreenPointsInvert()
|
| H A D | qdeclarativegeomap.cpp | 502 root->setRect(boundingRect()); in updatePaintNode() 2421 QRectF brect = item->boundingRect(); in fitViewportToMapItemsRefine()
|
| H A D | qdeclarativepolylinemapitem.cpp | 913 const QRectF brect = ppi.boundingRect(); in updateQuickGeometry()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeotiledmap_nokia.cpp | 81 …QRect textBounds = QFontMetrics(font).boundingRect(0, 0, viewportWidth(), viewportHeight(), Qt::Al… in evaluateCopyrights()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/ |
| H A D | rollswitchwidget.cpp | 55 QRectF fixRect = painter.boundingRect(textRect, text, option); in paintEvent()
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0016-HACK-linuxfb-Support-direct-painting.patch | 161 + mRepaintRegion.boundingRect().contains(screenRect);
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 1443 def boundingRect(self): member in SwitchGraphDataGraphicsItem 1552 def boundingRect(self): member in XAxisGraphicsItem 1631 def boundingRect(self): member in ScaleGraphicsItem 1722 def boundingRect(self): member in SwitchGraphGraphicsItem 1775 def boundingRect(self): member in VerticalBracketGraphicsItem 1811 rect = child.boundingRect() 1832 def boundingRect(self): member in VertcalGraphSetGraphicsItem 1849 self.rubber_band.setGeometry(poly.boundingRect()) 2355 self.item.update(self.item.boundingRect())
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | imgproc.hpp | 3986 CV_EXPORTS_W Rect boundingRect( InputArray array );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | imgproc.hpp | 3986 CV_EXPORTS_W Rect boundingRect( InputArray array );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | imgproc.hpp | 3986 CV_EXPORTS_W Rect boundingRect( InputArray array );
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | types.hpp | 520 Rect boundingRect() const;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | types.hpp | 520 Rect boundingRect() const;
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | types.hpp | 520 Rect boundingRect() const;
|