/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtpage.h | 76 virtual int32_t GetDisplayPos(FDE_HVISUALOBJ hText, 110 virtual int32_t GetDisplayPos(const CFX_RectF& rtClip,
|
D | fde_txtedtpage.cpp | 63 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/ |
D | ifde_txtedtpage.h | 29 virtual int32_t GetDisplayPos(const CFX_RectF& rtClip,
|
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_render.cpp | 184 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/ |
D | fde_psr.h | 41 virtual int32_t GetDisplayPos(FDE_HVISUALOBJ hText,
|
/external/pdfium/xfa/src/fdp/src/tto/ |
D | fde_textout.h | 128 int32_t GetDisplayPos(FDE_LPTTOPIECE pPiece);
|
D | fde_textout.cpp | 795 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/ |
D | fx_tbk.h | 204 virtual int32_t GetDisplayPos(
|
D | fx_rbk.h | 218 virtual int32_t GetDisplayPos(
|
/external/pdfium/xfa/src/fgas/src/layout/ |
D | fx_textbreak.h | 90 virtual int32_t GetDisplayPos(
|
D | fx_rtfbreak.h | 98 int32_t GetDisplayPos(
|
D | fx_rtfbreak.cpp | 1177 int32_t CFX_RTFBreak::GetDisplayPos(FX_LPCRTFTEXTOBJ pText, in GetDisplayPos() function in CFX_RTFBreak
|
D | fx_textbreak.cpp | 1168 int32_t CFX_TxtBreak::GetDisplayPos(FX_LPCTXTRUN pTxtRun, in GetDisplayPos() function in CFX_TxtBreak
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_textlayout.cpp | 1871 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()
|
D | xfa_textlayout.h | 385 int32_t GetDisplayPos(XFA_LPCTEXTPIECE pPiece,
|