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

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_textlayout.h347 FX_BOOL bSavePieces = TRUE);
351 FX_BOOL bSavePieces);
356 FX_BOOL bSavePieces,
364 FX_BOOL bSavePieces);
367 FX_BOOL bSavePieces,
370 FX_BOOL IsEnd(FX_BOOL bSavePieces);
H A Dxfa_textlayout.cpp1319 FX_BOOL bSavePieces) {
1335 LoadRichText(pXMLContainer, szText, fLinePos, pRootStyle, bSavePieces);
1339 LoadText(m_pTextDataNode, szText, fLinePos, bSavePieces);
1346 FX_BOOL bSavePieces) {
1367 FX_BOOL bRet = AppendChar(wsText, fLinePos, fSpaceAbove, bSavePieces);
1371 EndBreak(FX_RTFBREAK_ParagraphBreak, fLinePos, bSavePieces);
1378 FX_BOOL bSavePieces,
1505 if (AppendChar(wsText, fLinePos, 0, bSavePieces)) {
1509 if (IsEnd(bSavePieces)) {
1533 pContext ? pStyle : pParentStyle, bSavePieces,
1317 Loader(const CFX_SizeF& szText, FX_FLOAT& fLinePos, FX_BOOL bSavePieces) argument
1343 LoadText(CXFA_Node* pNode, const CFX_SizeF& szText, FX_FLOAT& fLinePos, FX_BOOL bSavePieces) argument
1374 LoadRichText(IFDE_XMLNode* pXMLNode, const CFX_SizeF& szText, FX_FLOAT& fLinePos, IFDE_CSSComputedStyle* pParentStyle, FX_BOOL bSavePieces, CXFA_LinkUserData* pLinkData, FX_BOOL bEndBreak, FX_BOOL bIsOl, int32_t iLiCount) argument
1588 AppendChar(const CFX_WideString& wsText, FX_FLOAT& fLinePos, FX_FLOAT fSpaceAbove, FX_BOOL bSavePieces) argument
1621 IsEnd(FX_BOOL bSavePieces) argument
1652 EndBreak(FX_DWORD dwStatus, FX_FLOAT& fLinePos, FX_BOOL bSavePieces) argument
1716 AppendTextLine(FX_DWORD dwStatus, FX_FLOAT& fLinePos, FX_BOOL bSavePieces, FX_BOOL bEndBreak) argument
[all...]

Completed in 44 milliseconds