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

  /external/pdfium/xfa/fde/
cfde_textout.cpp 315 int32_t iCount = GetDisplayPos(pPiece);
515 int32_t CFDE_TextOut::GetDisplayPos(FDE_TTOPIECE* pPiece) {
531 return m_pTxtBreak->GetDisplayPos(&tr, m_CharPos.data());
cfde_texteditengine.cpp 952 std::vector<FXTEXT_CHARPOS> CFDE_TextEditEngine::GetDisplayPos(
967 std::vector<FXTEXT_CHARPOS> data(text_break_.GetDisplayPos(&tr, nullptr));
968 text_break_.GetDisplayPos(&tr, data.data());
    [all...]
  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.cpp 665 int32_t CFX_RTFBreak::GetDisplayPos(const FX_RTFTEXTOBJ* pText,
cfx_txtbreak.cpp 645 int32_t CFX_TxtBreak::GetDisplayPos(const FX_TXTRUN* pTxtRun,
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp     [all...]

Completed in 89 milliseconds