Searched refs:Paint (Results 1 – 5 of 5) sorted by relevance
33 void resource_tree::Paint(CDC *dc) in Paint() function in resource_tree35 mpRoot->Paint(dc); in Paint()
26 void Paint(CDC *dc);
45 void Paint(CDC *dc);
1389 void resource_item::Paint(CDC *dc) in Paint() function in resource_item1469 m_first->Paint(dc); in Paint()1474 m_next->Paint(dc); in Paint()
170 mpTree->Paint(pDC); in OnDraw()