Searched refs:rcChild (Results 1 – 3 of 3) sorted by relevance
179 CPDF_Rect rcChild = pChild->ChildToParent(pChild->GetWindowRect()); in DrawChildAppearance() local180 if (!(rcChild.top < rcClient.bottom || rcChild.bottom > rcClient.top)) in DrawChildAppearance()
90 FX_BOOL CPWL_Utils::ContainsRect(const CPDF_Rect& rcParent, const CPDF_Rect& rcChild) in ContainsRect() argument92 return rcChild.left >= rcParent.left && rcChild.bottom >= rcParent.bottom && in ContainsRect()93 rcChild.right <= rcParent.right && rcChild.top <= rcParent.top; in ContainsRect()
113 static FX_BOOL ContainsRect(const CPDF_Rect& rcParent, const CPDF_Rect& rcChild);