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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dgcupdatesmgr.cpp42 struct cbRectInfo struct
50 static inline cbRectInfo& node_to_rect_info( wxNode* pNode )
52 return *( (cbRectInfo*) (pNode->GetData()) );
69 cbRectInfo* pInfo = new cbRectInfo();
279 cbRectInfo& info = node_to_rect_info( pNode1 );
296 cbRectInfo& otherInfo = node_to_rect_info( pNode2 );
321 cbRectInfo& info = *((cbRectInfo*)gc_node_to_obj(pNode));
338 cbRectInfo
[all...]

Completed in 53 milliseconds