Searched refs:m_pClosedBitmap (Results 1 – 2 of 2) sorted by relevance
64 m_pOpenBitmap( pOpenBitmap ), m_pClosedBitmap( pClosedBitmap ), in CtrlTree()89 if( m_pClosedBitmap ) in itemHeight()91 itemHeight = __MAX( m_pClosedBitmap->getHeight(), itemHeight ); in itemHeight()111 if( m_pClosedBitmap ) in itemImageWidth()113 bitmapWidth = __MAX( m_pClosedBitmap->getWidth(), bitmapWidth ); in itemImageWidth()648 it->isExpanded() ? m_pOpenBitmap : m_pClosedBitmap; in makeImage()
99 const GenericBitmap *m_pClosedBitmap; member in CtrlTree