Searched refs:m_rect (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativerectanglemapitem_p_p.h | 62 QDeclarativeRectangleMapItemPrivate(QDeclarativeRectangleMapItem &rect) : m_rect(rect) in QDeclarativeRectangleMapItemPrivate() 66 …clarativeRectangleMapItemPrivate(QDeclarativeRectangleMapItemPrivate &other) : m_rect(other.m_rect) in QDeclarativeRectangleMapItemPrivate() 81 QDeclarativeRectangleMapItem &m_rect; variable 107 m_rect.polishAndUpdate(); in markSourceDirtyAndUpdate() 119 m_geometry.setPreserveGeometry(true, m_rect.m_rectangle.topLeft()); in onItemGeometryChanged() 120 m_borderGeometry.setPreserveGeometry(true, m_rect.m_rectangle.topLeft()); in onItemGeometryChanged() 125 m_geometry.setPreserveGeometry(true, m_rect.m_rectangle.topLeft()); in afterViewportChanged() 126 m_borderGeometry.setPreserveGeometry(true, m_rect.m_rectangle.topLeft()); in afterViewportChanged() 131 if (!m_rect.topLeft().isValid() || !m_rect.bottomRight().isValid()) { in updatePolish() 134 m_rect.setWidth(0); in updatePolish() [all …]
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5multimedia/ |
| H A D | 0003-gsttools-videooverlay-Support-waylandsink-and-kmssin.patch | 139 + if (m_rect.width() <= 0 || m_rect.height() <= 0) 150 + position.x() + m_rect.x(), 151 + position.y() + m_rect.y(), 152 + m_rect.width(), m_rect.height()); 159 + wl_region_add(region, position.x() + m_rect.x(), 160 + position.y() + m_rect.y(), 161 + m_rect.width(), m_rect.height()); 174 + if (m_rect.width() > 0 && m_rect.height() > 0) 176 + m_rect.x(), m_rect.y(), m_rect.width(), m_rect.height()); 200 + m_rect = QRect(x, y, w, h); [all …]
|
| H A D | 0014-HACK-gstreamer-Support-LastFrame-flush-mode.patch | 90 QRect m_rect;
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/ |
| H A D | switchwidget.cpp | 65 m_rect = switchRect; in paintEvent() 88 if(m_rect.contains(e->pos())) in mousePressEvent()
|
| H A D | switchwidget.h | 29 QRectF m_rect; variable
|