Searched refs:InToOut (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ListCtrl.h27 CPDF_Point InToOut(const CPDF_Point& point) const;
29 CPDF_Rect InToOut(const CPDF_Rect& rect) const;
/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/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());
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h319 virtual CPDF_Point InToOut(const CPDF_Point& point) const;
321 virtual CPDF_Rect InToOut(const CPDF_Rect& rect) const;
/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));
H A Ddoc_vt.cpp1337 return InToOut(CPVT_FloatRect(CPDF_EditContainer::GetContentRect()));
1755 word.ptWord = m_pVT->InToOut(
1788 line.ptLine = m_pVT->InToOut(CPDF_Point(
1803 section.rcSection = m_pVT->InToOut(pSection->m_SecInfo.rcSection);

Completed in 108 milliseconds