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

/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp540 RECT rClip; local
547 int nComplexity = ::GetClipBox(hDC, &rClip);
582 nComplexity = ::GetClipBox(hDC, &rClip);
597 // SIMPLE case, adjust our bounds by the new rClip rect
602 if (bounds->x1 < rClip.left) {
603 bounds->x1 = rClip.left;
605 if (bounds->y1 < rClip.top) {
606 bounds->y1 = rClip.top;
608 if (bounds->x2 > rClip.right) {
609 bounds->x2 = rClip
[all...]

Completed in 28 milliseconds