Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:rcClip

46 		CPDF_Rect rcClip = GetClipRect();
56 if (!rcClip.IsEmpty())
58 rcRect.Intersect(rcClip);
91 CPDF_Rect rcClip = GetClipRect();
94 rcClip = CPWL_Utils::OffsetRect(rcClip,ptOffset.x,ptOffset.y);
97 if (!rcClip.IsEmpty())
99 sCaret << rcClip.left << " " << rcClip.bottom + 2.5f << " "
100 << rcClip.right - rcClip.left << " " << rcClip.top - rcClip.bottom - 4.5f << " re W n\n";