Searched refs:EndBreak (Results 1 – 9 of 9) sorted by relevance
85 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
59 b->EndBreak(CFX_BreakType::Paragraph); in TEST_F()
65 CFX_BreakType EndBreak(CFX_BreakType dwStatus);
58 CFX_BreakType EndBreak(CFX_BreakType dwStatus);
116 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
233 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()
973 text_break_.EndBreak(CFX_BreakType::Paragraph); in RebuildPieces()995 break_status = text_break_.EndBreak(CFX_BreakType::Paragraph); in RebuildPieces()
92 void EndBreak(CFX_BreakType dwStatus, float& fLinePos, bool bDefault);
683 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_TextLayout941 dwStatus = m_pBreak->EndBreak(dwStatus); in EndBreak()