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

/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp265 RECT rSect ={0,0,0,0}; local
276 ::IntersectRect(&rSect,&rView,&(miInfo->rcMonitor));
278 if( FALSE == ::IsRectEmpty(&rSect) ) {
279 if( TRUE == ::EqualRect(&rSect,&rView) ) {

Completed in 30 milliseconds