Searched refs:bSavePieces (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/app/ |
D | cxfa_textlayout.h | 77 bool bSavePieces = true); 81 bool bSavePieces); 86 bool bSavePieces, 94 bool bSavePieces); 97 bool bSavePieces, 100 bool IsEnd(bool bSavePieces);
|
D | cxfa_textlayout.cpp | 645 bool bSavePieces) { in Loader() argument 657 LoadRichText(pXMLContainer, szText, fLinePos, pRootStyle, bSavePieces, in Loader() 661 LoadText(m_pTextDataNode, szText, fLinePos, bSavePieces); in Loader() 669 bool bSavePieces) { in LoadText() argument 692 bool bRet = AppendChar(wsText, fLinePos, fSpaceAbove, bSavePieces); in LoadText() 696 EndBreak(CFX_RTFBreakType::Paragraph, fLinePos, bSavePieces); in LoadText() 704 bool bSavePieces, in LoadRichText() argument 825 if (AppendChar(wsText, fLinePos, 0, bSavePieces)) { in LoadRichText() 828 if (IsEnd(bSavePieces)) { in LoadRichText() 849 pContext ? pStyle : pParentStyle, bSavePieces, in LoadRichText() [all …]
|