Home
last modified time | relevance | path

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

12

/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/
H A Dfde_render.cpp118 int32_t iCount = pTextSet->GetDisplayPos(pText, nullptr, FALSE); in RenderText()
133 iCount = pTextSet->GetDisplayPos(pText, m_pCharPos, FALSE); in RenderText()
H A Dcfde_txtedttextset.cpp47 int32_t CFDE_TxtEdtTextSet::GetDisplayPos(FDE_TEXTEDITPIECE* pPiece, in GetDisplayPos() function in CFDE_TxtEdtTextSet
74 return pBreak->GetDisplayPos(&tr, pCharPos, bCharCode, pWSForms); in GetDisplayPos()
H A Dcfde_txtedttextset.h28 int32_t GetDisplayPos(FDE_TEXTEDITPIECE* pPiece,
H A Dfde_visualset.h52 virtual int32_t GetDisplayPos(FDE_TEXTEDITPIECE* hText,
H A Difde_txtedtpage.h32 virtual int32_t GetDisplayPos(const CFX_RectF& rtClip,
H A Dcfde_txtedtpage.h34 int32_t GetDisplayPos(const CFX_RectF& rtClip,
H A Dcfde_txtedtpage.cpp172 int32_t CFDE_TxtEdtPage::GetDisplayPos(const CFX_RectF& rtClip, in GetDisplayPos() function in CFDE_TxtEdtPage
187 int32_t nCount = m_pTextSet->GetDisplayPos(pPiece, pos, FALSE); in GetDisplayPos()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fgas/layout/
H A Dcfx_rtfbreak.h45 size_t GetDisplayPos(const CFX_TextPiece* pPiece,
H A Dcfx_txtbreak.h72 size_t GetDisplayPos(const Run* pTxtRun, TextCharPos* pCharPos) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fgas/layout/
H A Dcfx_rtfbreak.h45 size_t GetDisplayPos(const CFX_TextPiece* pPiece,
H A Dcfx_txtbreak.h73 size_t GetDisplayPos(const Run* pTxtRun, TextCharPos* pCharPos) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/
H A Dcxfa_textlayout.cpp1154 size_t szCount = GetDisplayPos(pPiece, pCharPos); in RenderString()
1175 size_t szChars = GetDisplayPos(pPiece, pCharPos); in RenderPath()
1244 szChars = GetDisplayPos(pPiece, pCharPos); in RenderPath()
1252 szChars = GetDisplayPos(pPiece, pCharPos); in RenderPath()
1287 size_t CXFA_TextLayout::GetDisplayPos(const TextPiece* pPiece, in GetDisplayPos() function in CXFA_TextLayout
1291 return m_pBreak->GetDisplayPos(pPiece, pCharPos); in GetDisplayPos()
H A Dcxfa_textlayout.h168 size_t GetDisplayPos(const TextPiece* pPiece,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A Dcxfa_textlayout.cpp1120 size_t szCount = GetDisplayPos(pPiece, pCharPos); in RenderString()
1141 size_t szChars = GetDisplayPos(pPiece, pCharPos); in RenderPath()
1210 szChars = GetDisplayPos(pPiece, pCharPos); in RenderPath()
1218 szChars = GetDisplayPos(pPiece, pCharPos); in RenderPath()
1252 size_t CXFA_TextLayout::GetDisplayPos(const CXFA_TextPiece* pPiece, in GetDisplayPos() function in CXFA_TextLayout
1256 return m_pBreak->GetDisplayPos(pPiece, pCharPos); in GetDisplayPos()
H A Dcxfa_textlayout.h114 size_t GetDisplayPos(const CXFA_TextPiece* pPiece,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fde/
H A Dcfde_textout.cpp307 size_t szCount = GetDisplayPos(pPiece); in DrawLogicText()
507 size_t CFDE_TextOut::GetDisplayPos(const Piece* pPiece) { in GetDisplayPos() function in CFDE_TextOut
521 return m_pTxtBreak->GetDisplayPos(&tr, m_CharPos.data()); in GetDisplayPos()
H A Dcfde_textout.h99 size_t GetDisplayPos(const Piece* pPiece);
H A Dcfde_texteditengine.h181 std::vector<TextCharPos> GetDisplayPos(const FDE_TEXTEDITPIECE& info);
H A Dcfde_texteditengine.cpp1054 std::vector<TextCharPos> CFDE_TextEditEngine::GetDisplayPos( in GetDisplayPos() function in CFDE_TextEditEngine
1069 std::vector<TextCharPos> data(text_break_.GetDisplayPos(&tr, nullptr)); in GetDisplayPos()
1070 text_break_.GetDisplayPos(&tr, data.data()); in GetDisplayPos()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fde/
H A Dcfde_textout.cpp308 size_t szCount = GetDisplayPos(pPiece); in DrawLogicText()
508 size_t CFDE_TextOut::GetDisplayPos(FDE_TTOPIECE* pPiece) { in GetDisplayPos() function in CFDE_TextOut
524 return m_pTxtBreak->GetDisplayPos(&tr, m_CharPos.data()); in GetDisplayPos()
H A Dcfde_textout.h98 size_t GetDisplayPos(FDE_TTOPIECE* pPiece);
H A Dcfde_texteditengine.h180 std::vector<TextCharPos> GetDisplayPos(const FDE_TEXTEDITPIECE& info);
H A Dcfde_texteditengine.cpp1053 std::vector<TextCharPos> CFDE_TextEditEngine::GetDisplayPos( in GetDisplayPos() function in CFDE_TextEditEngine
1068 std::vector<TextCharPos> data(text_break_.GetDisplayPos(&tr, nullptr)); in GetDisplayPos()
1069 text_break_.GetDisplayPos(&tr, data.data()); in GetDisplayPos()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/tto/
H A Dfde_textout.h149 int32_t GetDisplayPos(FDE_TTOPIECE* pPiece);
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_textlayout.cpp1839 int32_t iCount = GetDisplayPos(pPiece, pCharPos); in RenderString()
1862 int32_t iChars = GetDisplayPos(pPiece, pCharPos); in RenderPath()
1928 iChars = GetDisplayPos(pPiece, pCharPos); in RenderPath()
1935 iChars = GetDisplayPos(pPiece, pCharPos); in RenderPath()
1958 int32_t CXFA_TextLayout::GetDisplayPos(const XFA_TextPiece* pPiece, in GetDisplayPos() function in CXFA_TextLayout
1968 return m_pBreak->GetDisplayPos(&tr, pCharPos, bCharCode); in GetDisplayPos()

12