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

  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.h 60 int32_t GetDisplayPos(const FX_RTFTEXTOBJ* pText,
cfx_txtbreak.h 67 int32_t GetDisplayPos(const FX_TXTRUN* pTxtRun,
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/fde/
cfde_textout.h 88 int32_t GetDisplayPos(FDE_TTOPIECE* pPiece);
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.h 176 std::vector<FXTEXT_CHARPOS> GetDisplayPos(const FDE_TEXTEDITPIECE& info);
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...]
cfde_texteditengine_unittest.cpp 225 TEST_F(CFDE_TextEditEngineTest, GetDisplayPos) {
226 EXPECT_EQ(0U, engine()->GetDisplayPos(FDE_TEXTEDITPIECE()).size());
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.h 106 int32_t GetDisplayPos(const CXFA_TextPiece* pPiece,
cxfa_textlayout.cpp     [all...]
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 559 std::vector<FXTEXT_CHARPOS> char_pos = m_EdtEngine.GetDisplayPos(info);
    [all...]

Completed in 83 milliseconds