Searched refs:realBounds (Results 1 - 2 of 2) 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.cpp153 wxRect realBounds; local
189 realBounds = pRow->mBoundsInParent;
192 realBounds.x -= 1;
193 realBounds.y -= 1;
194 realBounds.width += 2;
195 realBounds.height += 2;
197 pDc = pane.StartDrawInArea( realBounds );
245 pane.FinishDrawInArea( realBounds );
H A Dupdatesmgr.cpp154 wxRect realBounds; local
184 realBounds = row.mBoundsInParent;
187 realBounds.x -= 1;
188 realBounds.y -= 1;
189 realBounds.width += 2;
190 realBounds.height += 2;
192 pDc = pane.StartDrawInArea( realBounds );
229 pane.FinishDrawInArea( realBounds );

Completed in 102 milliseconds