Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:rcChild

91                                  const CPDF_Rect& rcChild) {
92 return rcChild.left >= rcParent.left && rcChild.bottom >= rcParent.bottom &&
93 rcChild.right <= rcParent.right && rcChild.top <= rcParent.top;