Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dfgas_rtfbreak.cpp205 const CFX_RTFLine* pRTFLine = GetRTFLine(); in GetRTFPieces() local
206 return pRTFLine ? &pRTFLine->m_LinePieces : nullptr; in GetRTFPieces()
850 const CFX_RTFLine* pRTFLine = GetRTFLine(); in ClearBreakPieces() local
851 if (pRTFLine) in ClearBreakPieces()
852 const_cast<CFX_RTFLine*>(pRTFLine)->RemoveAll(true); in ClearBreakPieces()