Lines Matching refs:CFX_TxtBreak
29 CFX_TxtBreak::CFX_TxtBreak() in CFX_TxtBreak() function in CFX_TxtBreak
34 CFX_TxtBreak::~CFX_TxtBreak() {} in ~CFX_TxtBreak()
36 void CFX_TxtBreak::SetLineWidth(float fLineWidth) { in SetLineWidth()
41 void CFX_TxtBreak::SetAlignment(int32_t iAlignment) { in SetAlignment()
47 void CFX_TxtBreak::SetCombWidth(float fCombWidth) { in SetCombWidth()
51 void CFX_TxtBreak::AppendChar_Combination(CFX_Char* pCurChar) { in AppendChar_Combination()
97 void CFX_TxtBreak::AppendChar_Tab(CFX_Char* pCurChar) { in AppendChar_Tab()
101 CFX_BreakType CFX_TxtBreak::AppendChar_Control(CFX_Char* pCurChar) { in AppendChar_Control()
128 CFX_BreakType CFX_TxtBreak::AppendChar_Arabic(CFX_Char* pCurChar) { in AppendChar_Arabic()
195 CFX_BreakType CFX_TxtBreak::AppendChar_Others(CFX_Char* pCurChar) { in AppendChar_Others()
230 CFX_BreakType CFX_TxtBreak::AppendChar(wchar_t wch) { in AppendChar()
287 bool CFX_TxtBreak::EndBreak_SplitLine(CFX_BreakLine* pNextLine, in EndBreak_SplitLine()
313 void CFX_TxtBreak::EndBreak_BidiLine(std::deque<FX_TPO>* tpos, in EndBreak_BidiLine()
415 void CFX_TxtBreak::EndBreak_Alignment(const std::deque<FX_TPO>& tpos, in EndBreak_Alignment()
487 CFX_BreakType CFX_TxtBreak::EndBreak(CFX_BreakType dwStatus) { in EndBreak()
529 int32_t CFX_TxtBreak::GetBreakPos(std::vector<CFX_Char>* pChars, in GetBreakPos()
614 void CFX_TxtBreak::SplitTextLine(CFX_BreakLine* pCurLine, in SplitTextLine()
661 size_t CFX_TxtBreak::GetDisplayPos(const Run* pTxtRun, in GetDisplayPos()
914 std::vector<CFX_RectF> CFX_TxtBreak::GetCharRects(const Run* pTxtRun, in GetCharRects()
995 CFX_TxtBreak::Engine::~Engine() = default;
997 CFX_TxtBreak::Run::Run() = default;
999 CFX_TxtBreak::Run::~Run() = default;
1001 CFX_TxtBreak::Run::Run(const CFX_TxtBreak::Run& other) = default;