Searched refs:sourcePixmap (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp829 Pixmap sourcePixmap = (Pixmap) NULL; local
851 sourcePixmap = (Pixmap) bitmap.GetDrawable();
860 sourcePixmap = (Pixmap) scaledBitmap->GetDrawable();
864 sourcePixmap = (Pixmap) sourceDC->m_pixmap;
866 if (m_pixmap && sourcePixmap)
879 (Pixmap) sourcePixmap, (Pixmap) m_window->GetBackingPixmap(),
899 XCopyRemote((Display*) sourceDC->m_display, (Display*) m_display, (Pixmap) sourcePixmap, (Pixmap) m_pixmap, (GC) m_gc,
927 XCopyPlane ((Display*) m_display, (Pixmap) sourcePixmap, (Pixmap) m_window->GetBackingPixmap(),(GC) m_gcBacking,
936 XCopyArea ((Display*) m_display, (Pixmap) sourcePixmap, (Pixmap) m_window->GetBackingPixmap(),(GC) m_gcBacking,
959 XCopyPlane ((Display*) m_display, (Pixmap) sourcePixmap, (Pixma
[all...]

Completed in 47 milliseconds