Searched refs:oldRef (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/gtk/
H A Dbitmap.cpp1012 const wxBitmapRefData* oldRef = wx_static_cast(const wxBitmapRefData*, data); local
1014 newRef->m_width = oldRef->m_width;
1015 newRef->m_height = oldRef->m_height;
1016 newRef->m_bpp = oldRef->m_bpp;
1017 if (oldRef->m_pixmap != NULL)
1020 oldRef->m_pixmap, oldRef->m_width, oldRef->m_height,
1022 gdk_drawable_get_depth(oldRef->m_pixmap));
1025 newRef->m_pixmap, gc, oldRef
[all...]

Completed in 174 milliseconds