Searched refs:EndBreak (Results 1 – 9 of 9) sorted by relevance
43 CFX_BreakType EndBreak(CFX_BreakType dwStatus);
123 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
62 rtf_break->EndBreak(CFX_BreakType::Paragraph); in TEST_F()
86 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
70 CFX_BreakType EndBreak(CFX_BreakType dwStatus);
225 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()
1074 text_break_.EndBreak(CFX_BreakType::Paragraph); in RebuildPieces()1096 break_status = text_break_.EndBreak(CFX_BreakType::Paragraph); in RebuildPieces()
101 void EndBreak(CFX_BreakType dwStatus, float* pLinePos, bool bDefault);
690 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_TextLayout919 dwStatus = m_pBreak->EndBreak(dwStatus); in EndBreak()