HomeSort by relevance Sort by last modified time
    Searched refs:dwRet1 (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 247 CFX_RTFBreakType dwRet1 = CFX_RTFBreakType::None;
253 dwRet1 = EndBreak(CFX_RTFBreakType::Line);
263 return std::max(dwRet1, dwRet2);
fgas_textbreak.cpp 568 uint32_t dwRet1 = FX_TXTBREAK_None;
574 dwRet1 = EndBreak(FX_TXTBREAK_LineBreak);
587 return std::max(dwRet1, dwRet2);
    [all...]

Completed in 59 milliseconds