Home
last modified time | relevance | path

Searched refs:CFX_RTFLine (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.h110 class CFX_RTFLine {
112 CFX_RTFLine();
113 ~CFX_RTFLine();
182 const CFX_RTFLine* GetRTFLine() const;
192 void SplitTextLine(CFX_RTFLine* pCurLine,
193 CFX_RTFLine* pNextLine,
195 bool EndBreak_SplitLine(CFX_RTFLine* pNextLine,
222 CFX_RTFLine m_RTFLine1;
223 CFX_RTFLine m_RTFLine2;
224 CFX_RTFLine* m_pCurLine;
Dfgas_rtfbreak.cpp196 const CFX_RTFLine* CFX_RTFBreak::GetRTFLine() const { in GetRTFLine()
205 const CFX_RTFLine* pRTFLine = GetRTFLine(); in GetRTFPieces()
406 const CFX_RTFLine* pLastLine = GetRTFLine(); in EndBreak()
431 CFX_RTFLine* pNextLine = in EndBreak()
450 bool CFX_RTFBreak::EndBreak_SplitLine(CFX_RTFLine* pNextLine, in EndBreak_SplitLine()
796 void CFX_RTFBreak::SplitTextLine(CFX_RTFLine* pCurLine, in SplitTextLine()
797 CFX_RTFLine* pNextLine, in SplitTextLine()
850 const CFX_RTFLine* pRTFLine = GetRTFLine(); in ClearBreakPieces()
852 const_cast<CFX_RTFLine*>(pRTFLine)->RemoveAll(true); in ClearBreakPieces()
1010 CFX_RTFLine::CFX_RTFLine() in CFX_RTFLine() function in CFX_RTFLine
[all …]