Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.cpp389 FX_DWORD dwRet2 = in AppendChar() local
393 return std::max(dwRet1, dwRet2); in AppendChar()
486 FX_DWORD dwRet2 = FX_RTFBREAK_None; in AppendChar_Control() local
491 dwRet2 = FX_RTFBREAK_LineBreak; in AppendChar_Control()
494 dwRet2 = FX_RTFBREAK_PageBreak; in AppendChar_Control()
497 dwRet2 = FX_RTFBREAK_ParagraphBreak; in AppendChar_Control()
501 dwRet2 = FX_RTFBREAK_ParagraphBreak; in AppendChar_Control()
505 if (dwRet2 != FX_RTFBREAK_None) { in AppendChar_Control()
506 dwRet2 = EndBreak(dwRet2); in AppendChar_Control()
509 return dwRet2; in AppendChar_Control()
Dfx_textbreak.cpp607 FX_DWORD dwRet2 = in AppendChar() local
610 return std::max(dwRet1, dwRet2); in AppendChar()