Home
last modified time | relevance | path

Searched refs:Paint (Results 1 – 5 of 5) sorted by relevance

/GUIX-v6.4.1/guix_studio/
Dresource_tree.cpp33 void resource_tree::Paint(CDC *dc) in Paint() function in resource_tree
35 mpRoot->Paint(dc); in Paint()
Dresource_tree.h26 void Paint(CDC *dc);
Dresource_item.h45 void Paint(CDC *dc);
Dresource_item.cpp1389 void resource_item::Paint(CDC *dc) in Paint() function in resource_item
1469 m_first->Paint(dc); in Paint()
1474 m_next->Paint(dc); in Paint()
Dresource_view.cpp170 mpTree->Paint(pDC); in OnDraw()