Lines Matching defs:rect
498 RECT rect;
552 rect.left = 0L;
553 rect.top = (LONG)lastrow;
554 rect.right = (LONG)image_width; /* possibly off by one? */
555 rect.bottom = (LONG)lastrow + 16L; /* possibly off by one? */
556 InvalidateRect(global_hwnd, &rect, FALSE);
564 rect.left = 0L;
565 rect.top = (LONG)lastrow;
566 rect.right = (LONG)image_width; /* possibly off by one? */
567 rect.bottom = (LONG)image_height; /* possibly off by one? */
568 InvalidateRect(global_hwnd, &rect, FALSE);