HomeSort by relevance Sort by last modified time
    Searched defs:EndBreak (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fgas/layout/
fgas_rtfbreak.cpp 253 dwRet1 = EndBreak(CFX_RTFBreakType::Line);
321 dwRet2 = EndBreak(dwRet2);
367 return EndBreak(CFX_RTFBreakType::Line);
386 return EndBreak(CFX_RTFBreakType::Line);
391 CFX_RTFBreakType CFX_RTFBreak::EndBreak(CFX_RTFBreakType dwStatus) {
fgas_textbreak.cpp 405 return EndBreak(FX_TXTBREAK_LineBreak);
433 dwRet = EndBreak(dwRet);
498 return EndBreak(FX_TXTBREAK_LineBreak);
543 return EndBreak(FX_TXTBREAK_LineBreak);
574 dwRet1 = EndBreak(FX_TXTBREAK_LineBreak);
895 uint32_t CFX_TxtBreak::EndBreak(uint32_t dwStatus) {
    [all...]
  /external/pdfium/xfa/fxfa/app/
cxfa_textlayout.cpp 696 EndBreak(CFX_RTFBreakType::Paragraph, fLinePos, bSavePieces);
859 EndBreak(CFX_RTFBreakType::Line, fLinePos, bSavePieces);
870 EndBreak(dwStatus, fLinePos, bSavePieces);
953 void CXFA_TextLayout::EndBreak(CFX_RTFBreakType dwStatus,
956 dwStatus = m_pBreak->EndBreak(dwStatus);
    [all...]

Completed in 90 milliseconds