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

/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp266 RECT rView ={bounds->x1, bounds->y1, bounds->x2, bounds->y2}; local
273 ::OffsetRect(&rView,
276 ::IntersectRect(&rSect,&rView,&(miInfo->rcMonitor));
279 if( TRUE == ::EqualRect(&rSect,&rView) ) {
557 // so we set the rView as our clip, and then see if resulting

Completed in 33 milliseconds