Home | History | Annotate | Download | only in qt

Lines Matching defs:pixmap

60         // (b) QGraphicsOpacityEffect detaches the pixmap, which is inefficient on OpenGL.
63 // we need to do this so the pixmap would have hasAlpha()
74 // we have to use another intermediate pixmap, to make sure the mask applies only to this item
76 QPixmap pixmap(srcPixmap.size());
77 pixmap.fill(Qt::transparent);
79 if (pixmap.isNull())
82 QPainter pixmapPainter(&pixmap);
90 painter->drawPixmap(offset, pixmap);
175 QPixmap pixmap;
315 || (m_currentContent.contentType == PixmapContentType && !m_currentContent.pixmap.hasAlpha())) {
342 painter->drawPixmap(m_state.contentsRect, m_currentContent.pixmap);
442 // we only use ItemUsesExtendedStyleOption for HTML content - pixmap can be handled better with regular clipping
527 m_currentContent.pixmap = m_pendingContent.pixmap;
785 m_impl->m_pendingContent.pixmap = *pxm;
790 m_impl->m_pendingContent.pixmap = QPixmap();