Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:rcClient

143     CPDF_Rect rcClient = GetClientRect();
146 sClip << rcClient.left << " " << rcClient.bottom << " "
147 << rcClient.right - rcClient.left << " "
148 << rcClient.top - rcClient.bottom << " re W n\n";
163 CPDF_Rect rcClient = GetClientRect();
173 if (rcContent.Width() > rcClient.Width())
176 rcItem.Intersect(rcClient);