Home
last modified time | relevance | path

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

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