Lines Matching refs:CFX_TxtBreak
28 CFX_TxtBreak::CFX_TxtBreak() in CFX_TxtBreak() function in CFX_TxtBreak
33 CFX_TxtBreak::~CFX_TxtBreak() {} in ~CFX_TxtBreak()
35 void CFX_TxtBreak::SetLineWidth(float fLineWidth) { in SetLineWidth()
40 void CFX_TxtBreak::SetAlignment(int32_t iAlignment) { in SetAlignment()
46 void CFX_TxtBreak::SetCombWidth(float fCombWidth) { in SetCombWidth()
50 void CFX_TxtBreak::AppendChar_Combination(CFX_Char* pCurChar) { in AppendChar_Combination()
90 void CFX_TxtBreak::AppendChar_Tab(CFX_Char* pCurChar) { in AppendChar_Tab()
94 CFX_BreakType CFX_TxtBreak::AppendChar_Control(CFX_Char* pCurChar) { in AppendChar_Control()
121 CFX_BreakType CFX_TxtBreak::AppendChar_Arabic(CFX_Char* pCurChar) { in AppendChar_Arabic()
175 CFX_BreakType CFX_TxtBreak::AppendChar_Others(CFX_Char* pCurChar) { in AppendChar_Others()
204 CFX_BreakType CFX_TxtBreak::AppendChar(wchar_t wch) { in AppendChar()
261 bool CFX_TxtBreak::EndBreak_SplitLine(CFX_BreakLine* pNextLine, in EndBreak_SplitLine()
289 void CFX_TxtBreak::EndBreak_BidiLine(std::deque<FX_TPO>* tpos, in EndBreak_BidiLine()
395 void CFX_TxtBreak::EndBreak_Alignment(const std::deque<FX_TPO>& tpos, in EndBreak_Alignment()
468 CFX_BreakType CFX_TxtBreak::EndBreak(CFX_BreakType dwStatus) { in EndBreak()
511 int32_t CFX_TxtBreak::GetBreakPos(std::vector<CFX_Char>& ca, in GetBreakPos()
598 void CFX_TxtBreak::SplitTextLine(CFX_BreakLine* pCurLine, in SplitTextLine()
645 int32_t CFX_TxtBreak::GetDisplayPos(const FX_TXTRUN* pTxtRun, in GetDisplayPos()
899 std::vector<CFX_RectF> CFX_TxtBreak::GetCharRects(const FX_TXTRUN* pTxtRun, in GetCharRects()