Lines Matching refs:pRect
765 LPRECT pRect; in winTopLevelWindowProc() local
769 pRect = &windPlace.rcNormalPosition; in winTopLevelWindowProc()
773 ErrorF("\twindPlace: (%d, %d) - %dx%d\n", (int)pRect->left, in winTopLevelWindowProc()
774 (int)pRect->top, (int)(pRect->right - pRect->left), in winTopLevelWindowProc()
775 (int)(pRect->bottom - pRect->top)); in winTopLevelWindowProc()
777 pRect = &rc; in winTopLevelWindowProc()
778 ErrorF("\tClientRect: (%d, %d) - %dx%d\n", (int)pRect->left, in winTopLevelWindowProc()
779 (int)pRect->top, (int)(pRect->right - pRect->left), in winTopLevelWindowProc()
780 (int)(pRect->bottom - pRect->top)); in winTopLevelWindowProc()
783 pRect = &rc; in winTopLevelWindowProc()
784 ErrorF("\tWindowRect: (%d, %d) - %dx%d\n", (int)pRect->left, in winTopLevelWindowProc()
785 (int)pRect->top, (int)(pRect->right - pRect->left), in winTopLevelWindowProc()
786 (int)(pRect->bottom - pRect->top)); in winTopLevelWindowProc()