Home
last modified time | relevance | path

Searched refs:GetCharType (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fgas/layout/
Dcfx_rtfbreak.cpp133 if (pLastChar && pLastChar->GetCharType() > FX_CHARTYPE::kCombination) in AppendChar_Combination()
211 pLastChar->GetCharType() == FX_CHARTYPE::kArabicAlef); in AppendChar_Arabic()
271 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Others()
343 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE::kUnknown; in EndBreak()
354 switch (tc->GetCharType()) { in EndBreak_SplitLine()
426 if (pTC->GetCharType() != FX_CHARTYPE::kControl) in EndBreak_BidiLine()
526 FX_CHARTYPE dwCharType = tc->GetCharType(); in EndBreak_Alignment()
711 if (pNextLine->m_LineChars[i].GetCharType() >= FX_CHARTYPE::kArabicAlef) { in SplitTextLine()
Dcfx_txtbreak.cpp129 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Arabic()
146 pLastChar->GetCharType() == FX_CHARTYPE::kArabicAlef); in AppendChar_Arabic()
196 FX_CHARTYPE chartype = pCurChar->GetCharType(); in AppendChar_Others()
293 switch (pTC->GetCharType()) { in EndBreak_SplitLine()
339 if (pTC->GetCharType() != FX_CHARTYPE::kControl) in EndBreak_BidiLine()
433 FX_CHARTYPE chartype = pTC->GetCharType(); in EndBreak_Alignment()
524 m_eCharType = pTC ? pTC->GetCharType() : FX_CHARTYPE::kUnknown; in EndBreak()
645 if (pNextLine->m_LineChars[i].GetCharType() >= FX_CHARTYPE::kArabicAlef) { in SplitTextLine()
Dcfx_char.h32 FX_CHARTYPE GetCharType() const;
Dfx_arabic.cpp154 *eType = pTC->GetCharType(); in ParseChar()
Dcfx_break.cpp135 pTC->GetCharType() == FX_CHARTYPE::kCombination) { in GetLastChar()
Dcfx_char.cpp563 FX_CHARTYPE CFX_Char::GetCharType() const { in GetCharType() function in CFX_Char