Home | History | Annotate | Download | only in pdfwindow

Lines Matching defs:rcClip

34     CPDF_Rect rcClip = GetClipRect();
44 if (!rcClip.IsEmpty()) {
45 rcRect.Intersect(rcClip);
73 CPDF_Rect rcClip = GetClipRect();
76 rcClip = CPWL_Utils::OffsetRect(rcClip, ptOffset.x, ptOffset.y);
79 if (!rcClip.IsEmpty()) {
80 sCaret << rcClip.left << " " << rcClip.bottom + 2.5f << " "
81 << rcClip.right - rcClip.left << " "
82 << rcClip.top - rcClip.bottom - 4.5f << " re W n\n";