Home | History | Annotate | Download | only in x11

Lines Matching full:exposedrect

228     IntRect exposedRect(dirtyRect);
229 exposedRect.intersect(m_frameRect);
230 exposedRect.move(-m_frameRect.x(), -m_frameRect.y());
231 exposeEvent.x = exposedRect.x();
232 exposeEvent.y = exposedRect.y();
236 exposeEvent.width = exposedRect.width();
237 exposeEvent.height = exposedRect.height();
247 painter->drawPixmap(QPoint(exposedRect.x(), exposedRect.y()), qtDrawable, exposedRect);