/external/pdfium/xfa/fde/ |
D | fde_render.cpp | 111 int32_t iCount = pTextSet->GetDisplayPos(*pText, nullptr, false); in RenderText() 121 iCount = pTextSet->GetDisplayPos(*pText, m_CharPos.data(), false); in RenderText()
|
D | cfde_txtedttextset.cpp | 48 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()
|
D | cfde_txtedttextset.h | 30 int32_t GetDisplayPos(const FDE_TEXTEDITPIECE& pPiece,
|
D | ifde_txtedtpage.h | 34 virtual int32_t GetDisplayPos(const CFX_RectF& rtClip,
|
D | fde_visualset.h | 64 virtual int32_t GetDisplayPos(const FDE_TEXTEDITPIECE& hText,
|
D | cfde_txtedtpage.h | 38 int32_t GetDisplayPos(const CFX_RectF& rtClip,
|
D | cfde_txtedtpage.cpp | 150 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/ |
D | cxfa_textlayout.cpp | 1163 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()
|
D | cxfa_textlayout.h | 115 int32_t GetDisplayPos(const XFA_TextPiece* pPiece,
|
/external/pdfium/xfa/fde/tto/ |
D | fde_textout.h | 148 int32_t GetDisplayPos(FDE_TTOPIECE* pPiece);
|
D | fde_textout.cpp | 729 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/ |
D | fgas_rtfbreak.h | 167 int32_t GetDisplayPos(const FX_RTFTEXTOBJ* pText,
|
D | fgas_textbreak.h | 233 int32_t GetDisplayPos(const FX_TXTRUN* pTxtRun,
|
D | fgas_rtfbreak.cpp | 862 int32_t CFX_RTFBreak::GetDisplayPos(const FX_RTFTEXTOBJ* pText, in GetDisplayPos() function in CFX_RTFBreak
|
D | fgas_textbreak.cpp | 1141 int32_t CFX_TxtBreak::GetDisplayPos(const FX_TXTRUN* pTxtRun, in GetDisplayPos() function in CFX_TxtBreak
|