Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp79 CFX_BreakType dwRet1 = CFX_BreakType::None; in AppendChar() local
86 dwRet1 = EndBreak(CFX_BreakType::Line); in AppendChar()
120 return std::max(dwRet1, dwRet2); in AppendChar()
Dcfx_txtbreak.cpp237 CFX_BreakType dwRet1 = CFX_BreakType::None; in AppendChar() local
244 dwRet1 = EndBreak(CFX_BreakType::Line); in AppendChar()
284 return std::max(dwRet1, dwRet2); in AppendChar()