Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:rcClient

36   CPDF_Rect rcClient = GetClientRect();
41 pDevice, pUser2Device, rcClient,
46 pDevice, pUser2Device, rcClient,
52 CPDF_Rect rcIcon = rcClient;
102 CPDF_Rect rcClient = GetClientRect();
104 rcClient.left +=
108 m_pText->Move(rcClient, TRUE, FALSE);
237 CPDF_Rect rcClient = GetClientRect();
243 if (!(rcWnd.bottom > rcClient.bottom && rcWnd.top < rcClient.top)) {
246 if (rcWnd.top > rcClient.top) {
248 } else if (rcWnd.bottom < rcClient.bottom) {
249 ptScroll.y = rcOrigin.bottom + rcClient.Height();