Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp185 newInfo.ptHead = ChildToParent(pInfo->ptHead); in OnNotify()
186 newInfo.ptFoot = ChildToParent(pInfo->ptFoot); in OnNotify()
499 newInfo.ptHead = ChildToParent(pInfo->ptHead); in OnNotify()
500 newInfo.ptFoot = ChildToParent(pInfo->ptFoot); in OnNotify()
949 newInfo.ptHead = ChildToParent(pInfo->ptHead); in OnNotify()
950 newInfo.ptFoot = ChildToParent(pInfo->ptFoot); in OnNotify()
DPWL_IconList.cpp225 CPDF_Rect rcWnd = pChild->ChildToParent(pChild->GetWindowRect()); in FindItemIndex()
241 CPDF_Rect rcWnd = pItem->ChildToParent(rcOrigin); in ScrollToItem()
DPWL_ListCtrl.cpp150 CPDF_Rect rcChild = pChild->ChildToParent(pChild->GetWindowRect()); in DrawChildAppearance()
DPWL_Wnd.cpp909 CPDF_Point CPWL_Wnd::ChildToParent(const CPDF_Point& point) const { in ChildToParent() function in CPWL_Wnd
919 CPDF_Rect CPWL_Wnd::ChildToParent(const CPDF_Rect& rect) const { in ChildToParent() function in CPWL_Wnd
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h379 virtual CPDF_Point ChildToParent(const CPDF_Point& point) const;
380 virtual CPDF_Rect ChildToParent(const CPDF_Rect& rect) const;