Home
last modified time | relevance | path

Searched refs:GetLineEnd (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_breakline.h21 int32_t GetLineEnd() const;
Dcfx_breakline.cpp20 int32_t CFX_BreakLine::GetLineEnd() const { in GetLineEnd() function in CFX_BreakLine
Dcfx_rtfbreak.cpp83 IsGreaterThanLineWidth(m_pCurLine->GetLineEnd()) && in AppendChar()
265 if (IsGreaterThanLineWidth(m_pCurLine->GetLineEnd())) in AppendChar_Arabic()
295 IsGreaterThanLineWidth(m_pCurLine->GetLineEnd())) { in AppendChar_Others()
351 if (IsGreaterThanLineWidth(m_pCurLine->GetLineEnd())) { in EndBreak_SplitLine()
368 int32_t endPos = m_pCurLine->GetLineEnd(); in EndBreak_SplitLine()
689 int32_t iEndPos = pCurLine->GetLineEnd(); in SplitTextLine()
706 pNextLine->m_iWidth = pCurLine->GetLineEnd() - iEndPos; in SplitTextLine()
Dcfx_rtfbreak_unittest.cpp55 EXPECT_EQ(0, rtf_break->GetCurrentLineForTesting()->GetLineEnd()); in TEST_F()