Home | History | Annotate | Download | only in qt

Lines Matching refs:m_windowRect

102     IntRect oldWindowRect = m_windowRect;
105 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
107 m_clipRect.move(-m_windowRect.x(), -m_windowRect.y());
109 if (m_windowRect == oldWindowRect && m_clipRect == oldClipRect)
112 if (!m_isWindowed && m_windowRect.size() != oldWindowRect.size()) {
116 m_drawable = XCreatePixmap(QX11Info::display(), QX11Info::appRootWindow(), m_windowRect.width(), m_windowRect.height(),
129 if (!m_windowRect.intersects(frameView->frameRect()))
208 offset.x() + m_windowRect.x() + exposedRect.x(), offset.y() + m_windowRect.y() + exposedRect.y(),
481 platformPluginWidget()->setGeometry(m_windowRect);
487 m_npWindow.x = m_windowRect.x();
488 m_npWindow.y = m_windowRect.y();
507 m_npWindow.width = m_windowRect.width();
508 m_npWindow.height = m_windowRect.height();