HomeSort by relevance Sort by last modified time
    Searched refs:GetDisplayPos (Results 1 - 15 of 15) sorted by null

  /external/pdfium/xfa/fde/
cfde_txtedttextset.h 30 int32_t GetDisplayPos(const FDE_TEXTEDITPIECE& pPiece,
ifde_txtedtpage.h 34 virtual int32_t GetDisplayPos(const CFX_RectF& rtClip,
cfde_txtedttextset.cpp 48 int32_t CFDE_TxtEdtTextSet::GetDisplayPos(const FDE_TEXTEDITPIECE& piece,
72 return pBreak->GetDisplayPos(&tr, pCharPos, bCharCode, pWSForms);
fde_render.cpp 111 int32_t iCount = pTextSet->GetDisplayPos(*pText, nullptr, false);
121 iCount = pTextSet->GetDisplayPos(*pText, m_CharPos.data(), false);
fde_visualset.h 64 virtual int32_t GetDisplayPos(const FDE_TEXTEDITPIECE& hText,
cfde_txtedtpage.h 38 int32_t GetDisplayPos(const CFX_RectF& rtClip,
cfde_txtedtpage.cpp 150 int32_t CFDE_TxtEdtPage::GetDisplayPos(const CFX_RectF& rtClip,
160 int32_t nCount = m_pTextSet->GetDisplayPos(piece, pos, false);
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.h 115 int32_t GetDisplayPos(const XFA_TextPiece* pPiece,
cxfa_textlayout.cpp     [all...]
  /external/pdfium/xfa/fde/tto/
fde_textout.h 148 int32_t GetDisplayPos(FDE_TTOPIECE* pPiece);
fde_textout.cpp 729 int32_t iCount = GetDisplayPos(pPiece);
740 int32_t CFDE_TextOut::GetDisplayPos(FDE_TTOPIECE* pPiece) {
743 return m_pTxtBreak->GetDisplayPos(&tr, m_CharPos.data());
  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.h 167 int32_t GetDisplayPos(const FX_RTFTEXTOBJ* pText,
fgas_textbreak.h 233 int32_t GetDisplayPos(const FX_TXTRUN* pTxtRun,
fgas_rtfbreak.cpp 862 int32_t CFX_RTFBreak::GetDisplayPos(const FX_RTFTEXTOBJ* pText,
fgas_textbreak.cpp     [all...]

Completed in 126 milliseconds