Home
last modified time | relevance | path

Searched refs:ChildToParent (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp222 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()
DPWL_IconList.cpp261 CPDF_Rect rcWnd = pChild->ChildToParent(pChild->GetWindowRect()); in FindItemIndex()
280 CPDF_Rect rcWnd = pItem->ChildToParent(rcOrigin); in ScrollToItem()
DPWL_ListCtrl.cpp179 CPDF_Rect rcChild = pChild->ChildToParent(pChild->GetWindowRect()); in DrawChildAppearance()
DPWL_Wnd.cpp1180 CPDF_Point CPWL_Wnd::ChildToParent(const CPDF_Point& point) const in ChildToParent() function in CPWL_Wnd
1193 CPDF_Rect CPWL_Wnd::ChildToParent(const CPDF_Rect& rect) const in ChildToParent() function in CPWL_Wnd
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h392 virtual CPDF_Point ChildToParent(const CPDF_Point& point) const;
393 virtual CPDF_Rect ChildToParent(const CPDF_Rect& rect) const;