Lines Matching refs:RECT
540 RECT rect;
594 rect.left = 0L;
595 rect.top = (LONG)lastrow;
596 rect.right = (LONG)image_width; /* possibly off by one? */
597 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */
598 InvalidateRect(global_hwnd, &rect, FALSE);
606 rect.left = 0L;
607 rect.top = (LONG)lastrow;
608 rect.right = (LONG)image_width; /* possibly off by one? */
609 rect.bottom = (LONG)image_height; /* possibly off by one? */
610 InvalidateRect(global_hwnd, &rect, FALSE);