Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/layout/
Dcfx_txtbreak.cpp123 dwRet = EndBreak(dwRet); in AppendChar_Control()
191 return EndBreak(CFX_BreakType::Line); in AppendChar_Arabic()
224 return EndBreak(CFX_BreakType::Line); in AppendChar_Others()
244 dwRet1 = EndBreak(CFX_BreakType::Line); in AppendChar()
255 EndBreak(dwRet2); in AppendChar()
487 CFX_BreakType CFX_TxtBreak::EndBreak(CFX_BreakType dwStatus) { in EndBreak() function in CFX_TxtBreak
Dcfx_rtfbreak.h43 CFX_BreakType EndBreak(CFX_BreakType dwStatus);
Dcfx_rtfbreak.cpp86 dwRet1 = EndBreak(CFX_BreakType::Line); in AppendChar()
192 dwRet2 = EndBreak(dwRet2); in AppendChar_Control()
266 return EndBreak(CFX_BreakType::Line); in AppendChar_Arabic()
296 return EndBreak(CFX_BreakType::Line); in AppendChar_Others()
301 CFX_BreakType CFX_RTFBreak::EndBreak(CFX_BreakType dwStatus) { in EndBreak() function in CFX_RTFBreak
Dcfx_rtfbreak_unittest.cpp62 rtf_break->EndBreak(CFX_BreakType::Paragraph); in TEST_F()
Dcfx_txtbreak.h70 CFX_BreakType EndBreak(CFX_BreakType dwStatus);
/external/pdfium/xfa/fde/
Dcfde_textout.cpp225 dwBreakStatus = m_pTxtBreak->EndBreak(CFX_BreakType::Paragraph); in CalcLogicSize()
356 dwBreakStatus = m_pTxtBreak->EndBreak(CFX_BreakType::Paragraph); in LoadText()
477 dwBreakStatus = m_pTxtBreak->EndBreak(CFX_BreakType::Paragraph); in ReloadLinePiece()
Dcfde_texteditengine.cpp1074 text_break_.EndBreak(CFX_BreakType::Paragraph); in RebuildPieces()
1096 break_status = text_break_.EndBreak(CFX_BreakType::Paragraph); in RebuildPieces()
/external/pdfium/xfa/fxfa/
Dcxfa_textlayout.h101 void EndBreak(CFX_BreakType dwStatus, float* pLinePos, bool bDefault);
Dcxfa_textlayout.cpp690 EndBreak(CFX_BreakType::Paragraph, pLinePos, bSavePieces); in LoadText()
846 EndBreak(CFX_BreakType::Line, pLinePos, bSavePieces); in LoadRichText()
857 EndBreak(dwStatus, pLinePos, bSavePieces); in LoadRichText()
916 void CXFA_TextLayout::EndBreak(CFX_BreakType dwStatus, in EndBreak() function in CXFA_TextLayout
919 dwStatus = m_pBreak->EndBreak(dwStatus); in EndBreak()