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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dcard.h71 static wxBitmap* m_pictureBmap; member in class:Card
H A Dcard.cpp42 wxBitmap* Card::m_pictureBmap = 0; member in class:Card
68 if (!m_pictureBmap)
70 m_pictureBmap = new wxBitmap(Pictures);
71 if (!m_pictureBmap->Ok())
503 memoryDC.SelectObject(*m_pictureBmap);
H A Dforty.cpp65 delete Card::m_pictureBmap; member in class:Card

Completed in 69 milliseconds