Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/include/
Dfx_rbk.h24 #define FX_RTFBREAK_ParagraphBreak 0x03 macro
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_textlayout.cpp1371 EndBreak(FX_RTFBREAK_ParagraphBreak, fLinePos, bSavePieces); in LoadText()
1555 ? FX_RTFBREAK_ParagraphBreak in LoadRichText()
1611 if (dwStatus == FX_RTFBREAK_ParagraphBreak && m_bRichText) { in AppendChar()
1829 if (dwStatus == FX_RTFBREAK_ParagraphBreak) { in AppendTextLine()
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.cpp497 dwRet2 = FX_RTFBREAK_ParagraphBreak; in AppendChar_Control()
501 dwRet2 = FX_RTFBREAK_ParagraphBreak; in AppendChar_Control()
896 dwStatus != FX_RTFBREAK_ParagraphBreak))) { in EndBreak_Alignment()