Home | History | Annotate | Download | only in qt

Lines Matching refs:m_image

63     m_image = QImage();
73 if (m_pixmap.isNull() && !m_image.isNull()) {
74 m_pixmap = QPixmap(m_image.width(), m_image.height());
75 m_image = QImage();
85 m_image = other.m_image;
99 m_image = QImage();
111 if (m_pixmap.isNull() && !m_image.isNull()) {
112 m_pixmap = QPixmap::fromImage(m_image);
113 m_image = QImage();
142 m_image = QImage();