Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListCtrl.h36 CPDF_Point InToOut(const CPDF_Point& point) const;
38 CPDF_Rect InToOut(const CPDF_Rect& rect) const;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp528 CPDF_Point CFX_ListCtrl::InToOut(const CPDF_Point & point) const in InToOut() function in CFX_ListCtrl
544 CPDF_Rect CFX_ListCtrl::InToOut(const CPDF_Rect & rect) const in InToOut() function in CFX_ListCtrl
546 CPDF_Point ptLeftBottom = InToOut(CPDF_Point(rect.left,rect.bottom)); in InToOut()
547 CPDF_Point ptRightTop = InToOut(CPDF_Point(rect.right,rect.top)); in InToOut()
733 return InToOut(CFX_List::GetItemRect(nIndex)); in GetItemRect()
960 return InToOut(CFX_List::GetContentRect()); in GetContentRect()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListCtrl.cpp210 CPDF_Point CPWL_ListCtrl::InToOut(const CPDF_Point& point) const in InToOut() function in CPWL_ListCtrl
226 CPDF_Rect CPWL_ListCtrl::InToOut(const CPDF_Rect& rect) const in InToOut() function in CPWL_ListCtrl
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h376 inline CPDF_Point InToOut(const CPDF_Point & point) const in InToOut() function
384 inline CPDF_Rect InToOut(const CPVT_FloatRect & rect) const in InToOut() function
386 CPDF_Point ptLeftTop = InToOut(CPDF_Point(rect.left, rect.top)); in InToOut()
387 CPDF_Point ptRightBottom = InToOut(CPDF_Point(rect.right, rect.bottom)); in InToOut()
Ddoc_vt.cpp1359 return InToOut(CPDF_EditContainer::GetContentRect()); in GetContentRect()
1788 word.ptWord = m_pVT->InToOut( in GetWord()
1823 line.ptLine = m_pVT->InToOut( in GetLine()
1840 section.rcSection = m_pVT->InToOut(pSection->m_SecInfo.rcSection); in GetSection()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h318 virtual CPDF_Point InToOut(const CPDF_Point & point) const;
320 virtual CPDF_Rect InToOut(const CPDF_Rect & rect) const;