Searched refs:ChildToParent (Results 1 – 5 of 5) sorted by relevance
222 newInfo.ptHead = this->ChildToParent(pInfo->ptHead); in OnNotify()223 newInfo.ptFoot = this->ChildToParent(pInfo->ptFoot); in OnNotify()584 newInfo.ptHead = this->ChildToParent(pInfo->ptHead); in OnNotify()585 newInfo.ptFoot = this->ChildToParent(pInfo->ptFoot); in OnNotify()1115 newInfo.ptHead = this->ChildToParent(pInfo->ptHead); in OnNotify()1116 newInfo.ptFoot = this->ChildToParent(pInfo->ptFoot); in OnNotify()
261 CPDF_Rect rcWnd = pChild->ChildToParent(pChild->GetWindowRect()); in FindItemIndex()280 CPDF_Rect rcWnd = pItem->ChildToParent(rcOrigin); in ScrollToItem()
179 CPDF_Rect rcChild = pChild->ChildToParent(pChild->GetWindowRect()); in DrawChildAppearance()
1180 CPDF_Point CPWL_Wnd::ChildToParent(const CPDF_Point& point) const in ChildToParent() function in CPWL_Wnd1193 CPDF_Rect CPWL_Wnd::ChildToParent(const CPDF_Rect& rect) const in ChildToParent() function in CPWL_Wnd
392 virtual CPDF_Point ChildToParent(const CPDF_Point& point) const;393 virtual CPDF_Rect ChildToParent(const CPDF_Rect& rect) const;