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

  /external/pdfium/xfa/src/fgas/src/layout/
fx_rtfbreak.h 12 class CFX_RTFLine;
14 class CFX_RTFLine {
16 CFX_RTFLine()
22 ~CFX_RTFLine() { RemoveAll(); }
146 CFX_RTFLine m_RTFLine1;
147 CFX_RTFLine m_RTFLine2;
148 CFX_RTFLine* m_pCurLine;
154 CFX_RTFLine* GetRTFLine(FX_BOOL bReady) const;
163 void SplitTextLine(CFX_RTFLine* pCurLine,
164 CFX_RTFLine* pNextLine,
    [all...]
fx_rtfbreak.cpp 293 CFX_RTFLine* CFX_RTFBreak::GetRTFLine(FX_BOOL bReady) const {
296 return (CFX_RTFLine*)&m_RTFLine1;
298 return (CFX_RTFLine*)&m_RTFLine2;
307 CFX_RTFLine* pRTFLine = GetRTFLine(bReady);
624 CFX_RTFLine* pLastLine = GetRTFLine(TRUE);
650 CFX_RTFLine* pNextLine =
670 FX_BOOL CFX_RTFBreak::EndBreak_SplitLine(CFX_RTFLine* pNextLine,
    [all...]

Completed in 702 milliseconds