Home | History | Annotate | Download | only in pdfwindow

Lines Matching defs:rcRect

33     CPDF_Rect rcRect = GetCaretRect();
40 FX_FLOAT fCaretX = rcRect.left + m_fWidth * 0.5f;
41 FX_FLOAT fCaretTop = rcRect.top;
42 FX_FLOAT fCaretBottom = rcRect.bottom;
45 rcRect.Intersect(rcClip);
46 if (!rcRect.IsEmpty()) {
47 fCaretTop = rcRect.top;
48 fCaretBottom = rcRect.bottom;
72 CPDF_Rect rcRect = GetCaretRect();
75 rcRect = CPWL_Utils::OffsetRect(rcRect, ptOffset.x, ptOffset.y);
85 sCaret << rcRect.left + m_fWidth / 2 << " " << rcRect.bottom << " m\n";
86 sCaret << rcRect.left + m_fWidth / 2 << " " << rcRect.top << " l S\nQ\n";