Home | History | Annotate | Download | only in qt

Lines Matching refs:backingStore

643                 QPixmap backingStore;
645 if (!QPixmapCache::find(m_backingStore.key, &backingStore) || backingStore.size() != m_size.toSize())
646 backingStore = recache(QRegion(m_state.contentsRect));
648 painter->drawPixmap(0, 0, backingStore);