Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp91 CFX_BreakType dwRet2 = CFX_BreakType::None; in AppendChar() local
97 dwRet2 = AppendChar_Control(pCurChar); in AppendChar()
108 dwRet2 = AppendChar_Arabic(pCurChar); in AppendChar()
115 dwRet2 = AppendChar_Others(pCurChar); in AppendChar()
120 return std::max(dwRet1, dwRet2); in AppendChar()
157 CFX_BreakType dwRet2 = CFX_BreakType::None; in AppendChar_Control() local
161 dwRet2 = CFX_BreakType::Line; in AppendChar_Control()
164 dwRet2 = CFX_BreakType::Page; in AppendChar_Control()
167 dwRet2 = CFX_BreakType::Paragraph; in AppendChar_Control()
171 dwRet2 = CFX_BreakType::Paragraph; in AppendChar_Control()
[all …]
Dcfx_txtbreak.cpp224 CFX_BreakType dwRet2 = CFX_BreakType::None; in AppendChar() local
229 dwRet2 = CFX_BreakType::Paragraph; in AppendChar()
236 dwRet2 = AppendChar_Control(pCurChar); in AppendChar()
247 dwRet2 = AppendChar_Arabic(pCurChar); in AppendChar()
254 dwRet2 = AppendChar_Others(pCurChar); in AppendChar()
258 return std::max(dwRet1, dwRet2); in AppendChar()