Searched refs:bSavePieces (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_textlayout.h | 79 void Loader(float textWidth, float* pLinePos, bool bSavePieces); 83 bool bSavePieces); 88 bool bSavePieces, 96 bool bSavePieces); 99 bool bSavePieces, 102 bool IsEnd(bool bSavePieces);
|
D | cxfa_textlayout.cpp | 636 bool bSavePieces) { in Loader() argument 642 LoadText(m_pTextDataNode, textWidth, pLinePos, bSavePieces); in Loader() 654 LoadRichText(pXMLContainer, textWidth, pLinePos, pRootStyle, bSavePieces, in Loader() 661 bool bSavePieces) { in LoadText() argument 686 bool bRet = AppendChar(wsText, pLinePos, fSpaceAbove, bSavePieces); in LoadText() 690 EndBreak(CFX_BreakType::Paragraph, pLinePos, bSavePieces); in LoadText() 698 bool bSavePieces, in LoadRichText() argument 815 if (AppendChar(wsText, pLinePos, 0, bSavePieces)) { in LoadRichText() 818 if (!IsEnd(bSavePieces)) in LoadRichText() 836 pContext ? pStyle : pParentStyle, bSavePieces, in LoadRichText() [all …]
|