Searched refs:GetDisplayPos (Results 1 - 15 of 15) sorted by relevance

/external/pdfium/xfa/src/fee/include/
H A Difde_txtedtpage.h29 virtual int32_t GetDisplayPos(const CFX_RectF& rtClip,
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtpage.h76 virtual int32_t GetDisplayPos(FDE_HVISUALOBJ hText,
110 virtual int32_t GetDisplayPos(const CFX_RectF& rtClip,
H A Dfde_txtedtpage.cpp63 int32_t CFDE_TxtEdtTextSet::GetDisplayPos(FDE_HVISUALOBJ hText, function in class:CFDE_TxtEdtTextSet
92 return pBreak->GetDisplayPos(&tr, pCharPos, bCharCode, pWSForms);
289 int32_t CFDE_TxtEdtPage::GetDisplayPos(const CFX_RectF& rtClip, function in class:CFDE_TxtEdtPage
304 int32_t nCount = m_pTextSet->GetDisplayPos(hVisualObj, pos, FALSE);
/external/pdfium/xfa/src/fdp/include/
H A Dfde_psr.h41 virtual int32_t GetDisplayPos(FDE_HVISUALOBJ hText,
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_render.cpp184 int32_t iCount = pTextSet->GetDisplayPos(hText, NULL, FALSE);
202 iCount = pTextSet->GetDisplayPos(hText, m_pCharPos, FALSE);
/external/pdfium/xfa/src/fdp/src/tto/
H A Dfde_textout.h128 int32_t GetDisplayPos(FDE_LPTTOPIECE pPiece);
H A Dfde_textout.cpp795 int32_t iCount = GetDisplayPos(pPiece);
811 int32_t CFDE_TextOut::GetDisplayPos(FDE_LPTTOPIECE pPiece) { function in class:CFDE_TextOut
815 return m_pTxtBreak->GetDisplayPos(&tr, m_pCharPos);
/external/pdfium/xfa/src/fgas/include/
H A Dfx_rbk.h218 virtual int32_t GetDisplayPos(
H A Dfx_tbk.h204 virtual int32_t GetDisplayPos(
/external/pdfium/xfa/src/fgas/src/layout/
H A Dfx_rtfbreak.h98 int32_t GetDisplayPos(
H A Dfx_textbreak.h90 virtual int32_t GetDisplayPos(
H A Dfx_rtfbreak.cpp1177 int32_t CFX_RTFBreak::GetDisplayPos(FX_LPCRTFTEXTOBJ pText, function in class:CFX_RTFBreak
H A Dfx_textbreak.cpp1168 int32_t CFX_TxtBreak::GetDisplayPos(FX_LPCTXTRUN pTxtRun, function in class:CFX_TxtBreak
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_textlayout.cpp1871 int32_t iCount = GetDisplayPos(pPiece, pCharPos);
1893 int32_t iChars = GetDisplayPos(pPiece, pCharPos);
1960 iChars = GetDisplayPos(pPiece, pCharPos);
1967 iChars = GetDisplayPos(pPiece, pCharPos);
1992 int32_t CXFA_TextLayout::GetDisplayPos(XFA_LPCTEXTPIECE pPiece, function in class:CXFA_TextLayout
2002 return m_pBreak->GetDisplayPos(&tr, pCharPos, bCharCode);
H A Dxfa_textlayout.h385 int32_t GetDisplayPos(XFA_LPCTEXTPIECE pPiece,

Completed in 679 milliseconds