Searched defs:bSavePieces (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/xfa/fxfa/app/
H A Dcxfa_textlayout.cpp645 bool bSavePieces) {
657 LoadRichText(pXMLContainer, szText, fLinePos, pRootStyle, bSavePieces,
661 LoadText(m_pTextDataNode, szText, fLinePos, bSavePieces);
669 bool bSavePieces) {
692 bool bRet = AppendChar(wsText, fLinePos, fSpaceAbove, bSavePieces);
696 EndBreak(CFX_RTFBreakType::Paragraph, fLinePos, bSavePieces);
704 bool bSavePieces,
825 if (AppendChar(wsText, fLinePos, 0, bSavePieces)) {
828 if (IsEnd(bSavePieces)) {
849 pContext ? pStyle : pParentStyle, bSavePieces,
643 Loader(const CFX_SizeF& szText, FX_FLOAT& fLinePos, bool bSavePieces) argument
666 LoadText(CXFA_Node* pNode, const CFX_SizeF& szText, FX_FLOAT& fLinePos, bool bSavePieces) argument
699 LoadRichText( CFDE_XMLNode* pXMLNode, const CFX_SizeF& szText, FX_FLOAT& fLinePos, const CFX_RetainPtr<CFDE_CSSComputedStyle>& pParentStyle, bool bSavePieces, CFX_RetainPtr<CXFA_LinkUserData> pLinkData, bool bEndBreak, bool bIsOl, int32_t iLiCount) argument
889 AppendChar(const CFX_WideString& wsText, FX_FLOAT& fLinePos, FX_FLOAT fSpaceAbove, bool bSavePieces) argument
923 IsEnd(bool bSavePieces) argument
953 EndBreak(CFX_RTFBreakType dwStatus, FX_FLOAT& fLinePos, bool bSavePieces) argument
1017 AppendTextLine(CFX_RTFBreakType dwStatus, FX_FLOAT& fLinePos, bool bSavePieces, bool bEndBreak) argument
[all...]

Completed in 92 milliseconds