Searched refs:bSavePieces (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxfa/ |
D | cxfa_textlayout.h | 70 bool Loader(float textWidth, float& fLinePos, bool bSavePieces); 74 bool bSavePieces); 79 bool bSavePieces, 87 bool bSavePieces); 90 bool bSavePieces, 93 bool IsEnd(bool bSavePieces);
|
D | cxfa_textlayout.cpp | 630 bool bSavePieces) { in Loader() argument 642 LoadRichText(pXMLContainer, textWidth, fLinePos, pRootStyle, bSavePieces, in Loader() 646 LoadText(m_pTextDataNode, textWidth, fLinePos, bSavePieces); in Loader() 654 bool bSavePieces) { in LoadText() argument 679 bool bRet = AppendChar(wsText, fLinePos, fSpaceAbove, bSavePieces); in LoadText() 683 EndBreak(CFX_BreakType::Paragraph, fLinePos, bSavePieces); in LoadText() 691 bool bSavePieces, in LoadRichText() argument 811 if (AppendChar(wsText, fLinePos, 0, bSavePieces)) { in LoadRichText() 814 if (IsEnd(bSavePieces)) { in LoadRichText() 835 pContext ? pStyle : pParentStyle, bSavePieces, in LoadRichText() [all …]
|