Searched defs:m_asyncVisibleRegion (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp373 QRegion m_asyncVisibleRegion; member in class:UIFrameBufferPrivate
1147 if (m_asyncVisibleRegion == region)
1152 if (!m_asyncVisibleRegion.isEmpty())
1153 m_pMachineView->viewport()->update(m_asyncVisibleRegion - region);
1156 m_asyncVisibleRegion = region;
1160 m_pMachineView->machineWindow()->setMask(m_asyncVisibleRegion);
1177 m_asyncVisibleRegion = QRegion();

Completed in 73 milliseconds