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

/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListCtrl.cpp210 CPDF_Point CPWL_ListCtrl::InToOut(const CPDF_Point& point) const function in class:CPWL_ListCtrl
226 CPDF_Rect CPWL_ListCtrl::InToOut(const CPDF_Rect& rect) const function in class:CPWL_ListCtrl
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h373 inline CPDF_Point InToOut(const CPDF_Point & point) const function in class:CPDF_EditContainer
381 inline CPDF_Rect InToOut(const CPVT_FloatRect & rect) const function in class:CPDF_EditContainer
383 CPDF_Point ptLeftTop = InToOut(CPDF_Point(rect.left, rect.top));
384 CPDF_Point ptRightBottom = InToOut(CPDF_Point(rect.right, rect.bottom));
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp528 CPDF_Point CFX_ListCtrl::InToOut(const CPDF_Point & point) const function in class:CFX_ListCtrl
544 CPDF_Rect CFX_ListCtrl::InToOut(const CPDF_Rect & rect) const function in class:CFX_ListCtrl
546 CPDF_Point ptLeftBottom = InToOut(CPDF_Point(rect.left,rect.bottom));
547 CPDF_Point ptRightTop = InToOut(CPDF_Point(rect.right,rect.top));
733 return InToOut(CFX_List::GetItemRect(nIndex));
960 return InToOut(CFX_List::GetContentRect());

Completed in 106 milliseconds