Home | History | Annotate | Download | only in gregbook

Lines Matching defs:rect

671     RECT rect;
793 rect.left = 0L;
794 rect.top = 0L;
795 rect.right = (LONG)rpng2_info.width; /* possibly off by one? */
796 rect.bottom = (LONG)rpng2_info.height; /* possibly off by one? */
797 InvalidateRect(global_hwnd, &rect, FALSE);
1126 RECT rect;
1128 rect.left = 0L;
1129 rect.top = (LONG)firstrow;
1130 rect.right = (LONG)rpng2_info.width; /* possibly off by one? */
1131 rect.bottom = (LONG)row + 1L; /* possibly off by one? */
1132 InvalidateRect(global_hwnd, &rect, FALSE);