Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dfde_render.cpp111 int32_t iCount = pTextSet->GetDisplayPos(*pText, nullptr, false); in RenderText()
121 iCount = pTextSet->GetDisplayPos(*pText, m_CharPos.data(), false); in RenderText()
Dcfde_txtedttextset.cpp48 int32_t CFDE_TxtEdtTextSet::GetDisplayPos(const FDE_TEXTEDITPIECE& piece, in GetDisplayPos() function in CFDE_TxtEdtTextSet
72 return pBreak->GetDisplayPos(&tr, pCharPos, bCharCode, pWSForms); in GetDisplayPos()
Dcfde_txtedttextset.h30 int32_t GetDisplayPos(const FDE_TEXTEDITPIECE& pPiece,
Difde_txtedtpage.h34 virtual int32_t GetDisplayPos(const CFX_RectF& rtClip,
Dfde_visualset.h64 virtual int32_t GetDisplayPos(const FDE_TEXTEDITPIECE& hText,
Dcfde_txtedtpage.h38 int32_t GetDisplayPos(const CFX_RectF& rtClip,
Dcfde_txtedtpage.cpp150 int32_t CFDE_TxtEdtPage::GetDisplayPos(const CFX_RectF& rtClip, in GetDisplayPos() function in CFDE_TxtEdtPage
160 int32_t nCount = m_pTextSet->GetDisplayPos(piece, pos, false); in GetDisplayPos()
/external/pdfium/xfa/fxfa/app/
Dcxfa_textlayout.cpp1163 int32_t iCount = GetDisplayPos(pPiece, pCharPos); in RenderString()
1186 int32_t iChars = GetDisplayPos(pPiece, pCharPos); in RenderPath()
1251 iChars = GetDisplayPos(pPiece, pCharPos); in RenderPath()
1258 iChars = GetDisplayPos(pPiece, pCharPos); in RenderPath()
1285 int32_t CXFA_TextLayout::GetDisplayPos(const XFA_TextPiece* pPiece, in GetDisplayPos() function in CXFA_TextLayout
1294 return m_pBreak->GetDisplayPos(&tr, pCharPos, bCharCode); in GetDisplayPos()
Dcxfa_textlayout.h115 int32_t GetDisplayPos(const XFA_TextPiece* pPiece,
/external/pdfium/xfa/fde/tto/
Dfde_textout.h148 int32_t GetDisplayPos(FDE_TTOPIECE* pPiece);
Dfde_textout.cpp729 int32_t iCount = GetDisplayPos(pPiece); in OnDraw()
740 int32_t CFDE_TextOut::GetDisplayPos(FDE_TTOPIECE* pPiece) { in GetDisplayPos() function in CFDE_TextOut
743 return m_pTxtBreak->GetDisplayPos(&tr, m_CharPos.data()); in GetDisplayPos()
/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.h167 int32_t GetDisplayPos(const FX_RTFTEXTOBJ* pText,
Dfgas_textbreak.h233 int32_t GetDisplayPos(const FX_TXTRUN* pTxtRun,
Dfgas_rtfbreak.cpp862 int32_t CFX_RTFBreak::GetDisplayPos(const FX_RTFTEXTOBJ* pText, in GetDisplayPos() function in CFX_RTFBreak
Dfgas_textbreak.cpp1141 int32_t CFX_TxtBreak::GetDisplayPos(const FX_TXTRUN* pTxtRun, in GetDisplayPos() function in CFX_TxtBreak