Home
last modified time | relevance | path

Searched refs:bContentNode (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp1389 FX_BOOL bContentNode = FALSE; in LoadRichText() local
1403 bContentNode = TRUE; in LoadRichText()
1412 if (m_bBlockContinue || bContentNode == FALSE) { in LoadRichText()
1420 InitBreak(bContentNode ? pParentStyle : pStyle, eDisplay, szText.x, in LoadRichText()
1447 m_textParser.CountTabs(bContentNode ? pParentStyle : pStyle); in LoadRichText()
1449 m_textParser.IsSpaceRun(bContentNode ? pParentStyle : pStyle); in LoadRichText()
1451 if (bContentNode && iTabCount == 0) { in LoadRichText()
1462 } else if (!bContentNode) { in LoadRichText()
1472 if (iLength > 0 && bContentNode && !bSpaceRun) { in LoadRichText()
1501 bContentNode ? pParentStyle : pStyle, in LoadRichText()
[all …]