Searched defs:InToOut (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListCtrl.cpp175 CPDF_Point CPWL_ListCtrl::InToOut(const CPDF_Point& point) const { function in class:CPWL_ListCtrl
189 CPDF_Rect CPWL_ListCtrl::InToOut(const CPDF_Rect& rect) const { function in class:CPWL_ListCtrl
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h316 inline CPDF_Point InToOut(const CPDF_Point& point) const { function in class:CPDF_EditContainer
322 inline CPDF_Rect InToOut(const CPVT_FloatRect& rect) const { function in class:CPDF_EditContainer
323 CPDF_Point ptLeftTop = InToOut(CPDF_Point(rect.left, rect.top));
324 CPDF_Point ptRightBottom = InToOut(CPDF_Point(rect.right, rect.bottom));
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp426 CPDF_Point CFX_ListCtrl::InToOut(const CPDF_Point& point) const { function in class:CFX_ListCtrl
440 CPDF_Rect CFX_ListCtrl::InToOut(const CPDF_Rect& rect) const { function in class:CFX_ListCtrl
441 CPDF_Point ptLeftBottom = InToOut(CPDF_Point(rect.left, rect.bottom));
442 CPDF_Point ptRightTop = InToOut(CPDF_Point(rect.right, rect.top));
590 return InToOut(CFX_List::GetItemRect(nIndex));
777 return InToOut(CFX_List::GetContentRect());

Completed in 36 milliseconds