Home
last modified time | relevance | path

Searched refs:EndBreak (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp85 dwRet1 = EndBreak(CFX_BreakType::Line); in AppendChar()
175 dwRet2 = EndBreak(dwRet2); in AppendChar_Control()
221 return EndBreak(CFX_BreakType::Line); in AppendChar_Arabic()
240 return EndBreak(CFX_BreakType::Line); in AppendChar_Others()
245 CFX_BreakType CFX_RTFBreak::EndBreak(CFX_BreakType dwStatus) { in EndBreak() function in CFX_RTFBreak
Dcfx_rtfbreak_unittest.cpp59 b->EndBreak(CFX_BreakType::Paragraph); in TEST_F()
Dcfx_txtbreak.h65 CFX_BreakType EndBreak(CFX_BreakType dwStatus);
Dcfx_rtfbreak.h58 CFX_BreakType EndBreak(CFX_BreakType dwStatus);
Dcfx_txtbreak.cpp116 dwRet = EndBreak(dwRet); in AppendChar_Control()
171 return EndBreak(CFX_BreakType::Line); in AppendChar_Arabic()
198 return EndBreak(CFX_BreakType::Line); in AppendChar_Others()
218 dwRet1 = EndBreak(CFX_BreakType::Line); in AppendChar()
468 CFX_BreakType CFX_TxtBreak::EndBreak(CFX_BreakType dwStatus) { in EndBreak() function in CFX_TxtBreak
/external/pdfium/xfa/fde/
Dcfde_textout.cpp233 dwBreakStatus = m_pTxtBreak->EndBreak(CFX_BreakType::Paragraph); in CalcLogicSize()
362 dwBreakStatus = m_pTxtBreak->EndBreak(CFX_BreakType::Paragraph); in LoadText()
484 dwBreakStatus = m_pTxtBreak->EndBreak(CFX_BreakType::Paragraph); in ReloadLinePiece()
Dcfde_texteditengine.cpp973 text_break_.EndBreak(CFX_BreakType::Paragraph); in RebuildPieces()
995 break_status = text_break_.EndBreak(CFX_BreakType::Paragraph); in RebuildPieces()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.h92 void EndBreak(CFX_BreakType dwStatus, float& fLinePos, bool bDefault);
Dcxfa_textlayout.cpp683 EndBreak(CFX_BreakType::Paragraph, fLinePos, bSavePieces); in LoadText()
845 EndBreak(CFX_BreakType::Line, fLinePos, bSavePieces); in LoadRichText()
856 EndBreak(dwStatus, fLinePos, bSavePieces); in LoadRichText()
938 void CXFA_TextLayout::EndBreak(CFX_BreakType dwStatus, in EndBreak() function in CXFA_TextLayout
941 dwStatus = m_pBreak->EndBreak(dwStatus); in EndBreak()