Lines Matching refs:pRect
741 LPRECT pRect;
745 pRect = &windPlace.rcNormalPosition;
749 ErrorF ("\twindPlace: (%ld, %ld) - %ldx%ld\n", pRect->left,
750 pRect->top, pRect->right - pRect->left,
751 pRect->bottom - pRect->top);
754 pRect = &rc;
755 ErrorF ("\tClientRect: (%ld, %ld) - %ldx%ld\n", pRect->left,
756 pRect->top, pRect->right - pRect->left,
757 pRect->bottom - pRect->top);
761 pRect = &rc;
762 ErrorF ("\tWindowRect: (%ld, %ld) - %ldx%ld\n", pRect->left,
763 pRect->top, pRect->right - pRect->left,
764 pRect->bottom - pRect->top);